getGRanges: Build GRange object of methylation probes

Description Usage Arguments Value Methods (by class) Examples

Description

Build GRange object of methylation probes

Usage

1
2
3
4
getGRanges(object)

## S4 method for signature 'SampleSet'
getGRanges(object)

Arguments

object

Object of class SampleSet.

Value

A GRange object of the positions of each cpg.

Methods (by class)

Examples

1
2
3
4
require(minfiData)
pData(RGsetEx)$cell_type <- rep(c("type1","type2"),3)
mySampleSet=fromRGChannelSet(RGsetEx)
gr=getGRanges(mySampleSet)

funtooNorm documentation built on Nov. 8, 2020, 8:04 p.m.