Description
Calculates Basic Network Measures Commonly Used in Network Medicine.
Description
Calculates network measures such as Largest Connected Component (LCC), Proximity, Separation, Jaccard Index, along with permutation, when needed.
README.md
NetSci
NetSci R package for Network Medicine Analysis
To install it please use:
install.packages("devtools")
# Load the devtools package.
library(devtools)
install_github("deisygysi/NetSci")
require(NetSci)