quick plot of top regulators in dynamic networks
plot_top_features(
network_list,
gene_ranks = NULL,
regulators = NULL,
targets = NULL,
regulators_num = NULL,
targets_num = NULL,
network_order = NULL,
method = "weight"
)
the result of running epochGRN
the result of running compute_pagerank
regulators
targets
number of top regulators to plot
number of top targets to plot for each regulator
which epochs or transitions to plot
Choose method to rank regulators for plot. Defaule set to `weight`, mean choose regulators rely weights in network infer by inferCSN. Also can choose `page_rank`, then will ranking regulators rely the result of page_rank.
plot