View source: R/fct_spectraToPeaks.R
processSmallMolSpectra | R Documentation |
Process small molecule spectra with MALDIquant
processSmallMolSpectra( input, smoothIntensityMethod = "SavitzkyGolay", removeBaselineMethod = "TopHat", detectPeaksMethod = "SuperSmoother", halfWindowSize = 20L, minSNR = 1 )
input |
MALDIquant mass spectrum list |
smoothIntensityMethod |
see ?MALDIquant::smoothIntensity |
removeBaselineMethod |
see ?MALDIquant::smoothIntensity |
detectPeaksMethod |
see ?MALDIquant::detectPeaks |
halfWindowSize |
half window size. The resulting
window reaches from |
minSNR |
see ?MALDIquant::detectPeaks |
MALDIquant mass spectrum list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.