ROIlist {GCMS} R Documentation

do peak detection for gc-ms rawdata

Description

Usage

ROIlist(raw,
    peakwidth = "3,20",
    baseline = 0.65,
    sn = 3,
    joint = FALSE);

Arguments

raw

the input gcms rawdata, could be Raw for targetted data and mzPack for un-targetted gc-ms rawdata.

peakwidth

-

baseline

[as double]

sn

[as double]

env

[as Environment]

Details

Authors

BioNovoGene

Value

a list of detected peak features

clr value class

Examples


[Package GCMS version 1.0.0.0 Index]