bmiq.mc | R Documentation |
A multi-processor wrapper of BMIQ method. BMIQ is an intra-sample normalization procedure to correct the bias of Infinium 2 probe methylation beta values.
bmiq.mc(mdat, nCores = 1,...)
mdat |
An object of class |
nCores |
Number of cores used for computation. |
... |
See BMIQ in R package wateRmelon for more options. |
A data matrix of Methylation beta value.
Zongli Xu
Teschendorff AE et. al. A beta-mixture quantile normalization method for correcting probe design bias in Illumina Infinium 450 k DNA methylation data. Bioinformatics. 2013
See BMIQ
in R package watermelon
for model details
if(FALSE){
if (require(minfiData)) {
mdat=preprocessENmix(RGsetEx,bgParaEst="oob",nCores=6)
mdatq1=norm.quantile(mdat,method="quantile1")
beta=bmiq.mc(mdatq1,nCores=10)
}}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.