methDataSet-class {ENmix} | R Documentation |
"methDataSet"
A class for storing Illumina methylation array methylated and unmethylated intensity data, and CpG annotation infomation.
methDataSet(Meth = new("matrix"), Unmeth = new("matrix"), rowData=new("DataFrame"),...)
Meth |
A matrix of methylated intensity values with row for CpGs and column for samples |
Unmeth |
A matrix of unmethylated intensity values with row for CpGs and column for samples |
rowData |
A dataframe contains CpG annotation information |
... |
Other arguments for class SummarizedExperiment |
An object of class methDataSet
showClass("methDataSet")