Package | Description |
---|---|
com.compomics.util.experiment.biology |
This package contains experiement classes related to biological entities.
|
com.compomics.util.experiment.identification |
This package contains experiment classes related to identifications.
|
com.compomics.util.experiment.identification.identification_parameters | |
com.compomics.util.experiment.identification.matches |
This package contains experiment classes releated to matches.
|
com.compomics.util.experiment.identification.protein_inference.proteintree | |
com.compomics.util.gui.searchsettings | |
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 |
EnzymeFactory.getEnzyme(String enzymeName)
Returns the enzyme corresponding to the given name.
|
Enzyme |
EnzymeFactory.getUtilitiesEnzyme(String prideEnzymeName)
Tries to map the enzyme name given in the PRIDE file a utilities/OMSSA
enzyme.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Enzyme> |
EnzymeFactory.getEnzymes()
Get the imported enzymes.
|
Modifier and Type | Method and Description |
---|---|
void |
EnzymeFactory.addEnzyme(Enzyme enzyme)
Adds an enzyme in the factory.
|
boolean |
Enzyme.equals(Enzyme otherEnzyme)
Returns true of the two enzymes are identical.
|
static CvTerm |
EnzymeFactory.getEnzymeCvTerm(Enzyme enzyme)
Tries to convert the given enzyme to a CvTerm for use in mzIdentML etc.
|
int |
Protein.getNCleavageSites(Enzyme enzyme)
Returns the number of cleavage sites.
|
int |
Peptide.getNMissedCleavages(Enzyme enzyme)
Returns the number of missed cleavages using the specified enzyme.
|
static int |
Peptide.getNMissedCleavages(String sequence,
Enzyme enzyme)
Returns the number of missed cleavages using the specified enzyme for the
given sequence.
|
int |
Protein.getObservableLength(Enzyme enzyme,
int pepMaxLength)
Returns the number of observable amino acids in the sequence.
|
boolean |
Protein.isEnzymaticPeptide(String peptideSequence,
Enzyme enzyme,
AminoAcidPattern.MatchingType matchingType,
Double massTolerance)
Returns true of the peptide is non-enzymatic, i.e., has one or more end
points that cannot be caused by the enzyme alone.
|
Modifier and Type | Method and Description |
---|---|
Enzyme |
SearchParameters.getEnzyme()
Returns the enzyme used for digestion.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchParameters.setEnzyme(Enzyme enzyme)
Sets the enzyme used for digestion.
|
Modifier and Type | Method and Description |
---|---|
static String |
MsgfParameters.enzymeMapping(Enzyme enzyme)
Tries to map the utilities enzyme to the enzymes supported by MS-GF+.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProteinMatch.hasEnzymaticPeptide(String accession,
Enzyme enzyme,
AminoAcidPattern.MatchingType matchingType,
Double massTolerance)
Indicates whether the protein group has an enzymatic peptide when
considering the given accession as main accession.
|
Modifier and Type | Method and Description |
---|---|
void |
ProteinTree.initiateTree(int initialTagSize,
int maxNodeSize,
int maxPeptideSize,
Enzyme enzyme,
WaitingHandler waitingHandler,
boolean printExpectedImportTime,
boolean displayProgress)
Initiates the tree.
|
Modifier and Type | Method and Description |
---|---|
Enzyme |
EnzymeSelectionDialog.getEnzyme()
Returns the selected enzyme.
|
Constructor and Description |
---|
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 © 2014. All rights reserved.