Team:BNU-China/modeling.html

From 2014.igem.org

(Difference between revisions)
Line 80: Line 80:
<p class="fig" style="margin-left: 250px; width:350px;">Fig. 6 the distribution of change in direction ( A figure from [1] ).</p>
<p class="fig" style="margin-left: 250px; width:350px;">Fig. 6 the distribution of change in direction ( A figure from [1] ).</p>
<br/>
<br/>
-
<a title="Fig. 7 " href="https://static.igem.org/mediawiki/2014/1/1d/Bnu_modeling6.png" rel="prettyPhoto"> <span class="overlay zoom" ></span><img class="center" style="width:50%" src="https://static.igem.org/mediawiki/2014/1/1d/Bnu_modeling6.png"></a>
+
<a title="Fig. 7 " href="https://static.igem.org/mediawiki/2014/1/1d/Bnu_modeling6.png" rel="prettyPhoto"> <span class="overlay zoom" ></span><img class="center" style="width:4%; margin-left:400px;" src="https://static.igem.org/mediawiki/2014/1/1d/Bnu_modeling6.png"></a>
<p class="fig">Fig. 7</p>
<p class="fig">Fig. 7</p>
<p>For a single bacterium, its surroundings decides the statistical distribution of its own running time. In other words, the discrepancy doesn’t change:</p>
<p>For a single bacterium, its surroundings decides the statistical distribution of its own running time. In other words, the discrepancy doesn’t change:</p>
Line 89: Line 89:
-
 
-
 
-
 
-
<h3>The statement of the model</h3>
 
-
<p>The E.coli model is base on the following statements (it will be shown in two parts).</p>
 
-
<br/>
 
-
<h4>In runs</h4>
 
-
<ol>
 
-
<li>The velocity during a run is constant (always equal to the mean)</li>
 
-
<li>E.coli moves straightly during a run</li>
 
-
<li>An E.coli’s running duration time trun is got by a random number fit N(<τrun>,σrun)</li>
 
-
<li>The mean duration time <τrun> fit formula (1) and (2)</li>
 
-
<li>The specific duration_time of a single bacterium changes in the same pace with the changes of the statistical distribution’s mean (relying on C and dC/dt). ( See Fig. 2)</li>
 
-
</ol>
 
-
<br/>
 
<br/><br/>
<br/><br/>

Revision as of 07:50, 17 October 2014

1 2

Modeling



Abstract

Analyzing dynamics of E.coli’s chemotaxis and estimating effectiveness of the Prometheus require high accuracy, and thus hard to realize with experiments. Here, we construct a virtual peanut root-E.coli system (by c++ and OpenGL), storing the 3-D environmental information by k-d tree. We quantify the process in which “Promethei”, our engineered bacteria, carrying Mo, move towards peanut roots. We at last estimate around 20-40% of bacteria could work in reality, and that the best “memory” time be around 40 min (See here). All codes (in c++) of the project are available here.



E.coli model

Mechanism

We divide Escherichia coli’s behavior into two parts: “running” straight lines, and “tumbling” for reorientation[1]. When attractant concentration uniformed, E.coli can be described as doing “random walk”[4], and the running time fits a normal distribution. With spatial concentration gradients of chemical attractance,when bacteria sense a higher attractant concentration than before,the mean of the statistical distribution of running time increases. Otherwise, the time keeps the same as that in the uniform environment, no matter how high or low the concentration is [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.

Brown and Berg[4] suggested that the mean τ has a functional relationship, shown as follows, with the current attractant (in their case, glutamate) concentration and the change of concentration over time. (See formula (1),(2)).

KD is the dissociation constant of the complex formed by glutamate and its receptor. Pb is the fraction of receptors (protein) bound with the attractant.

In their model, the mean velocity during a run, however, is independent from C and dC/dt [5,6].

Brown and Berg found the curve KDC/(KD + C)2 fits the chemotaxis sensitivity assays well (Fig. 2).

Obtain KD

Brown and Berg found the curve KDC/(KD + C)2 fits the chemotaxis sensitivity assays well (Fig. 2).

Fig. 2



We cannot determine the precise dissociation constants KD by experiment. However, the trend revealed in out experiments (Fig. 3) fits with the model well. With data from McfR-Succinate experiment, we set the KD value of succinate-receptor complex as 3.5 mM by Least Square method.

Fig. 3 the result from experiment.

Fig. 4 Fitting the experiment by a( KDC / (KD + C)2) + d, where a = 389, d = 260 and KD is 3.5mM. This work is made by c++ and OpenGL. The code to get KD and a and to make sketch is here.

Given a concrete constant number of α in function (1), we would be able to calculate the value of τrun. Series of experiments[4] convinced us to* set α as 660 sec.

*We have no time to repeat the experiments with succinate.

In conclusion, modeling running is based on following statement:

  • The velocity during a run is constant (always equal to the mean)*
  • E.coli move straightly during a run, and neither die nor divide in the process. The effect of quorum sensing and nutritional factors are eliminated.
  • The E.coli’s running time trun is a random number from N(<τrun>,σrun)
  • The mean duration time <τrun> can be derived from formula (1) and (2), given the value of C and dC/dt.
  • The specific duration_time of a single bacterium changes in the same pace with the changes of the statistical distribution’s mean (relying on C and dC/dt). (Fig. 8)


Tumbling

E. coli reorient between two runs.In modeling this process, we assume:

E. coli do not change positions as they are tumbling;

the direction after reorientation is randomly chosen.

Fig. 5 Schematic drawing of a tumble, from [2], page 45



The angle dθ is not strictly random [1,5,6] (its distribution shown in Fig. 7). However, the distribution is not formularily clear and would require too much effort to build a random number fitting this distribution, thus we roughly regard it as a random process.

Fig. 6 the distribution of change in direction ( A figure from [1] ).


Fig. 7

For a single bacterium, its surroundings decides the statistical distribution of its own running time. In other words, the discrepancy doesn’t change:

where trun is the specified starting and stopping time for a single bacterium. τrun2 is the current mean duration time and τrun1 is the mean duration time at last second; both are derived from the function (1) and (2).

*The statement is made to calculate the process more easily. We suppose it is the run duration time, not the difference of velocity, is the main variant of the whole chemotaxis system.



That can be described in a equation


where trun2 is the specified duration time that a bacteria should run for (a timer records the time has passed), and the trun1 is the one at the last second.

τrun2 is the mean duration time now which is calculate from the function (1) and (2) on the value of C and dC/dt at this moment; τrun1 is the mean duration time at last second which is calculated from the value C and dC/dt at the last second.


NOTE
The statement is made to calculate the process more easily. We suppose it is the run duration time, not the difference of velocity, is the main variant of the whole chemotaxis system.


In tumbles

  1. E. coli ’s positions do not change as they are tumbling;
  2. the direction after reorientation is randomly chosen.

Coefficients

  • Velocity = 100μm
  • run duration time mean in uniform environment = 1.3
  • run duration standard division = 3
  • mean tumble duration time = 0.14 sec
  • alpha (See equation (1)) = 660 sec
  • KD = 3500 (μmol/L)

Root model

Virtual Root made by Laser scanning

We use laser scanner to get the root surface points position and their topological information. The scanner is offered by the College of Information Science and Technology of Beijing Normal University. The scanner 型号。

We gain 142735 vertexes and 253404 faces from it. The result can be seen in Fig.

Fig. The virtual peanut from the scanning

Build a concentration gradient

The concentration gradient of the root’s secreta can be regarded as stable in the soil. The concentration decrease as it go farther from the root surface ( A sketch is below, see Fig. ).

Fig. A sketch of the root and its secreta’s concentration gradient shown in different colors. The green points are E.coli imagined run up the gradient towards the root.



The concentration value of the layers are estimate from [8]. We found no paper talks directly on the spatial distribution of peanut’s root exudates, but it shows that the spatial distribution could be described by the equation Y = A1 * X-B, where Y is the C14 activity representing the amount of exudates at the distance X from the root surface. ( An example is shown in Fig. from [8].) Thus, we imagine that the spacial distribution attractance (Succinate) exudated by peanut fit the equation above similar with maize and wheat.

Fig. This figure from [8] is to show the fir results of maize and wheat ( the y axis represent the percentage(%) of C14 activity. The curves seem good to fit the points with x >= 1 mm, but it absolutely can’t be used to get a percentage if 0<= x <1. Thus we just estimate that from 0 to 1 mm, the percentage decrease linearly, and the value is 70% in x = 1 mm to a peanut root.


Thus, the function of the concentration C on the distance to the root surface x is

C = 100 - 0.3 * x if x < 100 and

C = 70 * x^(-1.2) if x > 100.

NOTE:
The number is estimated by calculate the order of magnitudes from the total mass of Succinate a peanut root contains.

Use k-d tree to store these points

We make the concentration of the point in concentration gradient nearest to the bacteria be the value of concentration in the bacteria’s position.

To find a nearest concentration point to a bacteria from about one million will be a big jog. We implement k-d tree ( k-dimension tree, a useful and smart data structure to store information of points in k-dimension space; it is very fast, typically requiring O(logN) time, to find the nearest point with a given position) to store all the 100 thousand points of concentration and find the nearest to the given bacteria. The knowledge of k-dtree is learned from the course algorithms developed by R. Sedgewick And K. Wayne in Coursera.org and [7].

Programming structure

The attractance is specified to be Succinate here.

The program running in computer simulate the movement per second as the following pseudo-code.


move (a bunch of E.coli , the concentration gradient)

each E.coli has [state, timer, position, direction, duration_time]

*The points of concentration gradient are stored in a 3-d tree It will expounded clearly in the part below.
** The mean value is calculate by the formula(1), (2) and (4).
*** This step is by calculating duration_time (this moment) - timer, and if the result > 0, then it should go on this behavior.

Usage of the model

Part One: estimation

e implement this model to estimate the best time interval to kill the engineered E.coli at large in soil.

After run it by computer , we get that it is best to ....

Two

We tried to estimate the effectiveness of the whole system.

From the runs of the program several times, we can clearly compare with the difference.

Compared with the imaginary situation that E.coli are not attracted by anything of the root, the effectiveness of

Results and analysis

Review and forecast



Prev Page Next Page