TomKellyGenetics / info.centrality

R package: Extensions to iGraph for Information Centrality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRAN_Status_Badge Travis-CI Build Status AppVeyor Build Status Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows. codecov

info.centrality 0.1

an R implementation of information centrality using igraph

Installation

To get the iGraph package from CRAN:

install.packages("igraph")

To get the extensions from github:

# install.packages("devtools")
devtools::install_github("TomKellyGenetics/info.centrality")

Usage

#Compute efficiency of the network
network.efficiency(graph)

#Compute vertex information centrality for each vertex in the network
info.centrality.vertex(graph)

#Compute network information centrality
info.centrality.network(graph)

About

R package: Extensions to iGraph for Information Centrality

License:GNU General Public License v3.0


Languages

Language:R 100.0%