clusterSitesToGR {BiSeq} | R Documentation |
GRanges
object of CpG clusters from BSraw
and BSrel
objects
This function allows to get the start and end positions of CpG clusters
from a BSraw
or BSrel
object, when there is a cluster.id
column in the rowRanges
slot.
clusterSitesToGR(object)
object |
A |
An object of class GRanges
is returned.
Katja Hebestreit
data(rrbs) rrbs.clustered <- clusterSites(rrbs) clusterSitesToGR(rrbs.clustered)