https://github.com/baranzinilab/spoke_network_analysis
https://github.com/baranzinilab/spoke_network_analysis
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/baranzinilab/spoke_network_analysis
- Owner: BaranziniLab
- Created: 2022-11-02T19:23:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T19:53:50.000Z (over 3 years ago)
- Last Synced: 2025-01-10T15:14:43.951Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spoke_network_analysis
## shortest path
The notebook "shortest_path_in_spoke_demo.ipynb" shows a demo of extracting shortest paths between two nodes in SPOKE graph.
Before running the notebook, make sure to:
1. Download the SPOKE graph instance from [here](https://ucsf.box.com/s/ymqf7icx938nyrdmvzx272zfru7jk4u3).
2. Install networkx, joblib and pandas python libraries.