getCGinfo: CpG probe annotation inforamtion

Description Usage Arguments Value Author(s) Examples

View source: R/getCGinfo.R

Description

Extract CpG probe annotation inforamtion from an rgDataSet

Usage

1
getCGinfo(rgSet, type="IandII")

Arguments

rgSet

An object of class rgDataSet

type

One of the following options "I","II","IandII","ctrl", indicating type I, type II type I & II or control probes type

Value

An object of data frame class

Author(s)

Zongli Xu

Examples

1
2
3
4
5
require(minfiData)
path <- file.path(find.package("minfiData"),"extdata")
#based on rgDataset
rgSet <- readidat(path = path,recursive = TRUE)
cginfo=getCGinfo(rgSet,type="IandII")

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