Description Usage Arguments Value
Function to compute betweenness and degree
1 2 3 4 5 | compute_betweenness_degree(
dynnet,
weight_column = "zscore",
directed_graph = FALSE
)
|
dynnet |
result of dynamic GRN reconstruction |
weight_column |
name of column in dynnet to weight edges |
directed_graph |
if GRN is directed or not |
list of dataframes of active TFs in each epoch and transition, ranked by betweenness*degree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.