Skip to contents

This function returns the currently available data transformation methods.

Usage

getAvailableDataTransformers()

Value

A data frame with two columns:

id

the id of the data transformer, to be used in the function calls

name

the name of the data transformation method

Author

Alessandro Barberis

Examples


getAvailableDataTransformers()
#>                        id                   name
#> stepFunction stepFunction          Step Function
#> quantile         quantile Quantile Normalization