Skip to content

University of Cambridge Part III Systems Biology course, practical exercises for learning flux balance analysis

License

Notifications You must be signed in to change notification settings

franciscozorrilla/systems-biology-fba-practical

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦠 Systems Biology Practical: FBA with GEMs 🧬

DOI

📜 About

This repo hosts training materials for the University of Cambridge Part III Systems Biology course. More specifically, these are practical exercises for the computational session on flux balance analysis (FBA) using genome-scale metabolic models (GEMs). Some of the text and code chunks in the following exercises are based on selected portions of the cobrapy documentation.

Learning outcomes

  • 1.1: Import a metabolic reconstruction
  • 1.2: Inspect the reactions of your model
  • 1.3: Inspect the metabolites in your model
  • 1.4: Inspect the genes in your model
  • 1.4.1: Perform in-silico gene knockout experiments
  • 2.1: Modify growth medium of your reconstruction
  • 2.2: Perform gene essentiality analysis under different conditions
  • 2.3: Case study, simulate the Crabtree effect in yeast

🚚 Software requirements

The following packages will already be installed on the provided machines:

To install on your own computers use the pip package manager.

Using the requirements.txt files:

$ pip install -r requirements.txt

Or from scratch:

$ pip install cobra matplotlib numpy notebook

🛠️ Usage

You will find everything you need for these practical exercises under the /notebooks folder. Each tutorial is uploaded as .html, .md, .tex, and .ipynb files. As you carry out the exercises using the the python notebooks, you will find the original text and results in the html, markdown, and latex files.

Running locally

You may run these exercises on your local machine by cloning this repo:

$ git clone https://github.com/franciscozorrilla/systems-biology-fba-practical.git

Navigate into cloned repo folder:

$ cd systems-biology-fba-practical

Launch interactive jupyter notebook session:

$ jupyter notebook

This should launch a browser window, where you can click on the /notebooks folder and start the exercises.

Running on the cloud

Alternatively launch an interactive binder session by clicking below:

Binder

🧠 Further exercises

  • metaGEM: Metagenomics-driven metabolic modelling tutorial using unseen bio samples
  • SymbNET: From metagenomics to metabolic interactions
  • EMBOMicroCom: Metabolite and species dynamics in microbial communities
  • OLISSIPO: FBA and community simulations

👷 Contributors

  • Originally developed by Arianna Basile and Kiran Patil in 2023
  • Updated by Francisco Zorrilla and Arianna Basile in 2024

☎️ Contact

Feel free to get in touch with us by raising an issue or sending an e-mail to Arianna Basile (ab2851@mrc-tox.cam.ac.uk) or Francisco Zorrilla (fz274@cam.ac.uk).

About

University of Cambridge Part III Systems Biology course, practical exercises for learning flux balance analysis

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 54.9%
  • Jupyter Notebook 44.1%
  • TeX 1.0%