View source: R/05_Transformation_normalization.R
medianNormFactor | R Documentation |
Normalizes the samples by their median within a given factor. The median of the median within this factor will be used as factor-specific median center.
medianNormFactor(romics_object, main_factor = "factor")
romics_object |
has to be an romics_object created using romicsCreateObject() that has not been previously log-transformed using log10transform() |
median normalize the samples within a given factor the median of the median of this factor will be used as new factor median.
This function returns the transformed romics_object with updated data layer.
Geremy Clair
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.