Skip to contents

This function is a dispatcher for the selected transformation method.

Usage

getDataTransformer(f = c("stepFunction", "quantile"))

Arguments

f

string, the transformation method. Available options are:

'stepFunction'

step function

'quantile'

quantile normalisation

Value

A data transformation function.

Author

Alessandro Barberis