getSummary | R Documentation |
The summary slot is used to track information of the filtering steps applied
in the makeBindingSites
function
getSummary(object, ...)
## S4 method for signature 'BSFDataSet'
getSummary(object)
object |
a |
... |
additional arguments |
returns the summary information storted in the summary slot after
makeBindingSites
was run
BSFDataSet
makeBindingSites
# load data
files <- system.file("extdata", package="BindingSiteFinder")
load(list.files(files, pattern = ".rda$", full.names = TRUE))
bds <- makeBindingSites(object = bds, bsSize = 9, minWidth = 2,
minCrosslinks = 2, minClSites = 1)
getSummary(bds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.