getSummary {BindingSiteFinder} | 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
# 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)