Team:USTC-China/modeling/cimager

From 2014.igem.org

C. imager Simulation

Introduction

This model is to better illustrate the effect of the whole imaging system. We hope to elucidate the substantial effect which the motion control system of the C. Crescentus has upon our imaging system:

Does the motion control system of flagellum and holdfast indeed improve the resolution of the expected image?

Given an input light array, i.e. the expected image, we in detail simulate our imaging system with the host E. Coli and C. Crescentus respectively, and give a prediction of their respective output image. We draw a comparison between the resolution of their output to see whether the motion control system in the C.Crescentus indeed works in the imaging setting.

In practice, our model can serve as a tool to predict the output image. The user can upload their own photo, our model will tell you how our C.image would perform.

Methods

We do the simulation of the whole C.image system in an agent based fashion. Each cell is considered an agent, who can do the following:

  • Express fluorescent proteins with respect to the input light array
  • Motion in a biased random walk
  • Division stochastically

We keep track of the following of each agents:

  • Position, in terms of x coordinates and y coordinates in the imaging plane
  • Motion state, including

    1. their flagellum state, clockwise or counter-clockwise rotating
    2. the time left for the flagellum state switch, from clockwise to counter-clockwise or converse
    3. their velocity, both direction and magnitude
  • Division state, the time left for the next division

The model is as follows:

Fluorescence Expression

Since we keep track of the position of each agent, at any time, we know exactly where they lie. For convenience, suppose at time t, and agent x is being considered.

Since the input light array is known and assumed constant, we know the exact light intensity at the position where x lies. Given the light environment, our compartmental kinetic modeling can tell us how this light condition will affect the protein concentrations within the agent x.

We assume that within a short time dt, the light condition doesn’t change much. Using the kinetic model, we can calculate the concentrations of fluorescence proteins at the time (t + dt).Through an iteration of above process, we can predict the amount of fluorescence in the cell x at any time after the time t.

Details about the compartmental kinetic model can be found here.

Swimming rule: Motion control

Due to the work by Fan Bai, E. coli switches the direction of rotation in a stochastic way. We assume the following:

  1. E. coli stays in either of the two motion states, clockwise rotating which corresponds to swimming in a specific direction and counter-clockwise rotating which corresponds to cell tumbling, and switches alternatively between the two states.
  2. The time E. coli spends staying in either states follows an exponential distribution with respective means
  3. In the swimming state, the bacteria swims straight in a linear direction; in the tumbling state, the bacteria changes the direction of swimming randomly using a uniform distribution.

As for the C. crescentus, we assume that

  1. They swim in a similar way like the E. coli, except that the magnitude and the bias of C.Crescentus is influenced by the light regulated DgrA,DgrB and HfiA concentrations in the C.Crescentus Motion control system. The bias refers to the ratio of the time C.C spends swimming over the time it spends on tumbling.
  2. The way in which the Proteins DgrA,DgrB and HfiA influences the rotation remains in detail unclear. We simply apply a mathematically negative influence from the related proteins to the magnitude of the velocity and the bias of states.

Division

We assume the following:

  1. Time between successive mitosis can be modeled using an Erlang distribution
  2. Plasmids repartition occurring at mitosis can be represented by a normal distribution

(Ref:Ervy 2012)

Simulation

Realization of the C.imager system is simulated using the Gillespie Algorithm implemented in Matlab by our team.

Results

Performance of E.coli versus C. Crescentus:

From the above picture, we can clearly see that C.Crescentus performs better than E.Coli, the simulation results answer our question at the beginning positively.
You are free to load any picture you like for the bacterial sensing and imaging, the model can present the whole dynamic process.

A short gif below shows one of the simulation performance:


Reference

  • Fan Bai et al,Spread as a Mechanism for Cooperativity in the Bacterial Flagellar Switch. 2010 .
  • Qi Ma et al,Conformational Spread in the Flagellar Motor Switch : A Model Study. 2012 .
  • This work is chiefly done by Siyu Wang.
  • This article is written by Siyu Wang, edited by Hongda Jiang etc.