Description Usage Arguments Value Author(s) References Examples
Computes the gateway coefficient for each node. The gateway coefficient measures a node's connections between its community and other communities. Nodes that are solely responsible for inter-community connectivity will have higher gateway coefficient values. Positive and negative signed weights for gateway coefficients are computed separately.
1 2 3 4 5 |
A |
Network adjacency matrix |
comm |
A vector of corresponding to each item's community.
Defaults to |
cent |
Centrality to community gateway coefficient.
Defaults to |
Returns a list containing:
overall |
Gateway coefficient without signs considered |
positive |
Gateway coefficient with only positive sign |
negative |
Gateway coefficient with only negative sign |
Alexander Christensen <alexpaulchristensen@gmail.com>
Rubinov, M., & Sporns, O. (2010). Complex network measures of brain connectivity: Uses and interpretations. NeuroImage, 52, 1059-1069.
Vargas, E. R., & Wahl, L. M. (2014). The gateway coefficient: A novel metric for identifying critical connections in modular networks. The European Physical Journal B, 87, 1-10.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.