Description Usage Arguments Value Author(s) See Also Examples
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.
1 | clusterSitesToGR(object)
|
object |
A |
An object of class GRanges
is returned.
Katja Hebestreit
1 2 3 4 | data(rrbs)
rrbs.clustered <- clusterSites(rrbs)
clusterSitesToGR(rrbs.clustered)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.