getmeth {ENmix}R Documentation

Create a methDataSet

Description

To create a methDataSet based on a rgDataset

Usage

getmeth(rgSet)

Arguments

rgSet

An object of class rgDataSet

Details

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

Value

An object of class methDataSet

Author(s)

Zongli Xu

Examples

## 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)

[Package ENmix version 1.25.1 Index]