Uses of Class
com.compomics.util.protein.Enzyme

Packages that use Enzyme
com.compomics.util.io This package contains classes related to input/output. 
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.io
 

Methods in com.compomics.util.io that return Enzyme
 Enzyme MascotEnzymeReader.getEnzyme(String aTitle)
          This method will return a copy of an Enzyme instance for the given name, or 'null' if the enzyme was not found in the current list.
 

Uses of Enzyme in com.compomics.util.protein
 

Subclasses of Enzyme in com.compomics.util.protein
 class DualEnzyme
          This class implements an enzyme with a dual specificity; the N-terminus of a resultant peptide will have certain residue, the C-terminus will have another, eg.
 class RegExEnzyme
          This class implements the functionality of an Enzyme by simulating digestion based on a regular expression.
 



Copyright © 2013. All Rights Reserved.