View source: R/mean_of_medians.R
mean_of_medians | R Documentation |
The data matrix is normalised by the mean of the median of each factor level.
mean_of_medians(factor_name, ...)
factor_name |
(character) The name of a sample-meta column to use. |
... |
Additional slots and values passed to |
A mean_of_medians
object with the following output
slots:
transformed | (DatasetExperiment) Data after the tranformation has been applied. |
A mean_of_medians
object inherits the following struct
classes:
[mean_of_medians]
>> [model]
>> [struct_class]
M = mean_of_medians(
factor_name = "V1")
D = iris_DatasetExperiment()
M = mean_of_medians(factor_name='Species')
M = model_apply(M,D)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.