Last data update: 2014.03.03

R: Metabolomic data - class
metabdata-classR Documentation

Metabolomic data - class

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

    data(treated)
    log.treated <- LogTransform(treated)
    names(log.treated)

Results