Applies inverse rank normalization to all features to approximate a normal distribution.
Arguments
- object
a
SummarizedExperiment
orMetaboSet
object- assay.type
character, assay to be used in case of multiple assays
- name
character, name of the resultant assay in case of multiple assays
Examples
data(example_set)
normalized <- inverse_normalize(example_set)