Learn R Programming

lumi (version 2.24.0)

normalizeMethylation.ssn: Shift and scaling normalization of Illumina Infinium methylation data at probe level

Description

Shift and scaling normalization of Illumina Infinium methylation data at probe level

Usage

normalizeMethylation.ssn(methyLumiM, separateColor = FALSE)

Arguments

methyLumiM
a MethyLumiM object includes Illumina Infinium methylation data
separateColor
determine whether separately normalize two color channels

Value

Return an object (same class as input methyLumiM) with updated "methylated" and "unmethylated" data matrix after background level adjustment.

See Also

See Also lumiMethyN, and normalizeMethylation.quantile

Examples

Run this code
data(example.lumiMethy)
lumiMethy.norm = normalizeMethylation.ssn(example.lumiMethy)

Run the code above in your browser using DataLab