getEvalObj: Extract peak data object

Description Usage Arguments Value Examples

View source: R/getEvalObj.R

Description

This function extracts, formats, and combines the chromatographic peak data from the objects returned by the getEIC() and fillPeaks() functions from the XCMS package.

Usage

1
getEvalObj(xs, fill)

Arguments

xs

An xcmsEIC object returned by the getEIC() function from the XCMS package

fill

An xcmsSet object with filled in peak groups

Value

An object of class evalObj

Examples

1
2
# call getEvalObj on test data
# \donttest{eicEval_test <- getEvalObj(xs = xs_test, fill = fill_test)}

MetaClean documentation built on Jan. 13, 2021, 6:30 p.m.