Learn R Programming

MALDIquant (version 0.2)

SinglePeakList-class: Class "SinglePeakList"

Description

SinglePeakList represents extracted peaks of a single spectrum of a MALDI/TOF mass spectrometry measurement. It should provide an easy framework for doing processing steps like peak alignment, normalization, classification and so on.

Arguments

Extends

Class AbstractSpectrumData, directly.

References

See website: http://www.sebastiangibb.de/maldiquant

See Also

labelPeaks,SinglePeakList-method, AbstractSpectrumData

Examples

Run this code
## load library
library("MALDIquant");

Run the code above in your browser using DataLab