View source: R/mean_centre_class.R
mean_centre | R Documentation |
The mean sample is subtracted from all samples in the data matrix. The features in the centred matrix all have zero mean.
mean_centre(mode = "data", ...)
mode |
(character) Mode of action. Allowed values are limited to the following:
The default is |
... |
Additional slots and values passed to |
A mean_centre
object with the following output
slots:
centred | (DatasetExperiment) |
mean_data | (numeric) |
mean_sample_meta | (numeric) |
A mean_centre
object inherits the following struct
classes:
[mean_centre]
>> [preprocess]
>> [model]
>> [struct_class]
M = mean_centre(
mode = "data")
M = mean_centre()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.