com.compomics.util.experiment.massspectrometry
Class MS1Spectrum
java.lang.Object
com.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.massspectrometry.Spectrum
com.compomics.util.experiment.massspectrometry.MS1Spectrum
- All Implemented Interfaces:
- Serializable, Cloneable
public class MS1Spectrum
- extends Spectrum
This class models an MS1 spectrum.
Created by IntelliJ IDEA.
User: Marc
Date: Jun 18, 2010
Time: 9:04:58 AM
- See Also:
- Serialized Form
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 |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MS1Spectrum
public MS1Spectrum()
- Constructor for an MS1 spectrum
MS1Spectrum
public MS1Spectrum(String fileName,
String spectrumTitle,
double scanStartTime,
HashSet<Peak> spectrum)
- constructor for an MS1 spectrum
- Parameters:
spectrumTitle
- title of the spectrumspectrum
- Set of peaksfileName
- name of the filescanStartTime
- scan start time
removePeakList
public void removePeakList()
- Description copied from class:
Spectrum
- This method will remove the peak list in order to reduce memory consumption of the model.
- Overrides:
removePeakList
in class Spectrum
Copyright © 2011. All Rights Reserved.