Plot the dynamic differential network but colored by communities and optionally faded by betweenness
1 2 3 4 5 6 7 8 9 | plot_dynnet_detail(
grn,
tfs,
only_TFs = TRUE,
order = NULL,
weight_column = "zscore",
communities = NULL,
compute_betweenness = TRUE
)
|
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 |
communities |
community assignments or the result of running find_commumities.The names in this object should match the names of the epoch networks in grn. If NULL, it will be automatically run. |
compute_betweenness |
whether or not to fade nodes by betweenness |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.