|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Peptide | |
---|---|
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.experiment.identification.ptm | |
com.compomics.util.gui.spectrum | This package contains GUI classes related to Spectrum and Chromatogram visualization. |
Uses of Peptide in com.compomics.util.experiment.biology |
---|
Methods in com.compomics.util.experiment.biology with parameters of type Peptide | |
---|---|
java.util.ArrayList<PeptideFragmentIon> |
FragmentFactory.getFragmentIons(Peptide peptide)
This method returns the theoretic fragment ions expected from a peptide sequence. |
static java.lang.String |
Peptide.getModifiedSequenceAsHtml(java.util.HashMap<java.lang.String,java.awt.Color> colors,
boolean includeHtmlStartEndTag,
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)
Returns the modified sequence as an HTML string with potential modification sites color coding. |
boolean |
Peptide.isSameAs(Peptide anotherPeptide)
A method which compares to peptides. |
boolean |
Peptide.sameModificationsAs(Peptide anotherPeptide)
Indicates whether another peptide has the same modifications at the same localization as this peptide. |
Uses of Peptide in com.compomics.util.experiment.identification |
---|
Methods in com.compomics.util.experiment.identification that return Peptide | |
---|---|
Peptide |
SpectrumAnnotator.getCurrentlyLoadedPeptide()
Returns the currently inspected peptide. |
Peptide |
PeptideAssumption.getPeptide()
get the theoretic peptide |
Methods in com.compomics.util.experiment.identification with parameters of type Peptide | |
---|---|
static NeutralLossesMap |
SpectrumAnnotator.getDefaultLosses(Peptide peptide)
Returns the possible neutral losses expected by default for a given peptide. |
java.util.HashMap<java.lang.Integer,java.util.ArrayList<PeptideFragmentIon>> |
SpectrumAnnotator.getExpectedIons(java.util.ArrayList<PeptideFragmentIon.PeptideFragmentIonType> expectedFragmentIons,
NeutralLossesMap neutralLosses,
java.util.ArrayList<java.lang.Integer> charges,
int precursorCharge,
Peptide peptide)
Returns the expected ions in a map indexed by the possible charges. |
java.util.ArrayList<IonMatch> |
SpectrumAnnotator.getSpectrumAnnotation(java.util.ArrayList<PeptideFragmentIon.PeptideFragmentIonType> expectedFragmentIons,
NeutralLossesMap neutralLosses,
java.util.ArrayList<java.lang.Integer> charges,
int precursorCharge,
MSnSpectrum spectrum,
Peptide peptide,
double intensityLimit,
double mzTolerance)
Returns the spectrum annotations of a spectrum in a list of IonMatches. |
boolean |
SpectrumAnnotator.isAccounted(NeutralLossesMap neutralLosses,
NeutralLoss neutralLoss,
PeptideFragmentIon fragmentIon,
Peptide peptide)
Returns a boolean indicating whether the neutral loss should be accounted for. |
boolean |
SpectrumAnnotator.lossesValidated(NeutralLossesMap neutralLosses,
PeptideFragmentIon fragmentIon,
Peptide peptide)
Returns a boolean indicating whether the neutral losses of the given fragment ion are fit the requirement of the given neutral losses map. |
java.util.ArrayList<IonMatch> |
SpectrumAnnotator.matchPeak(Peptide peptide,
java.util.ArrayList<PeptideFragmentIon.PeptideFragmentIonType> iontypes,
java.util.ArrayList<java.lang.Integer> charges,
int precursorCharge,
NeutralLossesMap neutralLosses,
Peak peak,
double massTolerance)
This method matches the potential fragment ions of a given peptide with a given peak. |
void |
SpectrumAnnotator.setPeptide(Peptide peptide,
int precursorCharge)
Sets a new peptide to match. |
Constructors in com.compomics.util.experiment.identification with parameters of type Peptide | |
---|---|
PeptideAssumption(Peptide aPeptide,
int rank,
int advocate,
Charge identificationCharge,
double eValue,
java.lang.String identificationFile)
Constructor for a peptide assumption |
Uses of Peptide in com.compomics.util.experiment.identification.matches |
---|
Methods in com.compomics.util.experiment.identification.matches that return Peptide | |
---|---|
Peptide |
PeptideMatch.getTheoreticPeptide()
getter for the theoretic peptide |
Methods in com.compomics.util.experiment.identification.matches with parameters of type Peptide | |
---|---|
static java.lang.String |
ProteinMatch.getProteinMatchKey(Peptide peptide)
Convenience method which returns the protein key of a peptide |
void |
PeptideMatch.setTheoreticPeptide(Peptide theoreticPeptide)
setter for the theoretic peptide |
Constructors in com.compomics.util.experiment.identification.matches with parameters of type Peptide | |
---|---|
PeptideMatch(Peptide peptide)
Constructor for the peptide match |
|
PeptideMatch(Peptide peptide,
java.lang.String spectrumMatchKey)
Constructor for the peptide match |
|
ProteinMatch(Peptide peptide)
Constructor for the protein match |
Uses of Peptide in com.compomics.util.experiment.identification.ptm |
---|
Methods in com.compomics.util.experiment.identification.ptm with parameters of type Peptide | |
---|---|
static java.util.HashMap<java.util.ArrayList<java.lang.Integer>,java.lang.Double> |
PTMLocationScores.getAScore(Peptide peptide,
PTM ptm,
int nPTM,
MSnSpectrum spectrum,
java.util.ArrayList<PeptideFragmentIon.PeptideFragmentIonType> expectedFragmentIons,
NeutralLossesMap neutralLosses,
java.util.ArrayList<java.lang.Integer> charges,
int precursorCharge,
double mzTolerance)
Returns the A-score for the best PTM location. |
static java.util.HashMap<PeptideFragmentIon,java.util.ArrayList<IonMatch>> |
PTMLocationScores.getPTMPlotData(Peptide peptide,
PTM ptm,
int nPTM,
MSnSpectrum spectrum,
java.util.ArrayList<PeptideFragmentIon.PeptideFragmentIonType> expectedFragmentIons,
NeutralLossesMap neutralLosses,
java.util.ArrayList<java.lang.Integer> charges,
int precursorCharge,
double mzTolerance,
double intensityLimit)
Returns the ptm plot series in the jfreechart format for one psm. |
static PtmtableContent |
PTMLocationScores.getPTMTableContent(Peptide peptide,
PTM ptm,
int nPTM,
MSnSpectrum spectrum,
java.util.ArrayList<PeptideFragmentIon.PeptideFragmentIonType> expectedFragmentIons,
NeutralLossesMap neutralLosses,
java.util.ArrayList<java.lang.Integer> charges,
int precursorCharge,
double mzTolerance,
double intensityLimit)
Get the PTM table content. |
Uses of Peptide in com.compomics.util.gui.spectrum |
---|
Constructors in com.compomics.util.gui.spectrum with parameters of type Peptide | |
---|---|
FragmentIonTable(Peptide currentPeptide,
java.util.ArrayList<java.util.ArrayList<IonMatch>> allAnnotations,
java.util.ArrayList<MSnSpectrum> allSpectra,
java.util.ArrayList<PeptideFragmentIon.PeptideFragmentIonType> currentFragmentIonTypes,
NeutralLossesMap neutralLosses,
boolean singleCharge,
boolean twoCharges)
Creates a novel fragment ion table displaying bar charts with the intensity of each fragment ion type. |
|
FragmentIonTable(Peptide currentPeptide,
java.util.ArrayList<IonMatch> annotations,
java.util.ArrayList<PeptideFragmentIon.PeptideFragmentIonType> currentFragmentIonTypes,
NeutralLossesMap neutralLosses,
boolean singleCharge,
boolean twoCharges)
Creates a traditional fragment ion table with the theoretical mz values and the detected fragment ions highlighted. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |