Skip to contents

Applies inverse rank normalization to all features to approximate a normal distribution.

Usage

inverse_normalize(object, assay.type = NULL, name = NULL)

Arguments

object

a SummarizedExperiment or MetaboSet 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

Value

An object as the one supplied, with normalized features.

Examples

data(example_set)
normalized <- inverse_normalize(example_set)