getLinearNormalizers: getLinearNormalizers

Description Usage Arguments Value Examples

View source: R/AllGenerics.R

Description

Returns linear scale factors for each column of the dataset, using the first column as a reference and fitting a linear model between each other colum and the first.

Usage

1
getLinearNormalizers(dataset, tryrobust = F)

Arguments

dataset

a numeric data.frame or matrix.

tryrobust

logical, whether to try to fit a robust linear model instead of a normal one.

Value

A vector of length ncol(dataset) containing the scale factors of each column of dataset.

Examples

1

plger/RNAontheBENCH documentation built on May 25, 2019, 8:22 a.m.