getSignal | R Documentation |
Signal data is loaded from the path specified in getMeta
columns "clPlus" and "clMinus" and stored as a list of RLE lists.
getSignal(object)
## S4 method for signature 'BSFDataSet'
getSignal(object)
object |
a BSFDataSet object |
returns the signal data, as list of RLE list for each strand, named after the meta data columns "clPlus" and "clMinus"
getMeta
BSFDataSet
# load data
files <- system.file("extdata", package="BindingSiteFinder")
load(list.files(files, pattern = ".rda$", full.names = TRUE))
getSignal(bds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.