Description Usage Arguments Value Author(s) See Also Examples
View source: R/methylation_preprocessing.R
Shift and scaling normalization of Illumina Infinium methylation data at probe level
1 | normalizeMethylation.ssn(methyLumiM, separateColor = FALSE)
|
methyLumiM |
a MethyLumiM object includes Illumina Infinium methylation data |
separateColor |
determine whether separately normalize two color channels |
Return an object (same class as input methyLumiM) with updated "methylated" and "unmethylated" data matrix after background level adjustment.
Pan DU
See Also lumiMethyN
, and normalizeMethylation.quantile
1 2 | data(example.lumiMethy)
lumiMethy.norm = normalizeMethylation.ssn(example.lumiMethy)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.