AlloViz.AlloViz.Analysis.nodes_dict

AlloViz.AlloViz.Analysis.nodes_dict = {'btw': {'arguments': {'seed': 0, 'weight': 'graph_distance'}, 'function': 'networkx.algorithms.centrality.betweenness_centrality'}, 'cfb': {'arguments': {'weight': 'graph_weight'}, 'function': 'networkx.algorithms.centrality.current_flow_betweenness_centrality'}}

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