setSummary {BindingSiteFinder} | R Documentation |
The summary slot is used to track information of the filtering steps applied
in the makeBindingSites
function
setSummary(object, ...) ## S4 method for signature 'BSFDataSet' setSummary(object, summary)
object |
a BSFDataSet object |
... |
additional arguments |
summary |
a data.frame with the summary information to be stored in
|
an object of type BSFDataSet
with updated summary info
# load data files <- system.file("extdata", package="BindingSiteFinder") load(list.files(files, pattern = ".rda$", full.names = TRUE)) df = data.frame(processingStep = c(1,2), parameter = c(3,4)) bds = setSummary(bds, df)