plot_top_regulators: quick plot of top regulators in dynamic networks

Description Usage Arguments

View source: R/4_plotting.R

Description

quick plot of top regulators in dynamic networks

Usage

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
)

Arguments

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


pcahan1/epoch documentation built on Feb. 14, 2022, 1:57 a.m.