Skip to contents

plotCorFromCovStats

Usage

plotCorFromCovStats(
  qc,
  method = c("pearson", "spearman"),
  col = NULL,
  na_col = "white",
  column_title = NULL,
  ...
)

Arguments

qc

A list of coverage statistics, as produced by getCovStats.

method

The correlation metrics to include

col

Optional heatmap colors

na_col

Color for the diagonal; passed to Heatmap.

column_title

Column title (if NULL, uses the metric)

...

Passed to Heatmap.

Value

A `Heatmap` or `HeatmapList` object ready to be plotted.