getRanges {BindingSiteFinder}R Documentation

Accessor method for the ranges of the BSFDataSet object

Description

The ranges slot holds the genomic ranges information of the sites currently in the object. They are encoded as a GRanges object with each binding site having a single ranges entry.

Usage

getRanges(object)

## S4 method for signature 'BSFDataSet'
getRanges(object)

Arguments

object

a BSFDataSet object

Value

returns the genomic ranges (GRanges) of the associated ranges

See Also

BSFDataSet

Examples


# load data
files <- system.file("extdata", package="BindingSiteFinder")
load(list.files(files, pattern = ".rda$", full.names = TRUE))

getRanges(bds)


[Package BindingSiteFinder version 0.99.10 Index]