Uses of Class
com.compomics.util.experiment.biology.Enzyme

Packages that use Enzyme
com.compomics.util.experiment.biology This package contains experiement classes related to biological entities. 
com.compomics.util.protein The classes in this package concern useful Objects and their operations for modelling and handling proteins. 
 

Uses of Enzyme in com.compomics.util.experiment.biology
 

Methods in com.compomics.util.experiment.biology that return Enzyme
 Enzyme EnzymeFactory.getEnzyme(java.lang.String enzymeName)
          Returns the enzyme corresponding to the given name
 

Methods in com.compomics.util.experiment.biology that return types with arguments of type Enzyme
 java.util.ArrayList<Enzyme> EnzymeFactory.getEnzymes()
          Get the imported enzymes
 

Methods in com.compomics.util.experiment.biology with parameters of type Enzyme
 int Peptide.getNMissedCleavages(Enzyme enzyme)
          Returns the amount of missed cleavages using the specified enzyme
static int Peptide.getNMissedCleavages(java.lang.String sequence, Enzyme enzyme)
          Returns the amount of missed cleavages using the specified enzyme for the given sequence
 int Protein.getNPossiblePeptides(Enzyme enzyme)
          Returns the number of possible peptides (not accounting PTMs nor missed cleavages) with the selected enzyme
 

Uses of Enzyme in com.compomics.util.protein
 

Constructors in com.compomics.util.protein with parameters of type Enzyme
Enzyme(Enzyme enzyme, int maxMissedCleavages)
          Creates a new Enzyme from a com.compomics.util.experiment.biology.Enzyme enzyme and the maximum number of missed cleavages.
 



Copyright © 2011. All Rights Reserved.