zmaas / networkExpansionPy

Metabolic network expansion python package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

networkExpansionPy

Python package to construct biosphere-level metabolic networks, and run network expansion algorithms. This package contains functions to prune biochemical reactions based on thermodynamic constraints.

The package is built from algorithms described in the following papers:

Goldford J.E. et al, Remnants of an ancient metabolism without phosphate. Cell 168, 1–9, March 9, 2017

Goldford J.E. et al, Environmental boundary conditions for the origin of life converge to an organo-sulfur metabolism. Nature Ecol Evo 3,12 1715-1724, November 11, 2019

Installation

In a conda or virtual environment, clone git repo and install using pip.

git clone https://github.com/jgoldford/networkExpansionPy.git
cd networkExpansionPy
pip install -e .

About

Metabolic network expansion python package


Languages

Language:Jupyter Notebook 85.4%Language:Python 14.6%