performCyclicLoessNormalization: Cyclic Loess normalization

Description Usage Arguments Value Examples

View source: R/normMethods.R

Description

Log2 transformed data is normalized by Loess method using the function "normalizeCyclicLoess". Further information is available for the function "normalizeCyclicLoess" in the Limma package.

Usage

1
performCyclicLoessNormalization(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 <- performCyclicLoessNormalization(example_data_only_values)

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