tfnet_pagerank: Function to compute page rank of TF-only networks

Description Usage Arguments Value

View source: R/3_dynamicGRN.R

Description

Function to compute page rank of TF-only networks

Usage

1
tfnet_pagerank(dynnet, tfs, weight_column = "zscore", directed_graph = FALSE)

Arguments

dynnet

result of dynamic GRN reconstruction

tfs

TFs

weight_column

name of column in dynnet to weight edges

directed_graph

if GRN is directed or not

Value

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


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