Team:BNU-China/modeling.html

From 2014.igem.org

Revision as of 10:07, 16 October 2014 by Liubing (Talk | contribs)

1 2

Abstract

The dynamic analysis of the E.coli’s chemotaxis and the effectiveness estimation of the Prometheus are hard to do in experiments. It requires a high accuracy to finish. A virtual Peanut-Root-and-E.coli system was built in computer (by c++ and OpenGL) to quantify the process that “Prometheus”, our engineered bacteria, carrying Mo as a poter move towards peanut roots. We at last estimate the best “memory” time (See here) of Prometheus and its effectiveness (as shown below). The code (in c++) of the project is available all here.

Our model requires the acknowledge to the mechanism of E.coli’s motivation and chemotaxis and the distribution of the peanut root and its [分泌物]. We then put both into code to make a complete system to [进行我们想要的分析]. A [思路] to introduce or work is shown below. You can [分别了解] them by click the icons.


E.coli model

Mechanism

Escherichia coli’s movement is divided into two parts: “running” for straight line movement, and “tumbling” for reorientation (See [1] ). In a uniform environment, E.coli’s motivation can be describe as “random walk” (See [4]) and the running duration fits a normal distribution. In a environment with spatial concentration gradients of chemical attractance,when bacteria sense a higher attractant concentration this time compared to last time (in a positive temporal gradients environment),the average running duration time increases.Otherwise, their duration times keep the same as that in the uniform environment, no matter how high or low the concentration is(See [4]).


Running

The running of E.Coli can be descibed as a straight line. The distribution of running duration time fits a normal curve, with average τrun0 and standard division σrun.

An paper by Brown and Berg (See [4]) suggested that the mean run duration time τ has a functional relationship with the current attractant concentration and the time rate of change of concentration.. The chemical attractant in his experiments is glutamate. From experiment data and analysis, he concluded the relationship (See formula (1),(2)).

KD is the dissociation constant of the complex formed by glutamate and its receptor. Pb is the fractional amount of receptor (protein) bound with the attractance (See [4]).

The mean velocity during a run, however, is constant while the duration time grow bigger. It keeps the value that in a uniform environment (See [5,6])

Obtain KD

Brown and Berg found the curve KDC/(KD + C)2 fits the points of sensitivity assays for taxis toward glutamate well. (See a picture from their paper below)

Fig. 2



The dissociation constants KD of coplexes in our project is no way to obtain by experiment. However, similar results (points) (See our experiment) were got and we tried to make the constant by fitting it well. The result of Least Square Straight-Line Fit of the data from McfR-Succinate shows the KD of Succinate-Receptor bound is 3.5mM with the formula.

Fig. the result from experiment.



Fig. The result fitted by a( KDC / (KD + C)2) + d where a = 389 and d = 260 . This work is made by c++ and OpenGL. The code to get KD and a and to make sketch is here.

Thus the value of τrun can be calculate now iff there is a concrete constant number of α in function (1). This one was made by a huge amount of experiments in [4]. We lend his number to fit here* with α = 660 seconds.

Tumbling

E. coli reorient between two runs.



Prev Page Next Page