mean_of_medians {structToolbox} | 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.
D = iris_DatasetExperiment() M = mean_of_medians(factor_name='Species') M = model_apply(M,D)