quick plot of top regulators given targets in dynamic networks based on reconstruction weight
1 2 3 4 5 6 7 8 | plot_targets_with_top_regulators(
grn,
targets,
weight_column = "zscore",
gene_ranks = NULL,
numTopRegulators = 5,
order = NULL
)
|
grn |
the result of running epochGRN |
targets |
targets |
weight_column |
column name containing reconstruction weights to use |
numTopRegulators |
number of top regulators to plot |
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.