merge_data | R Documentation |
Merge two Metabolite objects.
merge_data(object_X = NULL, object_Y = NULL, all = TRUE, verbose = TRUE)
object_X |
The first Metabolite object. |
object_Y |
The second Metabolite object. |
all |
logical; all = TRUE: keep all metabolites; all = FALSE, keep common metabolites that were present in both datasets. |
verbose |
print log information. |
A Metabolite object after merging with slots: assayData, featureData, and sampleData.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.