c-MChromatograms: Combine MChromatograms objects

c,MChromatograms-methodR Documentation

Combine MChromatograms objects

Description

MChromatograms() objects can be concatenated (row-wise) with the c function resulting in a MChromatograms object with the same number of samples (columns).

Usage

## S4 method for signature 'MChromatograms'
c(x, ...)

## S4 method for signature 'XChromatograms'
c(x, ...)

Arguments

x

MChromatograms object.

...

MChromatograms object that should be appended to x.

Value

MChromatograms object.

Note

The c function for XChromatograms objects (defined in the xcms package) is not supported.

Author(s)

Johannes Rainer


EuracBiomedicalResearch/CompMetaboTools documentation built on Jan. 31, 2024, 1:14 p.m.