Git Product home page Git Product logo

metasys-lisbp / acetate_regulation Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 2.0 22.16 MB

Kinetic modeling of glucose and acetate metabolisms in E. coli

Home Page: https://elifesciences.org/articles/63661

License: GNU General Public License v3.0

Component Pascal 92.10% R 7.90%
systems-biology metabolic-models metabolic-flux-analysis isotope-labeling-experiments 13c-fluxomics metabolomics escherichia-coli fluxomics dynamical-systems dynamical-modeling

acetate_regulation's Introduction

Kinetic modeling of glucose and acetate metabolisms in Escherichia coli

Overview

These R scripts perform all analyses detailed in the following publication:

Control and regulation of acetate overflow in Escherichia coli

Millard et al., 2021, eLife, doi: 10.7554/eLife.63661

All models are available in COPASI format in the directory /model/cps/, with the experimental data used for model calibration. The final kinetic model is also available in SBML format in the directory /model/sbml/ and from the Biomodels database (http://www.ebi.ac.uk/biomodels/) under identifier MODEL2005050001.

Details on the calculations can be found in the original publication and in the R scripts.

Dependencies

Some R packages are required.

RColorBrewer, stringr and gplots can be installed by running the following command in an R console:

install.packages(c("RColorBrewer", "gplots", "stringr"))

CoRC can be installed using the following command:

install.packages("remotes")
library(remotes)
remotes::install_github("jpahle/CoRC")
library(CoRC)
CoRC::getCopasi()

Additional information on CoRC installation and usage are available from the CoRC repository (https://github.com/jpahle/CoRC) an in the associated publication (Föster et al., Bioinformatics, 2021, doi: 10.1093/bioinformatics/btab033).

Usage

To run all analyses detailed in the publication and reproduce Figures 1, 3-6 and all Supplementary figures:

  • go to the code directory, e.g.:
cd /home/usr/data/acetate_regulation/
  • open an R session:
R
  • run calculations, starting from model construction to regulation analyses:
source("1-Model_construction.R")
source("2-Model_validation.R")
source("3-Metabolic_control_analyses.R")
source("4-Regulation_analyses.R")

The code is open-source and available under GPLv3 license.

How to cite

Millard P., Enjalbert B., Uttenweiler-Joseph S., Portais J.C., and Letisse F. Control and regulation of acetate overflow in Escherichia coli. eLife, 2021, doi: 10.7554/eLife.63661

Authors

Pierre Millard

Contact

📧 Pierre Millard, [email protected]

acetate_regulation's People

Contributors

pierremillard avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.