AlloViz.AlloViz.Analysis.edges_dict#

AlloViz.AlloViz.Analysis.edges_dict = {'btw': 'networkx.algorithms.centrality.edge_betweenness_centrality', 'cfb': '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”).