metabdata: Metabolomic data - class

Description Slots/Components Author(s) Examples

Description

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

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.

Author(s)

Alysha M De Livera, Jairus B Bowne

Examples

1
2
3
    data(treated)
    log.treated <- LogTransform(treated)
    names(log.treated)

metabolomics documentation built on May 29, 2017, 3:32 p.m.