findPeaks.MSW-methods {xcms}R Documentation

Feature detection for single-spectrum non-chromatography MS data

Description

Processing Mass Spectrometry direct-injection spectrum by using wavelet based algorithm.

Arguments

object xcmsSet object
snthresh signal to noise ratio cutoff
verbose.columns additional peak meta data columns are returned
... Parameters passed to peakDetectionCWT

Details

This is a wrapper around the peak picker in the bioconductor package MassSpecWavelet calling peakDetectionCWT and tuneInPeakInfo.

Value

A matrix with columns:

mz weighted (by intensity) mean of peak m/z across scans
mzmin same as mz
mzmax same as mz
rt always -1
rtmin always -1
rtmax always -1
into integrated area of original (raw) peak
maxo intensity of original (raw) peak at the centroid position
sn Signal/Noise ratio

Methods

object = "xcmsRaw"
findPeaks.MSW(object, snthresh=3, verbose.columns = FALSE, ...)

Author(s)

Steffen Neumann, sneumann@ipb-halle.de

See Also

peakDetectionCWT findPeaks-methods xcmsRaw-class


[Package xcms version 1.14.1 Index]