Learn R Programming

xcms (version 1.48.0)

c-methods: Combine xcmsSet objects

Description

Combines the samples and peaks from multiple xcmsSet objects into a single object. Group and retention time correction data are discarded. The profinfo list is set to be equal to the first object.

Arguments

xs1
xcmsSet object
...
xcmsSet objects

Value

A xcmsSet object.

Methods

xs1 = "xcmsRaw"
c(xs1, ...)

See Also

xcmsSet-class