mean_centre {structToolbox} | R Documentation |
Mean centres the columns of a DatasetExperiment object. Can also centre the meta data for e.g regression models, if required.
mean_centre(mode = "data", ...)
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 |
struct object
M = mean_centre()