performCyclicLoessNormalization: Cyclic Loess normalization

View source: R/normMethods.R

performCyclicLoessNormalizationR Documentation

Cyclic Loess normalization

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

performCyclicLoessNormalization(rawMatrix, noLogTransform = FALSE)

Arguments

rawMatrix

Target matrix to be normalized

noLogTransform

Assumes no need for log transformation

Value

Normalized matrix

Examples

data(example_data_only_values_small)
normMatrix <- performCyclicLoessNormalization(example_data_only_values)

ComputationalProteomics/NormalyzerDE documentation built on Sept. 18, 2023, 9:15 p.m.