Package | Description |
---|---|
com.compomics.util.experiment.identification |
This package contains experiment classes related to identifications.
|
com.compomics.util.experiment.identification.ptm | |
com.compomics.util.experiment.identification.ptm.ptmscores | |
com.compomics.util.experiment.identification.scoring | |
com.compomics.util.experiment.io.massspectrometry | |
com.compomics.util.gui.spectrum |
This package contains GUI classes related to Spectrum and Chromatogram visualization.
|
Modifier and Type | Method and Description |
---|---|
HashMap<Integer,ArrayList<IonMatch>> |
SpectrumAnnotator.getCoveredAminoAcids(HashMap<Ion.IonType,ArrayList<Integer>> iontypes,
NeutralLossesMap neutralLosses,
ArrayList<Integer> charges,
int precursorCharge,
MSnSpectrum spectrum,
Peptide peptide,
double intensityLimit,
double mzTolerance,
boolean isPpm)
Returns the ion matches corresponding to fragment ions indexed by amino
acid number in the sequence.
|
ArrayList<IonMatch> |
SpectrumAnnotator.getSpectrumAnnotation(HashMap<Ion.IonType,ArrayList<Integer>> iontypes,
NeutralLossesMap neutralLosses,
ArrayList<Integer> charges,
int precursorCharge,
MSnSpectrum spectrum,
Peptide peptide,
double intensityLimit,
double mzTolerance,
boolean isPpm)
Returns the spectrum annotations of a spectrum in a list of IonMatches.
|
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,MSnSpectrum> |
AScore.getReducedSpectra(MSnSpectrum baseSpectrum,
double mzTolerance)
Generates a map containing the spectra filtered on intensity with a basis
of 20*m/z tolerance indexed by the depth used.
|
static HashMap<Integer,MSnSpectrum> |
AScore.getReducedSpectra(MSnSpectrum baseSpectrum,
double mzTolerance,
int depthMax)
Generates a map containing the spectra filtered on intensity with a basis
of 20*m/z tolerance indexed by the depth used.
|
Modifier and Type | Method and Description |
---|---|
static HashMap<ArrayList<Integer>,Double> |
AScore.getAScore(Peptide peptide,
ArrayList<PTM> ptms,
MSnSpectrum spectrum,
HashMap<Ion.IonType,ArrayList<Integer>> iontypes,
ArrayList<Integer> charges,
int precursorCharge,
double mzTolerance)
Returns the A-score for the best PTM location without accounting for
neutral losses.
|
static HashMap<ArrayList<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)
Returns the A-score for the best PTM location accounting for neutral
losses.
|
static HashMap<ArrayList<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)
Returns the A-score for the best PTM location.
|
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,
SpectrumAnnotator spectrumAnnotator,
PTM refPTM)
Returns a map PTM localization -> score.
|
static HashMap<Integer,MSnSpectrum> |
AScore.getReducedSpectra(MSnSpectrum baseSpectrum,
double mzTolerance)
Generates a map containing the spectra filtered on intensity with a basis
of 20*m/z tolerance indexed by the depth used.
|
static HashMap<Integer,MSnSpectrum> |
AScore.getReducedSpectra(MSnSpectrum baseSpectrum,
double mzTolerance,
int depthMax)
Generates a map containing the spectra filtered on intensity with a basis
of 20*m/z tolerance indexed by the depth used.
|
static HashMap<ArrayList<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)
Returns the PhosphoRS sequence probabilities for the PTM possible
locations.
|
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,
SpectrumAnnotator spectrumAnnotator,
PTM refPTM)
Returns a map PTM localization -> score.
|
Modifier and Type | Method and Description |
---|---|
static HashMap<Integer,MSnSpectrum> |
PsmScores.getReducedSpectra(MSnSpectrum baseSpectrum,
double mzTolerance)
Generates a map containing the spectra filtered on intensity with a basis
of 20*mz tolerance indexed by the depth used.
|
static HashMap<Integer,MSnSpectrum> |
PsmScores.getReducedSpectra(MSnSpectrum baseSpectrum,
double mzTolerance,
int depthMax)
Generates a map containing the spectra filtered on intensity with a basis
of 20*mz tolerance indexed by the depth used.
|
Modifier and Type | Method and Description |
---|---|
static double |
PsmScores.getAScorePeptideScore(Peptide peptide,
MSnSpectrum spectrum,
HashMap<Ion.IonType,ArrayList<Integer>> iontypes,
NeutralLossesMap neutralLosses,
ArrayList<Integer> charges,
int precursorCharge,
double mzTolerance,
boolean accountNeutralLosses)
Returns a PSM score like the peptide score calculated for the A-score.
|
static HashMap<Integer,MSnSpectrum> |
PsmScores.getReducedSpectra(MSnSpectrum baseSpectrum,
double mzTolerance)
Generates a map containing the spectra filtered on intensity with a basis
of 20*mz tolerance indexed by the depth used.
|
static HashMap<Integer,MSnSpectrum> |
PsmScores.getReducedSpectra(MSnSpectrum baseSpectrum,
double mzTolerance,
int depthMax)
Generates a map containing the spectra filtered on intensity with a basis
of 20*mz tolerance indexed by the depth used.
|
Modifier and Type | Method and Description |
---|---|
static MSnSpectrum |
MgfReader.getSpectrum(uk.ac.ebi.pride.tools.braf.BufferedRandomAccessFile bufferedRandomAccessFile,
long index,
String fileName)
Returns the next spectrum starting from the given index.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<MSnSpectrum> |
MgfReader.getSpectra(File aFile)
Reads an MGF file and retrieves a list of spectra.
|
Constructor and Description |
---|
IntensityHistogram(ArrayList<IonMatch> annotations,
MSnSpectrum currentSpectrum,
double intensityLevel)
Creates an IntensityHistogram plot
|
MassErrorPlot(ArrayList<IonMatch> annotations,
MSnSpectrum currentSpectrum,
double massTolerance)
Creates a new MassErrorPlot.
|
MassErrorPlot(ArrayList<IonMatch> annotations,
MSnSpectrum currentSpectrum,
double massTolerance,
boolean useRelativeError)
Creates a new MassErrorPlot.
|
Constructor and Description |
---|
FragmentIonTable(Peptide currentPeptide,
ArrayList<ArrayList<IonMatch>> allAnnotations,
ArrayList<MSnSpectrum> allSpectra,
ArrayList<Integer> currentFragmentIonTypes,
NeutralLossesMap neutralLosses,
boolean singleCharge,
boolean twoCharges)
Creates a novel fragment ion table displaying bar charts with the
intensity of each fragment ion type.
|
MassErrorBubblePlot(ArrayList<String> dataIndexes,
ArrayList<ArrayList<IonMatch>> annotations,
ArrayList<MSnSpectrum> currentSpectra,
double massTolerance,
boolean fragmentIonLabels,
boolean addMarkers)
Creates a new MassErrorBubblePlot.
|
MassErrorBubblePlot(ArrayList<String> dataIndexes,
ArrayList<ArrayList<IonMatch>> annotations,
ArrayList<MSnSpectrum> currentSpectra,
double massTolerance,
boolean fragmentIonLabels,
boolean addMarkers,
boolean useRelativeError)
Creates a new MassErrorBubblePlot.
|
MassErrorBubblePlot(ArrayList<String> dataIndexes,
ArrayList<ArrayList<IonMatch>> annotations,
ArrayList<MSnSpectrum> currentSpectra,
double massTolerance,
double bubbleScale,
boolean fragmentIonLabels,
boolean addMarkers,
boolean useRelativeError)
Creates a new MassErrorBubblePlot.
|
Copyright © 2013. All Rights Reserved.