DBA object methods {DiffBind}R Documentation

Standard S3 methods for DBA object

Description

Standard S3 methods for DBA object.

Usage

## S3 method for class 'DBA'
print(x, ...)
## S3 method for class 'DBA'
summary(object, ...)
## S3 method for class 'DBA'
plot(x, ...)

Arguments

x

DBA object

object

DBA object

...

Arguments passed on to parent methods

Details

S3 methods for DBA object from the DiffBind package.

DBA objects are usually constructed using the dba function.

There are a number of internal parameters that can be set, and defaults overridden, by setting DBA$config options:

Author(s)

Rory Stark

Examples

data(tamoxifen_peaks)
tamoxifen
data(tamoxifen_counts)
tamoxifen

[Package DiffBind version 3.4.7 Index]