processProteinSpectra: Process protein spectra with MALDIquant

View source: R/fct_spectraToPeaks.R

processProteinSpectraR Documentation

Process protein spectra with MALDIquant

Description

Process protein spectra with MALDIquant

Usage

processProteinSpectra(
  input,
  smoothIntensityMethod = "SavitzkyGolay",
  removeBaselineMethod = "TopHat",
  detectPeaksMethod = "MAD",
  transformIntensityMethod = "sqrt",
  halfWindowSize = 20L,
  minSNR = 3
)

Arguments

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 mass[currentIndex-halfWindowSize] to mass[currentIndex+halfWindowSize] (window size is 2*halfWindowSize+1). The best size differs depending on the selected method.

minSNR

see ?MALDIquant::detectPeaks

Value

MALDIquant mass spectrum list


chasemc/IDBac_App documentation built on Oct. 25, 2022, 7:34 a.m.