performGlobalRLRNormalization: Global linear regression normalization

Description Usage Arguments Value Examples

View source: R/normMethods.R

Description

Log2 transformed data is normalized by robust linear regression using the function "rlm" from the MASS package.

Usage

1
performGlobalRLRNormalization(rawMatrix, noLogTransform = FALSE)

Arguments

rawMatrix

Target matrix to be normalized

noLogTransform

Assumes no need for log transformation

Value

Normalized matrix

Examples

1
2
data(example_data_only_values_small)
normMatrix <- performGlobalRLRNormalization(example_data_only_values)

NormalyzerDE documentation built on Nov. 8, 2020, 8:22 p.m.