getRanges | 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
BSFDataSet
# load data
files <- system.file("extdata", package="BindingSiteFinder")
load(list.files(files, pattern = ".rda$", full.names = TRUE))
getRanges(bds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.