plot_diffnet_detail: Plot the dynamic differential network but colored by...

Description Usage Arguments

View source: R/5_networkComparison.R

Description

Plot the dynamic differential network but colored by communities and optionally faded by betweenness

Usage

1
2
3
4
5
6
7
8
plot_diffnet_detail(
  grn,
  tfs,
  only_TFs = TRUE,
  order = NULL,
  weight_column = "zscore",
  compute_betweenness = TRUE
)

Arguments

grn

the dynamic network

tfs

TFs

only_TFs

whether or not to only plot TFs and exclude non-regulators

order

the order in which to plot epochs, or which epochs to plot

weight_column

column name with edge weights

compute_betweenness

whether or not to fade nodes by betweenness


pcahan1/epoch documentation built on Feb. 14, 2022, 1:57 a.m.