Description Usage Arguments Value Examples
View source: R/mean_of_medians.R
The data matrix is normalised by the mean of the median of each factor level.
1 | 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.
1 2 3 | 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.