QCmetrics-methods | R Documentation |
Retrieves a consolidated set of QC metrics.
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 = "list")
Retrieves a matrix
of QC metrics for all the samples in a list of ChIPQCsample objects, with a column of values for each sample.
signature(object = "ChIPQCsample")
Retrieves a vector
of QC metrics for a sample.
Rory Stark and Thomas Carroll
ChIPQC-package, ChIPQCsample, ChIPQCexperiment
data(example_QCexperiment) QCmetrics(exampleExp) data(tamoxifen_QC) QCmetrics(tamoxifen) QCmetrics(QCsample(tamoxifen,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.