Description Methods Note Author(s) See Also Examples
Generates correlation heatmap for ChIP samples.
signature(object = "ChIPQCexperiment", attributes, ...)
Generate correlation heatmap, including clustering dendrogram, for all the samples in an experiment that are associated with a peakset.
attributes | character string, or vector of character strings, representing metadata field names, for use in labeling |
... | additional parameters passed to dba.plotHeatmap |
plotCorHeatmap uses dba.plotHeatmap
for plotting.
Rory Stark and Thomas Carroll
ChIPQC-package, ChIPQCexperiment, dba.plotHeatmap
1 2 | data(tamoxifen_QC)
plotCorHeatmap(tamoxifen,attributes=c("Tissue","Condition","Replicate"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.