Description Usage Arguments Value
View source: R/5_networkComparison.R
Computes betweenness and degree of each TF for each network in a list of networks
1 2 3 4 5  | biglist_compute_betweenness_degree(
  netlist,
  weight_column = "zscore",
  normalized = TRUE
)
 | 
weight_column | 
 column name in grnDFs containing edge weights  | 
normalized | 
 whether or not to normalize degree and betweenness  | 
dataframe listing network, betweenness of each TF, degree of each TF
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.