Code Monkey home page Code Monkey logo

glucose_acetate_interplay's Introduction

Interplay between glucose and acetate metabolisms in Escherichia coli

Overview

This R code perform all analyses detailed in the following publication:

From toxic waste to beneficial nutrient: acetate boosts Escherichia coli growth at low glycolytic flux.

P. Millard, T. Gosselin-Monplaisir, S. Uttenweiler-Joseph, B. Enjalbert. bioRxiv, 2022, doi: 10.1101/2022.09.20.506926

The model is available in COPASI format in the ./model/ directory, and in SBML format from the Biomodels database (http://www.ebi.ac.uk/biomodels/) under identifier MODEL2005050001. Details on the model can be found in Millard et al. 2021 (eLife, doi: 10.7554/eLife.63661) and at https://github.com/MetaSys-LISBP/acetate_regulation. Experimental data are provided in the ./data/ directory. Calculation results and figures are saved in the ./results/ directory.

Details on the calculations can be found in the original publication and in the Rmd notebook.

We distribute an HTML file showing the notebook’s output after execution

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

Dependencies

If not yet done, download and install Rstudio.

Some R packages are also required.

RColorBrewer, gplots, pso, colorspace and optimx can be installed by running the following command in the Rstudio console:

install.packages(c("RColorBrewer", "gplots", "pso", "optimx", "colorspace"))

CoRC can be installed using the following commands:

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) and 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-4, 6-7 and EV1-2:

The notebook will open in Rstudio, in each cell you can read/modify/execute the code as well as read accompanying comments.

Questions

If you have any question, please open a new issue to our GitHub issue tracker so we could discuss together.

How to cite

Millard P., Gosselin-Monplaisir T. Uttenweiler-Joseph S., Enjalbert B. From toxic waste to beneficial nutrient: acetate boosts Escherichia coli growth at low glycolytic flux. bioRxiv, 2022, doi: 10.1101/2022.09.20.506926

Authors

Pierre Millard

Contact

📧 Pierre Millard, [email protected]

glucose_acetate_interplay's People

Contributors

pierremillard avatar

Watchers

 avatar  avatar

Forkers

metasys-lisbp

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.