Learn R Programming

DiffCorr (version 0.4.3)

scalingMethods: scalingMethods

Description

The pre-treatment methods

Usage

scalingMethods(
  data,
  methods = c("auto", "range", "pareto", "vast", "level", "power")
)

Value

the resulting data frame (or scaled data matrix)

Arguments

data

a data matrix ([data.frame object] row: molecules, col: samples or replicates)

methods

the chosen methods.

Author

Atsushi Fukushima

Examples

Run this code
scalingMethods(iris[,1:4], "level")

Run the code above in your browser using DataLab