performGlobalRLRNormalization {NormalyzerDE}R Documentation

Global linear regression normalization

Description

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

Usage

performGlobalRLRNormalization(rawMatrix)

Arguments

rawMatrix

Target matrix to be normalized

Value

Normalized matrix

Examples

data(example_data_only_values_small)
normMatrix <- performGlobalRLRNormalization(example_data_only_values)

[Package NormalyzerDE version 1.0.0 Index]