Learn R Programming

ChIPQC (version 1.8.2)

QCmetrics-methods: Retrieve consolidated set of QC metrics

Description

Retrieves a consolidated set of QC metrics.

Arguments

Methods

signature(object = "ChIPQCexperiment")
Retrieves a matrix of QC metrics for all the samples in an experiment, with a column of values for each sample.
signature(object = "ChIPQCsample")
Retrieves a vector of QC metrics for a sample.

See Also

ChIPQC-package, ChIPQCsample, ChIPQCexperiment

Examples

Run this code
data(example_QCexperiment)
QCmetrics(exampleExp)

data(tamoxifen_QC)
QCmetrics(tamoxifen)

QCmetrics(QCsample(tamoxifen,1))

Run the code above in your browser using DataLab