Learn R Programming

ChIPQC (version 1.8.2)

QCdba-methods: Retrieve the DBA object associated with an experiment

Description

Retrieve the DBA object associated with a ChIPQCexperiment object.

Arguments

Methods

signature(object = "ChIPQCexperiment")
Retrieves the DBA 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.

See Also

ChIPQC-package, ChIPQCexperiment, DiffBind, dba

Examples

Run this code
data(tamoxifen_QC)
tamoxifenDBA = QCdba(tamoxifen)
## library(DiffBind)
## tamoxifenDBA

Run the code above in your browser using DataLab