Skip to contents

Create a volcano plot for differential communication.

Usage

PlotVolcano(
  x,
  log2fc_threshold = 1,
  label_top = 10,
  colors = c(up = "#FF0000", down = "#0000FF", stable = "gray"),
  title = "Differential Communication"
)

Arguments

x

NOVADiffResult object

log2fc_threshold

Threshold for highlighting

label_top

Number of top edges to label

colors

Colors for up/down/stable

title

Plot title

Value

ggplot object