Skip to content

Contains NAD biosynthesis model and python scripts to simulate the steady-state calculations.

License

Notifications You must be signed in to change notification settings

MolecularBioinformatics/thermophilesNAD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thermophilesNAD

A coarse-grained temperature dependent model of NAD metabolism via PNCA and NAMPT.

The computational framework is developed using Python3.


1. Getting python

You can download the latest version of Python here. Alternatively, you can use Anaconda to install python for your computer (Linux, Windows, Mac).

2. Cloning the repository

via SSH:

  git clone [email protected]:MolecularBioinformatics/thermophilesNAD.git

via HTTPS:

  git clone https://github.com/MolecularBioinformatics/thermophilesNAD.git

via GitHub CLI:

  gh repo clone MolecularBioinformatics/thermophilesNAD

2. Installing packages using requirement file

  cd thermophiles
  pip install -r requirements.txt

Once you have checked the steps above, start a python console to simulate thesteady-state metabolic concentrations of NAD biosynthesis.

3. To reproduce plots from the manuscript type the following in your python console:

run plotresults.ipynb

About

Contains NAD biosynthesis model and python scripts to simulate the steady-state calculations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages