getmeth: Create a methDataSet

Description Usage Arguments Details Value Author(s) Examples

View source: R/getmeth.R

Description

To create a methDataSet based on a rgDataset

Usage

1
getmeth(rgSet)

Arguments

rgSet

An object of class rgDataSet

Details

CpG annotation information is incorporated in the output methDataSet object, and can be extracted using command rowData().

Value

An object of class methDataSet

Author(s)

Zongli Xu

Examples

1
2
3
4
5
6
7
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)

ENmix documentation built on April 2, 2021, 6 p.m.