find_xcms_ionPeaks {mzDeco} R Documentation

helper function for find ms1 peaks based on the given mz/rt tuple data

Description

Usage

find_xcms_ionPeaks(peaktable, mz, rt,
    mzdiff = 0.01,
    rt.win = 90,
    find.RI = FALSE);

Arguments

peaktable

the peaktable object, is a collection of the xcms2 object. [as PeakSet]

mz

target ion m/z. [as double]

rt

target ion rt in seconds. [as double]

mzdiff

the mass tolerance error in data unit delta dalton, apply for matches between the peaktable precursor m/z and the given ion mz value. [as double]

rt.win

the rt window size for matches the rt. should be in data unit seconds. [as double]

Details

Authors

BioNovoGene

Value

data is re-ordered via the tolerance error

clr value class

Examples


[Package mzDeco version 1.0.0.0 Index]