Learn R Programming

MetaClean (version 1.0.0)

getEvalObj: Extract peak data object

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

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

Run this code
# NOT RUN {
# call getEvalObj on test data
# \donttest{eicEval_test <- getEvalObj(xs = xs_test, fill = fill_test)}

# }

Run the code above in your browser using DataLab