Description Usage Arguments Details Value Examples
A class for storing Illumina methylation array methylated and unmethylated intensity data, and CpG annotation infomation.
1 2  | 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
1  | showClass("methDataSet")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.