DetectPeaks: DetectPeaks'

Description Usage Arguments Value

View source: R/DetectPeaks.R

Description

DetectPeaks'

Usage

1
DetectPeaks(mass, intensity, SNR = 5, WinSize = 20, OverSampling = 10)

Arguments

mass

a vector containing the mass axis.

intensity

a vector containinf the spectrum intensities.

SNR

the minimum signal to noise ratio of retained peaks

WinSize

the used windows size for peak detection

OverSampling

the used oversampling value for interpolating the peak shape and improve mass and area calculation.

Value

a list containing mass, intensity, SNR, area and the binSize arround peak fields of detected peaks.


prafols/rMSIproc documentation built on Dec. 12, 2021, 7:31 p.m.