View source: R/fct_spectraToPeaks.R
processProteinSpectra | R Documentation |
Process protein spectra with MALDIquant
processProteinSpectra(
input,
smoothIntensityMethod = "SavitzkyGolay",
removeBaselineMethod = "TopHat",
detectPeaksMethod = "MAD",
transformIntensityMethod = "sqrt",
halfWindowSize = 20L,
minSNR = 3
)
input |
MALDIquant mass spectrum list |
smoothIntensityMethod |
see ?MALDIquant::smoothIntensity |
removeBaselineMethod |
see ?MALDIquant::smoothIntensity |
detectPeaksMethod |
see ?MALDIquant::detectPeaks |
transformIntensityMethod |
see ?MALDIquant::transformIntensity |
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.