|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.massspectrometry.Spectrum
com.compomics.util.experiment.massspectrometry.MS1Spectrum
public class MS1Spectrum
This class models an MS1 spectrum. Created by IntelliJ IDEA. User: Marc Date: Jun 18, 2010 Time: 9:04:58 AM
Field Summary |
---|
Fields inherited from class com.compomics.util.experiment.massspectrometry.Spectrum |
---|
fileName, level, peakList, scanNumber, scanStartTime, SPECTRUM_KEY_SPLITTER, spectrumTitle |
Constructor Summary | |
---|---|
MS1Spectrum()
Constructor for an MS1 spectrum |
|
MS1Spectrum(java.lang.String fileName,
java.lang.String spectrumTitle,
double scanStartTime,
java.util.HashSet<Peak> spectrum)
constructor for an MS1 spectrum |
Method Summary | |
---|---|
void |
removePeakList()
This method will remove the peak list in order to reduce memory consumption of the model. |
Methods inherited from class com.compomics.util.experiment.massspectrometry.Spectrum |
---|
addPeak, getFileName, getIntensityLimit, getIntensityValuesAsArray, getJFreePeakList, getLevel, getMaxIntensity, getMaxMz, getMinMz, getMzValuesAsArray, getPeakList, getPeakMap, getPeaksAboveIntensityThreshold, getScanNumber, getScanStartTime, getSpectrumFile, getSpectrumKey, getSpectrumKey, getSpectrumTitle, getSpectrumTitle, getTotalIntensity, setPeakList, setScanNumber, setScanStartTime |
Methods inherited from class com.compomics.util.experiment.personalization.ExperimentObject |
---|
addUrParam, getParameterKey, getUrParam |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MS1Spectrum()
public MS1Spectrum(java.lang.String fileName, java.lang.String spectrumTitle, double scanStartTime, java.util.HashSet<Peak> spectrum)
spectrumTitle
- title of the spectrumspectrum
- Set of peaksfileName
- name of the filescanStartTime
- scan start timeMethod Detail |
---|
public void removePeakList()
Spectrum
removePeakList
in class Spectrum
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |