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 methDataSet
object, and can be extracted using command rowData().
An object of class methDataSet
Zongli Xu
require(minfiData) path <- file.path(find.package("minfiData"),"extdata") #based on rgDataset rgSet <- readidat(path = path,recursive = TRUE) meth=getmeth(rgSet) meth cginfo=rowData(meth)