get_xcms_ionPeaks {mzDeco} R Documentation

get ion peaks via the unique reference id

Description

Usage

get_xcms_ionPeaks(peaktable, id,
    drop = FALSE);

Arguments

peaktable

[as PeakSet]

id

a character vector of the unique reference id of the ion peaks

drop

if the given id set contains a single id value, just returns the single xcms ion peak clr object, instead of a tuple list with single element? Default is not, which means this function always returns the tuple list data by default. [as boolean]

env

[as Environment]

Details

Authors

BioNovoGene

Value

a tuple list of the xcms peaks object

clr value class

Examples


[Package mzDeco version 1.0.0.0 Index]