Skip to contents

This function is a dispatcher for the selected transformation method.

Usage

transformData(x, f = c("none", "stepFunction", "quantile"), ...)

Arguments

x

numerical matrix, features-by-samples

f

string, the transformation method. Available options are:

'none'

x is returned

'stepFunction'

step function

'quantile'

quantile normalisation

...

further arguments to the transformation method

Value

A numerical matrix containing the transformed values.

Author

Alessandro Barberis