Uses of Class
tools.namemapping.ProteinLabel

Packages that use ProteinLabel
data.complexes   
tools.namemapping   
 

Uses of ProteinLabel in data.complexes
 

Methods in data.complexes that return types with arguments of type ProteinLabel
 ArrayList<ProteinLabel> Complex.getComplexAsLabels()
          Convenience and debugging method which translates this complex into a list of protein labels
 

Uses of ProteinLabel in tools.namemapping
 

Subclasses of ProteinLabel in tools.namemapping
 class ProteinLabelOrganism
          A protein label implementation which associates a string identifier and an organism string with each protein label.
 

Methods in tools.namemapping that return ProteinLabel
static ProteinLabel ProteinManager.getLabel(int internalID)
          Returns the ProteinLabel associated with a given internal id.
 

Methods in tools.namemapping with parameters of type ProteinLabel
static int ProteinManager.getInternalID(ProteinLabel label)
          Returns the internal protein ID for a given ProteinLabel