plotCorFromCovStats | R Documentation |
plotCorFromCovStats
plotCorFromCovStats(
qc,
method = c("pearson", "spearman"),
col = NULL,
na_col = "white",
column_title = NULL,
...
)
qc |
A list of coverage statistics, as produced by
|
method |
The correlation metrics to include |
col |
Optional heatmap colors |
na_col |
Color for the diagonal; passed to
|
column_title |
Column title (if NULL, uses the metric) |
... |
Passed to |
A 'Heatmap' or 'HeatmapList' object ready to be plotted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.