Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Enzyme |
MascotEnzymeReader.getEnzyme(java.lang.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.
|
Modifier and Type | Class and 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.
|
Copyright © 2013. All Rights Reserved.