R/network_comparison.R
compute_JI_topregs.Rd
Computes Jaccard similarity between top regulators in two sets of networks
compute_JI_topregs(
netlist1,
netlist2,
n_regs = 15,
method = "pagerank",
compare_within_netlist1 = TRUE,
compare_within_netlist2 = TRUE
)
list of grnDFs
list of grnDFs
the number of top regulators to compare from each network
method to find top regulators. Currently only supports "pagerank"
whether or not to do pairwise comparisons between networks in netlist1
whether or not to do pairwise comparisons between networks in netlist2
dataframe of Jaccard similarities of top regulators