Description Usage Arguments Value Author(s) See Also Examples
View source: R/methylation_preprocessing.R
Quantile normalization of Illumina Infinium methylation data at probe level. Input data is a MethyLumiM object
1 | normalizeMethylation.quantile(methyLumiM, separateColor = FALSE, reference = NULL, ...)
|
methyLumiM |
a MethyLumiM object includes Illumina Infinium methylation data |
separateColor |
determine whether separately normalize two color channels |
reference |
the reference vector (same length as the number of matrix rows) for quanitle normalization |
... |
other parameters used by normalize.quantiles.robust method |
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.ssn
1 2 | data(example.lumiMethy)
lumiMethy.norm = normalizeMethylation.quantile(example.lumiMethy)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.