getSignal {BindingSiteFinder} | 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"
# load data files <- system.file("extdata", package="BindingSiteFinder") load(list.files(files, pattern = ".rda$", full.names = TRUE)) getSignal(bds)