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.preferences |
Modifier and Type | Method and Description |
---|---|
ArrayList<String> |
Peptide.getParentProteins(boolean remap,
ProteinMatch.MatchingType matchingType,
Double massTolerance,
ProteinTree proteinTree)
Returns the parent proteins and eventually remaps the peptide to the
protein
|
ArrayList<String> |
Peptide.getParentProteins(ProteinMatch.MatchingType matchingType,
Double massTolerance,
ProteinTree proteinTree)
Returns the parent proteins and remaps the peptide to the
protein if no protein mapping was set
|
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
|
Modifier and Type | Method and Description |
---|---|
boolean |
IdFilter.validateProteins(Peptide peptide,
ProteinMatch.MatchingType matchingType,
Double massTolerance,
ProteinTree proteinTree)
Validates a peptide depending on its protein inference status.
|
Copyright © 2013. All Rights Reserved.