Giter Club home page Giter Club logo

wcm_plasmid_loss's Introduction

WCM plasmid loss

Whole cell model with plasmid loss experiments

Requirements

Python 3.6+, see requirements.txt for python libraries used

Usage

Run main.py with arguments stating the plasmid copy number (PCN) and number of passages (n_passsages)

python3 main.py --PCN 5 --n_passages 30

python3 main.py --help to see other arguments

Configuration files

Configuration files are used to define the bioreactor environment and each strain (See example config files).

Each parameter definition take two values for uniform sampling, [lower_bound, upper_bound] .
Make lower_bound == upper_bound if the parameter is fixed

The prefix set in each config file is used to define the membership of paramters and species.

Bioreactor

bioreactor_config.yaml defines the bioreactor environment. For batch cultures efflux and influx are zerro,
k_in = d_s = 0

Chemostat simulations can be made by setting efflux and influx to constant values,
k_in = d_s > 0

Strains

Q_strain_config.yaml defines a wild-type strain with no heterologous expression. All parameters and species here present are essential to the model, their values can be changed

P_strain_config.yaml defines an engineered strain, expressing a heterologous protein, h. We declare the necessary species to the priors, the prefixes define the species type.
g_h (protein),
m_h (mRNA),
c_h (mRNA-ribosome complex).

We also declare the necessary parameters for the heterologous expression.
w_h (transcription rate),
n_h (transcript length) and
theta_h (non-ribosome transcription threshold)

wcm_plasmid_loss's People

Contributors

behzadk avatar

Watchers

James Cloos avatar  avatar

Forkers

ajfedorec

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.