QCmetadata-methods {ChIPQC}R Documentation

Retrieve metadata associated with an experiment

Description

Retrieve metadata for a ChIPQCexperiment object.

Methods

signature(object = "ChIPQCexperiment")

Retrieve a data frame containing metadata for all the samples in a ChIP-seq experiment represented by a ChIPQCexperiment object.

signature(object = "list")

Retrieve a data frame containing metadata for all the samples in a list of ChIPQCsample objects.

Author(s)

Rory Stark and Thomas Carroll

See Also

ChIPQC-package, ChIPQCsample, ChIPQCexperiment

Examples

data(tamoxifen_QC)
meta = QCmetadata(tamoxifen)
meta

[Package ChIPQC version 1.26.0 Index]