R/network_heatmap.R
plot_detail_network.Rd
Plot the dynamic differential network but colored by communities and optionally faded by igraph::betweenness
plot_detail_network(
network,
regulators,
top_edges = NULL,
only_TFs = TRUE,
network_order = NULL,
communities = NULL,
compute_betweenness = TRUE
)
the dynamic network
regulators
top_edges
whether or not to only plot regulators and exclude non-regulators
the network_order in which to plot epochs, or which epochs to plot
community assignments or the result of running find_commumities. The names in this object should match the names of the epoch networks in network. If NULL, it will be automatically run.
whether or not to fade nodes by igraph::betweenness
plot