| show {BindingSiteFinder} | R Documentation |
Prints the information for each of the slots in the BSFDataSet object.
Ranges of the getRanges slot are shown, as well as the number
of crosslinks per strand getSignal and the levels of the
experimental conditions (getMeta).
## S4 method for signature 'BSFDataSet' show(object)
object |
a |
shows the current object state
# load data
files <- system.file("extdata", package="BindingSiteFinder")
load(list.files(files, pattern = ".rda$", full.names = TRUE))
show(bds)