MChromatograms() objects can be concatenated (row-wise) with the c
function resulting in a MChromatograms object with the same number of
samples (columns).
# S4 method for MChromatograms c(x, ...) # S4 method for XChromatograms c(x, ...)
| x |
|
|---|---|
| ... |
|
MChromatograms object.
The c function for XChromatograms objects (defined in the xcms package)
is not supported.
Johannes Rainer