getCGinfo | R Documentation |
Extract CpG probe annotation inforamtion from an rgDataSet
getCGinfo(rgSet, type="IandII")
rgSet |
An object of class |
type |
One of the following options "I","II","IandII","ctrl", indicating type I, type II type I & II or control probes type |
An object of data frame class
Zongli Xu
require(minfiData)
path <- file.path(find.package("minfiData"),"extdata")
#based on rgDataset
rgSet <- readidat(path = path,recursive = TRUE)
cginfo=getCGinfo(rgSet,type="IandII")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.