Package | Description |
---|---|
com.compomics.util.experiment.biology |
This package contains experiement classes related to biological entities.
|
com.compomics.util.experiment.identification.ptm | |
com.compomics.util.experiment.identification.ptm.ptmscores | |
com.compomics.util.experiment.identification.tags | |
com.compomics.util.gui.ptm | |
com.compomics.util.preferences |
Modifier and Type | Field and Description |
---|---|
static PTM |
PTMFactory.unknownPTM
Unknown modification to be returned when the modification is not found.
|
Modifier and Type | Method and Description |
---|---|
PTM |
PTMFactory.getPTM(double mass,
String location,
String sequence)
Deprecated.
This method can generate inconsistent results in case a
measurement matches to various PTMs.
|
PTM |
PTMFactory.getPTM(ModificationProfile modificationProfile,
int index)
Get a PTM according to its OMSSA index.
|
PTM |
PTMFactory.getPTM(String name)
Returns the PTM indexed by its name.
|
PTM |
PTMFactory.getSearchedPTM(PTM modification)
Returns the standard search compatible PTM corresponding to this pattern.
|
PTM |
PTMFactory.getSearchedPTM(String modificationName)
Returns the standard search compatible PTM corresponding to this pattern,
i.e., a pattern targeting a single amino acid and not a complex pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
PTMFactory.addUserPTM(PTM ptm)
Adds a new user modification.
|
ArrayList<Integer> |
Peptide.getPotentialModificationSites(PTM ptm,
AminoAcidPattern.MatchingType matchingType,
Double massTolerance)
Returns the potential modification sites as an ordered list of string.
|
static ArrayList<Integer> |
Peptide.getPotentialModificationSites(String sequence,
PTM ptm)
Deprecated.
use getPotentialModificationSites(PTM ptm,
AminoAcidPattern.MatchingType matchingType, Double massTolerance)
|
PTM |
PTMFactory.getSearchedPTM(PTM modification)
Returns the standard search compatible PTM corresponding to this pattern.
|
boolean |
Peptide.isModifiable(PTM ptm,
AminoAcidPattern.MatchingType matchingType,
Double massTolerance)
Indicates whether the given modification can be found on the peptide.
|
boolean |
PTM.isSameAs(PTM anotherPTM)
Compares two PTMs.
|
Modifier and Type | Method and Description |
---|---|
static Peptide |
Peptide.getNoModPeptide(Peptide peptide,
ArrayList<PTM> ptms)
Returns a version of the peptide which does not contain the inspected
PTMs.
|
Modifier and Type | Method and Description |
---|---|
static HashMap<PeptideFragmentIon,ArrayList<IonMatch>> |
PtmtableContent.getPTMPlotData(Peptide peptide,
PTM ptm,
int nPTM,
MSnSpectrum spectrum,
HashMap<Ion.IonType,ArrayList<Integer>> iontypes,
NeutralLossesMap neutralLosses,
ArrayList<Integer> charges,
int precursorCharge,
double mzTolerance,
double intensityLimit)
Returns the PTM plot series in the JFreechart format for one PSM.
|
static PtmtableContent |
PtmtableContent.getPTMTableContent(Peptide peptide,
PTM ptm,
int nPTM,
MSnSpectrum spectrum,
HashMap<Ion.IonType,ArrayList<Integer>> iontypes,
NeutralLossesMap neutralLosses,
ArrayList<Integer> charges,
int precursorCharge,
double mzTolerance,
double intensityLimit)
Get the PTM table content.
|
Modifier and Type | Method and Description |
---|---|
static HashMap<Integer,HashMap<Integer,Double>> |
AScore.getPositionToScoreMap(Peptide peptide,
Peptide noModPeptide,
ArrayList<Integer> possibleSites,
MSnSpectrum spectrum,
HashMap<Integer,MSnSpectrum> spectrumMap,
HashMap<Ion.IonType,ArrayList<Integer>> iontypes,
NeutralLossesMap scoringLossesMap,
ArrayList<Integer> charges,
int precursorCharge,
double mzTolerance,
PeptideSpectrumAnnotator spectrumAnnotator,
PTM refPTM)
Returns a map PTM localization -> score.
|
Modifier and Type | Method and Description |
---|---|
static HashMap<Integer,Double> |
AScore.getAScore(Peptide peptide,
ArrayList<PTM> ptms,
MSnSpectrum spectrum,
HashMap<Ion.IonType,ArrayList<Integer>> iontypes,
ArrayList<Integer> charges,
int precursorCharge,
double mzTolerance,
AminoAcidPattern.MatchingType matchingType)
Returns the A-score for the best PTM location without accounting for
neutral losses.
|
static HashMap<Integer,Double> |
AScore.getAScore(Peptide peptide,
ArrayList<PTM> ptms,
MSnSpectrum spectrum,
HashMap<Ion.IonType,ArrayList<Integer>> iontypes,
NeutralLossesMap neutralLosses,
ArrayList<Integer> charges,
int precursorCharge,
double mzTolerance,
AminoAcidPattern.MatchingType matchingType)
Returns the A-score for the best PTM location accounting for neutral
losses.
|
static HashMap<Integer,Double> |
AScore.getAScore(Peptide peptide,
ArrayList<PTM> ptms,
MSnSpectrum spectrum,
HashMap<Ion.IonType,ArrayList<Integer>> iontypes,
NeutralLossesMap neutralLosses,
ArrayList<Integer> charges,
int precursorCharge,
double mzTolerance,
boolean accountNeutralLosses,
AminoAcidPattern.MatchingType matchingType)
Returns the A-score for the best PTM location.
|
static HashMap<Integer,Double> |
PhosphoRS.getSequenceProbabilities(Peptide peptide,
ArrayList<PTM> ptms,
MSnSpectrum spectrum,
HashMap<Ion.IonType,ArrayList<Integer>> iontypes,
NeutralLossesMap neutralLosses,
ArrayList<Integer> charges,
int precursorCharge,
double mzTolerance,
boolean accountNeutralLosses,
AminoAcidPattern.MatchingType matchingType)
Returns the PhosphoRS sequence probabilities for the PTM possible
locations.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Integer> |
Tag.getPotentialModificationSites(PTM ptm,
AminoAcidPattern.MatchingType matchingType,
Double massTolerance)
Returns the potential modification sites as an ordered list of string.
|
Constructor and Description |
---|
PtmDialog(JDialog parent,
PtmDialogParent ptmDialogParent,
PtmToPrideMap ptmToPrideMap,
PTM currentPTM,
boolean editable)
Creates a new PTM dialog.
|
PtmDialog(JFrame parent,
PtmDialogParent ptmDialogParent,
PtmToPrideMap ptmToPrideMap,
PTM currentPTM,
boolean editable)
Creates a new PTM dialog.
|
Modifier and Type | Method and Description |
---|---|
PTM |
ModificationProfile.getPtm(String modName)
Returns the back-ed up PTM with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
ModificationProfile.addFixedModification(PTM modification)
Adds a fixed modification.
|
void |
ModificationProfile.addRefinementModification(PTM modification)
Adds a refinement modification.
|
void |
ModificationProfile.addVariableModification(PTM modification)
Adds a variable modification.
|
Copyright © 2014. All Rights Reserved.