Description Usage Arguments Value
View source: R/5_networkComparison.R
Computes frobenius distance in a pairwise manner between two sets of networks
1 2 3 4 5 6 7 | compute_frobenius_distance(
netlist1,
netlist2,
weight_column = "zscore",
compare_within_netlist1 = TRUE,
compare_within_netlist2 = TRUE
)
|
netlist1 |
list of grnDFs |
netlist2 |
list of grnDFs |
weight_column |
column name containing edge weights |
compare_within_netlist1 |
whether or not to do pairwise comparisons between networks in netlist1 |
compare_within_netlist2 |
whether or not to do pairwise comparisons between networks in netlist2 |
dataframe of frobenius distances
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.