clusterSitesToGR: A function to obtain a 'GRanges' object of CpG clusters from...

Description Usage Arguments Value Author(s) See Also Examples

Description

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.

Usage

1

Arguments

object

A BSraw or BSrel object with a cluster.id column in the rowRanges slot. Usually the output of clusterSites.

Value

An object of class GRanges is returned.

Author(s)

Katja Hebestreit

See Also

clusterSites

Examples

1
2
3
4
data(rrbs)
rrbs.clustered <- clusterSites(rrbs)

clusterSitesToGR(rrbs.clustered)

BiSeq documentation built on Nov. 8, 2020, 8:05 p.m.