Learn R Programming

metabolomics (version 0.1.4)

metabdata-class: Metabolomic data - class

Description

Container for output produced by the LogTransform, MissingValues and Normalise functions in the metabolomics package.

Arguments

Slots/Components

This object class is a list structure that has:
output
The data matrix that is produced by the function.
samples
The names of the samples (the row names of the input data).
groups
The groups in the input data.
The input data format is specified in metabolomics.

Examples

Run this code
    data(treated)
    log.treated <- LogTransform(treated)
    names(log.treated)

Run the code above in your browser using DataLab