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.matches |
This package contains experiment classes releated to matches.
|
com.compomics.util.preferences |
Modifier and Type | Method and Description |
---|---|
ArrayList<String> |
Peptide.getParentProteins(AminoAcidPattern.MatchingType matchingType,
Double massTolerance,
ProteinTree proteinTree)
Returns the parent proteins and remaps the peptide to the protein if no
protein mapping was set.
|
ArrayList<String> |
Peptide.getParentProteins(boolean remap,
AminoAcidPattern.MatchingType matchingType,
Double massTolerance,
ProteinTree proteinTree)
Returns the parent proteins and eventually remaps the peptide to the
protein.
|
Modifier and Type | Method and Description |
---|---|
ProteinTree |
SequenceFactory.getDefaultProteinTree()
Returns the default protein tree corresponding to the database loaded in
factory.
|
ProteinTree |
SequenceFactory.getDefaultProteinTree(WaitingHandler waitingHandler)
Returns the default protein tree corresponding to the database loaded in
factory.
|
ProteinTree |
SequenceFactory.getDefaultProteinTree(WaitingHandler waitingHandler,
boolean displayProgress)
Returns the default protein tree corresponding to the database loaded in
factory
|
Modifier and Type | Method and Description |
---|---|
SpectrumMatch |
SpectrumMatch.getPeptidesFromTags(ProteinTree proteinTree,
AminoAcidPattern.MatchingType matchingType,
Double massTolerance,
boolean scoreInAscendingOrder,
ArrayList<String> fixedModifications,
ArrayList<String> variableModifications,
boolean ascendingScore)
Creates a peptide based spectrum match where peptide assumptions are
deduced from tag assumptions.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IdFilter.validateProteins(Peptide peptide,
AminoAcidPattern.MatchingType matchingType,
Double massTolerance,
ProteinTree proteinTree)
Validates a peptide depending on its protein inference status.
|
Copyright © 2014. All Rights Reserved.