WilliamLanghoff / hemo

GNU General Public License v3.0
1 stars 1 forks source link

See hemo/data/networks for example networks to be used in publication.

Any of these networks can be imported using the following code:

import networkx as nx G = nx.read_gpickle('path/file')

In scripts/read_nets.py there is a function to graph networks, uses a heat map to indicate radius of vessels.