QCdba-methods {ChIPQC}R Documentation

Retrieve the DBA-object object associated with an experiment

Description

Retrieve the DBA-object object associated with a ChIPQCexperiment object.

Methods

signature(object = "ChIPQCexperiment")

Retrieves the DBA-object object associated with a ChIPQCexperiment. This object can be used with DiffBind functions to further analyse a ChIP-seq experiment, including performing a differential binding analysis.

Author(s)

Rory Stark and Thomas Carroll

See Also

ChIPQC-package, ChIPQCexperiment, DiffBind, dba

Examples

data(tamoxifen_QC)
tamoxifenDBA = QCdba(tamoxifen)
## library(DiffBind)
## tamoxifenDBA

[Package ChIPQC version 1.30.0 Index]