Skip to contents

Create network visualization of cell-cell communication

Usage

plot_ccc_network(
  results,
  pval_threshold = 0.05,
  min_interactions = 1,
  layout = "circle",
  vertex_size_scale = 1,
  edge_width_scale = 1,
  ...
)

Arguments

results

Results from fastccc or related functions

pval_threshold

P-value threshold for significance

min_interactions

Minimum interactions to show edge

layout

Network layout algorithm

vertex_size_scale

Scale factor for vertex size

edge_width_scale

Scale factor for edge width

...

Additional arguments passed to plot

Value

igraph plot (invisibly returns igraph object)