getCGinfo {ENmix}R Documentation

CpG probe annotation inforamtion

Description

Extract CpG probe annotation inforamtion from a rgDataSet

Usage

getCGinfo(rgSet, type="IandII")

Arguments

rgSet

An object of class rgDataSet

type

One of the following options "I","II","IandII","ctrl". "all"

Value

An object of class dataframe

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)
info=getCGinfo(rgSet,type="all")

## End(Not run)

[Package ENmix version 1.20.3 Index]