Skip to contents

Create a heatmap showing changes in communication between conditions.

Usage

PlotDiffHeatmap(
  x,
  metric = c("log2fc", "delta"),
  cluster_order = NULL,
  colors = NULL,
  title = NULL,
  ...
)

Arguments

x

NOVADiffResult object

metric

Metric: "log2fc", "delta", or "fold_change"

cluster_order

Order of clusters

colors

Diverging color palette

title

Plot title

...

Additional arguments passed to ComplexHeatmap::Heatmap

Value

ComplexHeatmap object