methDataSet-class | 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 |
CpG annotation information is incorporated in the object, and can
be extracted using command rowData
An object of class methDataSet
showClass("methDataSet")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.