rgDataSet-class | R Documentation |
"rgDataSet"
A class for storing Illumina methylation array raw intensity data of two color channels, and probe annotation infomation.
rgDataSet(Red = new("matrix"), Green = new("matrix"),
NBeads = new("matrix"),rowData=new("DataFrame"),ictrl= new("DataFrame"),...)
Red |
A matrix of Red channel intensity values with row for methylation probes and column for samples |
Green |
A matrix of Green channel intensity values with row for methylation probes and column for samples |
NBeads |
A matrix contains the number of beads used to generate intensity values on the Red and Green channels. |
rowData |
A dataframe contains probe annotation information |
ictrl |
A dataframe contais detailed information for Illumina internal control probes |
... |
other arguments for class SummarizedExperiment |
An object of class rgDataSet
showClass("rgDataSet")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.