|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModificationProfile | |
---|---|
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.gui.spectrum | This package contains GUI classes related to Spectrum and Chromatogram visualization. |
Uses of ModificationProfile in com.compomics.util.experiment.biology |
---|
Methods in com.compomics.util.experiment.biology with parameters of type ModificationProfile | |
---|---|
void |
PTMFactory.checkFixedModifications(ModificationProfile modificationProfile,
Peptide peptide)
Removes the fixed modifications of the peptide and remaps the one searched for according to the ModificationProfile. |
java.util.HashMap<java.lang.Integer,java.util.ArrayList<java.lang.String>> |
PTMFactory.getExpectedPTMs(ModificationProfile modificationProfile,
Peptide peptide,
double modificationMass,
double massTolerance)
Returns the expected modifications based on the modification profile, the peptide found and the modification details. |
java.util.HashMap<java.lang.Integer,java.util.ArrayList<java.lang.String>> |
PTMFactory.getExpectedPTMs(ModificationProfile modificationProfile,
Peptide peptide,
java.lang.String ptmName)
Returns the names of the possibly expected modification based on the name of the expected modification in a map where the PTM names are indexed by their potential site on the sequence. |
PTM |
PTMFactory.getPTM(ModificationProfile modificationProfile,
int index)
Get a PTM according to its omssa index. |
java.lang.String |
Peptide.getTaggedModifiedSequence(ModificationProfile modificationProfile,
boolean useHtmlColorCoding,
boolean includeHtmlStartEndTags,
boolean useShortName)
Returns the modified sequence as an tagged string with potential modification sites color coded or with ptm tags, e.g, <mox>. |
static java.lang.String |
Peptide.getTaggedModifiedSequence(ModificationProfile modificationProfile,
Peptide peptide,
java.util.HashMap<java.lang.Integer,java.util.ArrayList<java.lang.String>> mainModificationSites,
java.util.HashMap<java.lang.Integer,java.util.ArrayList<java.lang.String>> secondaryModificationSites,
java.util.HashMap<java.lang.Integer,java.util.ArrayList<java.lang.String>> fixedModificationSites,
boolean useHtmlColorCoding,
boolean includeHtmlStartEndTags,
boolean useShortName)
Returns the modified sequence as an tagged string with potential modification sites color coded or with ptm tags, e.g, <mox>. |
void |
PTMFactory.setSearchedOMSSAIndexes(ModificationProfile modificationProfile)
Set the omssa indexes used for this search |
Uses of ModificationProfile in com.compomics.util.experiment.identification |
---|
Methods in com.compomics.util.experiment.identification that return ModificationProfile | |
---|---|
ModificationProfile |
SearchParameters.getModificationProfile()
Returns the modification profile of the project. |
Methods in com.compomics.util.experiment.identification with parameters of type ModificationProfile | |
---|---|
void |
SearchParameters.setModificationProfile(ModificationProfile modificationProfile)
Sets the modification profile of the project. |
Uses of ModificationProfile in com.compomics.util.gui.spectrum |
---|
Constructors in com.compomics.util.gui.spectrum with parameters of type ModificationProfile | |
---|---|
SequenceFragmentationPanel(java.lang.String aSequence,
java.util.ArrayList<IonMatch> aIonMatches,
boolean boolModifiedSequence,
boolean aHighlightModifications,
ModificationProfile modificationProfile)
Deprecated. use the panel with ion selection instead |
|
SequenceFragmentationPanel(java.lang.String aSequence,
java.util.ArrayList<IonMatch> aIonMatches,
boolean boolModifiedSequence,
boolean aHighlightModifications,
ModificationProfile modificationProfile,
int forwardIon,
int rewindIon)
Creates a new SequenceFragmentationPanel working with B and Y ions. |
|
SequenceFragmentationPanel(java.lang.String taggedModifiedSequence,
java.util.ArrayList<IonMatch> aIonMatches,
boolean aHighlightModifications,
ModificationProfile modificationProfile,
int forwardIon,
int rewindIon)
Creates a new SequenceFragmentationPanel working with B and Y ions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |