Uses of Class
com.compomics.util.protein.Enzyme
Package | Description |
---|---|
com.compomics.util.io |
Classes related to input/output.
|
com.compomics.util.protein |
Classes concerning useful Objects and their operations for modeling and handling proteins.
|
-
Uses of Enzyme in com.compomics.util.io
Methods in com.compomics.util.io that return Enzyme Modifier and Type Method Description 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 Modifier and Type Class Description 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.