AlloViz.AlloViz.Analysis.edges_dict

AlloViz.AlloViz.Analysis.edges_dict = {'btw': {'arguments': {'seed': 0, 'weight': 'graph_distance'}, 'function': 'networkx.algorithms.centrality.edge_betweenness_centrality'}, 'cfb': {'arguments': {'weight': 'graph_weight'}, 'function': 'networkx.algorithms.centrality.edge_current_flow_betweenness_centrality'}}

Dictionary that maps edges network metrics custom names (e.g., betweenness centrality, “btw”) with their corresponding NetworkX function (e.g., “networkx.algorithms.centrality.edge_betweenness_centrality”) and arguments.