Description Usage Arguments Value Methods (by class) Examples
Build GRange object of methylation probes
1 2 3 4 | 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
1 2 3 4 | 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.