Package: |
ChIPQC |
Type: |
Package |
Version: |
0.1 |
Date: |
2014-03-01 |
License: |
GPL3 |
ChIPQC
primarily uses two object classes: ChIPQCsample
, which encapsulates the information about individual samples, and ChIPQCexperiment
, which encapsulates information about larger ChIP-seq experiments (consisting of a number of samples). The primary entry point is the constructor function ChIPQC
, which takes a description of an entire experiment, constructs objects for all the samples, and computes the quality metrics.
ChIPQC
is designed to work closely with the DiffBind
package, which provides functionality for analyzing ChIP-seq experiments, including performing differential binding analysis to identify significantly differentially bound peaks.