plotCorFromCovStats: plotCorFromCovStats

View source: R/qc.R

plotCorFromCovStatsR Documentation

plotCorFromCovStats

Description

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.


ETHZ-INS/epiwraps documentation built on May 4, 2024, 6:25 a.m.