Description Usage Arguments Details Value Author(s) See Also
View source: R/methylation_preprocessing.R
This function is a wrap of methylumiR
function in methylumi package.
1 | lumiMethyR(filename, lib=NULL, controlData=NULL, qcfile=NULL, sampleDescriptions=NULL, sep = NULL)
|
filename |
file name output by GenomeStudio |
lib |
Annotation library of Illumina methylation microarray |
controlData |
the controlData file name or a MethyLumiQC object to be added to the "controlData" slot of the MethyLumiM object |
qcfile |
parameter of |
sampleDescriptions |
parameter of |
sep |
parameter of |
This function is a wrap of methylumiR
function in methylumi package. It will coerce the returned object as MethyLumiM class. The methylated and unmethylated probe intensity information is required for color-bias adjustment and normalization. If users have the Illumina IDAT files, we suggest use importMethyIDAT
function to import the data. The importMethyIDAT
function will automatically retrieve the required information and return a MethyLumiM object.
return a MethyLumiM object
Pan Du
See Also importMethyIDAT
, methylumiR
and addControlData2methyLumiM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.