getRanges {BindingSiteFinder} | R Documentation |
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.
getRanges(object) ## S4 method for signature 'BSFDataSet' getRanges(object)
object |
a |
returns the genomic ranges (GRanges) of the associated ranges
# load data files <- system.file("extdata", package="BindingSiteFinder") load(list.files(files, pattern = ".rda$", full.names = TRUE)) getRanges(bds)