quick plot of top regulators in dynamic networks
1 2 3 4 5 6 7 8 9 | plot_top_regulators(
grn,
gene_ranks,
tfs,
numTopTFs = 5,
numTargets = 5,
only_TFs = TRUE,
order = NULL
)
|
grn |
the result of running epochGRN |
gene_ranks |
the result of running compute_pagerank |
tfs |
tfs |
numTopTFs |
number of top regulators to plot |
numTargets |
number of top targets to plot for each regulator |
only_TFs |
plot only TF network |
order |
which epochs or transitions to plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.