mean_centre {structToolbox}R Documentation

mean_centre model class

Description

Mean centres the columns of a DatasetExperiment object. Can also centre the meta data for e.g regression models, if required.

Usage

mean_centre(mode = "data", ...)

Arguments

mode

Used to control whether centring is apply to the data, the meta data or both. Can be any one of "data","sample_meta" or "both". default is "data".

...

additional slots and values passed to struct_class

Value

struct object

Examples

M = mean_centre()

[Package structToolbox version 1.0.1 Index]