mean_centre {structToolbox} | 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) |
M = mean_centre()