getGRanges {funtooNorm}R Documentation

Build GRange object of methylation probes

Description

Build GRange object of methylation probes

Usage

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

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


[Package funtooNorm version 1.17.0 Index]