| getmeth {ENmix} | R Documentation |
To create a methDataSet based on a rgDataset
getmeth(rgSet)
rgSet |
An object of class |
CpG annotation information is incorporated in the output object, and can
be extracted using command rowData
An object of class methDataSet
Zongli Xu
## Not run:
require(minfidata)
path <- file.path(find.package("minfiData"),"extdata")
#based on rgDataset
rgSet <- readidat(path = path,recursive = TRUE)
meth=getmeth(rgSet)
## End(Not run)