compute_pagerank: Function to compute page rank of TF+target networks

Description Usage Arguments Value

View source: R/3_dynamicGRN.R

Description

Function to compute page rank of TF+target networks

Usage

1
compute_pagerank(dynnet, weight_column = "zscore", directed_graph = FALSE)

Arguments

dynnet

result of dynamic GRN reconstruction

weight_column

name of column in dynnet to weight edges

directed_graph

if GRN is directed or not

Value

list of dataframes of active genes in each epoch and transition, ranked by page rank


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