scalingMethods: scalingMethods

View source: R/DiffCorr.R

scalingMethodsR Documentation

scalingMethods

Description

The pre-treatment methods

Usage

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

Arguments

data

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

methods

the chosen methods.

Value

the resulting data frame (or scaled data matrix)

Author(s)

Atsushi Fukushima

Examples

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

DiffCorr documentation built on Aug. 25, 2023, 5:16 p.m.