Skip to content

Extracting the multiscale backbone of complex weighted networks (Serrano et al. 2009)

License

Notifications You must be signed in to change notification settings

malcolmvr/backbone_network

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backbone_network

Takes a NetworkX graph and removes edges to create a "backbone" graph. For more information about this method see the referenced article.

Installation

pip install backbone_network

Usage

from backbone_network import get_graph_backbone
graph_backbone = get_graph_backbone(graph)

Dependencies

  • Numpy 1.8.0
  • Scipy 0.11.0
  • NetworkX 1.8.1

References

M. A. Serrano et al. (2009) Extracting the Multiscale Backbone of Complex Weighted Networks. PNAS, 106:16, pp. 6483-6488.

About

Extracting the multiscale backbone of complex weighted networks (Serrano et al. 2009)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%