| getCGinfo {ENmix} | R Documentation |
Extract CpG probe annotation inforamtion from a rgDataSet
getCGinfo(rgSet, type="IandII")
rgSet |
An object of class |
type |
One of the following options "I","II","IandII","ctrl". "all" |
An object of dataframe class
Zongli Xu
## Not run:
require(minfidata)
path <- file.path(find.package("minfiData"),"extdata")
#based on rgDataset
rgSet <- readidat(path = path,recursive = TRUE)
info=getCGinfo(rgSet,type="all")
## End(Not run)