Package | Description |
---|---|
com.compomics.util.experiment.io.massspectrometry | |
com.compomics.util.experiment.massspectrometry |
This package contains experiment classes related to spectra.
|
Modifier and Type | Method and Description |
---|---|
static Precursor |
MgfReader.getPrecursor(uk.ac.ebi.pride.tools.braf.BufferedRandomAccessFile bufferedRandomAccessFile,
java.lang.Long index,
java.lang.String fileName)
Returns the next precursor starting from the given index.
|
Modifier and Type | Method and Description |
---|---|
Precursor |
MSnSpectrum.getPrecursor()
Returns the precursor.
|
Precursor |
SpectrumFactory.getPrecursor(java.lang.String spectrumKey)
Returns the precursor of the desired spectrum.
|
Precursor |
SpectrumFactory.getPrecursor(java.lang.String spectrumKey,
boolean save)
Returns the precursor of the desired spectrum.
|
Precursor |
SpectrumFactory.getPrecursor(java.lang.String fileName,
java.lang.String spectrumTitle)
Returns the precursor of the desired spectrum.
|
Precursor |
Precursor.getRecalibratedPrecursor(double mzCorrection,
double rtCorrection)
Returns a recalibrated precursor.
|
Constructor and Description |
---|
MSnSpectrum(int level,
Precursor precursor,
java.lang.String spectrumTitle,
java.util.HashMap<java.lang.Double,Peak> peakMap,
java.lang.String fileName)
Constructor for the spectrum.
|
MSnSpectrum(int level,
Precursor precursor,
java.lang.String spectrumTitle,
java.util.HashMap<java.lang.Double,Peak> peakMap,
java.lang.String fileName,
double scanStartTime)
Constructor for the spectrum.
|
MSnSpectrum(int level,
Precursor precursor,
java.lang.String spectrumTitle,
java.lang.String fileName)
Minimal constructor for the spectrum.
|
Copyright © 2013. All Rights Reserved.