Description Usage Arguments Value
View source: R/SpecFunctions.R
Internal function. This function preprocesses spectra by transforming/smoothing intensity, removing baseline, and calibrating intensities.
1 | preprocessMS(spectra, halfWindowSize = 20, SNIP.iteration = 60)
|
spectra |
Spectra. A MALDIquant object. An output of either |
halfWindowSize |
halfWindowSize The highest peaks in the given window (+/-halfWindowSize) will be recognized as peaks. (Default: 20). See |
SNIP.iteration |
SNIP.iteration An iteration used to remove the baseline of an spectrum. (Default: 60). See |
The processed mass spectra. A list of MALDIquant MassSpectrum objects (S4 objects).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.