Software Tools to Quantify Structural Importance of Nodes in a Network.
influenceR
influenceR: Software tools to quantify structural importance of nodes in a network. Algorithms include Betweenness Centrality, Bridging, Constraint Index, Effective Network Size, and Key Players. Currently, algorithms are implemented only for undirected graphs; work on directed graphs is in progress.
Installation
The current release version can be found on CRAN and installed with:
install.packages("influenceR")
Citation
If using this package, please cite Jacobs SD, Khanna AS (2015). influenceR: Software tools to quantify structural importance of nodes in a network R Package Version 1.0.0.5. URL https://github.com/khanna-lab/influenceR.
Funding
Development of this software package was supported by NIH grant R01 DA033875.
[![R-CMD-check](https://github.com/khanna-lab/influenceR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/khanna-lab/influenceR/actions/workflows/R-CMD-check.yaml)