AlloViz.AlloViz.Analysis.nodes_dict#

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