Description Slots/Components Author(s) Examples
Container for output produced by the LogTransform, MissingValues and Normalise functions in the metabolomics package.
This object class is a list structure that has:
outputThe data matrix that is produced by the function.
samplesThe names of the samples (the row names of the input data).
groupsThe groups in the input data.
The input data format is specified in metabolomics.
Alysha M De Livera, Jairus B Bowne
1 2 3 | data(treated)
log.treated <- LogTransform(treated)
names(log.treated)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.