getGRanges | R Documentation |
Build GRange object of methylation probes
getGRanges(object) ## S4 method for signature 'SampleSet' getGRanges(object)
object |
Object of class SampleSet. |
A GRange object of the positions of each cpg.
SampleSet
: Build GRange object of methylation probes
require(minfiData) pData(RGsetEx)$cell_type <- rep(c("type1","type2"),3) mySampleSet=fromRGChannelSet(RGsetEx) gr=getGRanges(mySampleSet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.