This package, given a methabolic pathway with 2 types of edges (inhibition and activiation), expands it in a way that reduces types of edge to 1 (activation only).
pip install networkx
- Provide networkx DiGraph as input (Directed Graph with weights)
- Run main.py