|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MSnSpectrum | |
---|---|
com.compomics.util.experiment.identification | This package contains experiment classes related to identifications. |
com.compomics.util.experiment.io.massspectrometry | |
com.compomics.util.gui.spectrum | This package contains GUI classes related to Spectrum and Chromatogram visualization. |
Uses of MSnSpectrum in com.compomics.util.experiment.identification |
---|
Methods in com.compomics.util.experiment.identification that return types with arguments of type MSnSpectrum | |
---|---|
static java.util.HashMap<java.lang.Integer,MSnSpectrum> |
AScore.getReducedSpectra(MSnSpectrum baseSpectrum,
double mzTolerance)
|
Methods in com.compomics.util.experiment.identification with parameters of type MSnSpectrum | |
---|---|
static java.util.HashMap<java.lang.Integer,java.lang.Double> |
AScore.getAScore(Peptide peptide,
PTM ptm,
MSnSpectrum spectrum,
java.util.ArrayList<PeptideFragmentIon.PeptideFragmentIonType> expectedFragmentIons,
java.util.HashMap<NeutralLoss,java.lang.Integer> neutralLosses,
java.util.ArrayList<java.lang.Integer> charges,
double intensityLimit,
double mzTolerance)
|
static java.util.HashMap<java.lang.Integer,MSnSpectrum> |
AScore.getReducedSpectra(MSnSpectrum baseSpectrum,
double mzTolerance)
|
java.util.ArrayList<IonMatch> |
SpectrumAnnotator.getSpectrumAnnotation(java.util.ArrayList<PeptideFragmentIon.PeptideFragmentIonType> expectedFragmentIons,
java.util.HashMap<NeutralLoss,java.lang.Integer> neutralLosses,
java.util.ArrayList<java.lang.Integer> charges,
MSnSpectrum spectrum,
Peptide peptide,
double intensityLimit,
double mzTolerance)
Returns the spectrum annotations of a spectrum in a list of IonMatches Note that, except for +1 precursors, fragments ions will be expected to have a charge strictly smaller than the precursor ion charge. |
Uses of MSnSpectrum in com.compomics.util.experiment.io.massspectrometry |
---|
Methods in com.compomics.util.experiment.io.massspectrometry that return MSnSpectrum | |
---|---|
static MSnSpectrum |
MgfReader.getSpectrum(java.io.RandomAccessFile randomAccessFile,
long index,
java.lang.String fileName)
Returns the next spectrum starting from the given index |
Methods in com.compomics.util.experiment.io.massspectrometry that return types with arguments of type MSnSpectrum | |
---|---|
java.util.ArrayList<MSnSpectrum> |
MgfReader.getSpectra(java.io.File aFile)
Reads an mgf file and retrieves a list of spectra. |
Uses of MSnSpectrum in com.compomics.util.gui.spectrum |
---|
Constructors in com.compomics.util.gui.spectrum with parameters of type MSnSpectrum | |
---|---|
IntensityHistogram(java.util.ArrayList<IonMatch> annotations,
java.util.ArrayList<PeptideFragmentIon.PeptideFragmentIonType> currentFragmentIons,
MSnSpectrum currentSpectrum,
boolean annotateMostIntensePeaks,
double intensityLevel,
boolean includeSinglyCharge,
boolean includeDoublyCharge,
boolean includeMoreThanTwoCharges)
Creates an IntensityHistogram plot |
|
MassErrorPlot(java.util.ArrayList<IonMatch> annotations,
java.util.ArrayList<PeptideFragmentIon.PeptideFragmentIonType> currentFragmentIons,
MSnSpectrum currentSpectrum,
double massTolerance,
boolean includeSinglyCharge,
boolean includeDoublyCharge,
boolean includeMoreThanTwoCharges)
Creates a new MassErrorPlot. |
|
MassErrorPlot(java.util.ArrayList<IonMatch> annotations,
java.util.ArrayList<PeptideFragmentIon.PeptideFragmentIonType> currentFragmentIons,
MSnSpectrum currentSpectrum,
double massTolerance,
boolean includeSinglyCharge,
boolean includeDoublyCharge,
boolean includeMoreThanTwoCharges,
boolean useRelativeError)
Creates a new MassErrorPlot. |
Constructor parameters in com.compomics.util.gui.spectrum with type arguments of type MSnSpectrum | |
---|---|
FragmentIonTable(Peptide currentPeptide,
java.util.ArrayList<java.util.ArrayList<IonMatch>> allAnnotations,
java.util.ArrayList<MSnSpectrum> allSpectra,
java.util.ArrayList<PeptideFragmentIon.PeptideFragmentIonType> currentFragmentIonTypes,
boolean singleCharge,
boolean twoCharges)
Creates a novel fragment ion table displaying bar charts with the intensity of each fragment ion type. |
|
MassErrorBubblePlot(java.util.ArrayList<java.lang.String> dataIndexes,
java.util.ArrayList<java.util.ArrayList<IonMatch>> annotations,
java.util.ArrayList<PeptideFragmentIon.PeptideFragmentIonType> currentFragmentIons,
java.util.ArrayList<MSnSpectrum> currentSpectra,
double massTolerance,
boolean includeSinglyCharge,
boolean includeDoublyCharge,
boolean includeMoreThanTwoCharges,
boolean fragmentIonLabels,
boolean addMarkers)
Creates a new MassErrorBubblePlot. |
|
MassErrorBubblePlot(java.util.ArrayList<java.lang.String> dataIndexes,
java.util.ArrayList<java.util.ArrayList<IonMatch>> annotations,
java.util.ArrayList<PeptideFragmentIon.PeptideFragmentIonType> currentFragmentIons,
java.util.ArrayList<MSnSpectrum> currentSpectra,
double massTolerance,
boolean includeSinglyCharge,
boolean includeDoublyCharge,
boolean includeMoreThanTwoCharges,
boolean fragmentIonLabels,
boolean addMarkers,
boolean useRelativeError)
Creates a new MassErrorBubblePlot. |
|
MassErrorBubblePlot(java.util.ArrayList<java.lang.String> dataIndexes,
java.util.ArrayList<java.util.ArrayList<IonMatch>> annotations,
java.util.ArrayList<PeptideFragmentIon.PeptideFragmentIonType> currentFragmentIons,
java.util.ArrayList<MSnSpectrum> currentSpectra,
double massTolerance,
double bubbleScale,
boolean includeSinglyCharge,
boolean includeDoublyCharge,
boolean includeMoreThanTwoCharges,
boolean fragmentIonLabels,
boolean addMarkers,
boolean useRelativeError)
Creates a new MassErrorBubblePlot. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |