Plot module metrics number of genes, number of peaks and number of TFs per gene.

plot_module_metrics(object, ...)

# S4 method for class 'CSNObject'
plot_module_metrics(
  object,
  network = DefaultNetwork(object),
  celltypes = NULL,
  ...
)

Arguments

object

The input data, a csn object.

...

Arguments for other methods

network

Name of the network to use.

celltypes

Celltypes to plot. If NULL, all celltypes are plotted.

Value

A ggplot2 object.