setSummary: Setter method for the summary slot of the BSFDataSet object

setSummaryR Documentation

Setter method for the summary slot of the BSFDataSet object

Description

The summary slot is used to track information of the filtering steps applied in the makeBindingSites function

Usage

setSummary(object, ...)

## S4 method for signature 'BSFDataSet'
setSummary(object, summary)

Arguments

object

a BSFDataSet object

...

additional arguments

summary

a data.frame with the summary information to be stored in BSFDataSet

Value

an object of type BSFDataSet with updated summary info

See Also

BSFDataSet

Examples


# 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)


ZarnackGroup/BindingSiteFinder documentation built on May 2, 2024, 12:38 a.m.