Team:KAIST-Korea/Projects/report 22

From 2011.igem.org

(Difference between revisions)
(Created page with "{{:Team:KAIST-Korea/jihan}} __NOTOC__ <html> <head> <style type="text/css"> #TagHome{ position: absolute; font-family:Bell MT; font-size:12pt; le...")
Line 38: Line 38:
<div id="kaistcontent">
<div id="kaistcontent">
-
=='''Fluorescence Visibility Justification'''==
+
=='''Quorum Diffusion'''==
-
The human eyes cannot perceive objects that are smaller than a certain size. Also, they cannot recognize light whose intensity is lower than an inherent threshold. We take these limitations into account to determine the number of fluorescent proteins that must accumulate before we can notice any fluorescence, and establish the minimum circular area required for us to perceive any fluorescence. Therefore, the objective of this modeling is following:
+
E.casso uses the communication between cells made available by quorum sensing. Quorum diffuses away from one cell to the other. Because we wanted to find out how the quorums produced by Brush E.coli diffuse in our model, we applied the reaction-diffusion system to our model and analyzed the distribution and propagation of quorums. This section investigates how the quorums diffuse from one cell to the other which will provide crucial data for our final simulation. The main purposes of this modeling is to answer the following questions:
 +
  1. How fast does quorum diffuse into adjacent E. coli as rapidly as we predicted?
 +
  2. How does the produced quorum diffuse with respect to time and space?
 +
  3. How much quorum does the source E. coli ultimately transfer to neighboring E. coli?
-
To investigate concentration required for an amount of fluorescent protein in the E.coli that makes light from E.coli be visible for human.
+
===Modeling Approach===
 +
----
 +
[[File:Fig1.png|800px|thumb|center| Fig 1. (a) Approximation of the dimensions of E.coli as a square having equal area (b) Schematic representation of E.coli distribution model on a grid]]
-
===Background===
+
:According to the statistics on E. coli[1], the shape of E.coli is oval with 200nm minor axis and 2um major axis. For simulating our random diffusion system in E.casso, we simply the E.coli shape as square having equal area with the area of oval. (Fig 1a)
-
----
+
-
:Human has the limits in vision. For our objective, we have to know about the limit of recognizing size of objects in human vision. This limit is called the ‘Minimum visible acuity’. The exact definition of minimum visible acuity is the minimum size of object that the human eyes can discern. In Table 1. Types of visual acuity[1], the value of detection acuity(red box), ~1.0 arc second, is the minimum visible acuity that we take.
+
-
[[File:Table_report4.jpg|800px|thumb|center| Table 1. Types of visual acuity]]
+
:where d is the side length of the square
-
[[File:Fig1-report4.png|800px|thumb|center| Fig 1. (a)schematic representation of light detection. In order to detect light, minimum visual acuity and light intensity should be satisfied. (b) Quantitative information of photon emission by a GFP molecules]]
+
:Based on this calculation, we can assume a two dimensional distribution model in which E.colis are distributed on a grid that consists of squares of side 1.1 micrometer. (Fig 1b) In each square, there may exist a brush E.coli, a paint E.coli, or nothing.
-
:We assume that the E. coli is in a darkroom for discovering the minimum number of fluorescent protein. In this reason, we use 0.1 lx, the minimum intensity of light that cone cells in human can perceive. [2] In fig 1 (a), There is a brief picture for minimum visible acuity. We choose that 1 second is the basic time scale, so have to know the number of fluorescent protein per 1 second. By our research, The range of the photon emitted time is wide, from <math>\sqrt{2}</math>s to <math>10^-8</math>s Although it hasn’t any theoretical reason, we choose the photon emitted time by a fluorescent protein, .[3]
+
:According to the statistics on E. coli[1], the speed of a small molecule in the cytoplasm is 50 nanometers per millisecond. Also, all molecules move by random walk during diffusion.[2] Using Python, we ran a simulation on the random walk of a quorum molecule. It was assumed that each step takes 0.2 milliseconds.
-
:We will proceed this modeling by using the energy of photons for relating the light and the number of fluorescent protein. One of the unit for light is lm(lumen) and this unit is transformed to J(joule) in 1 lumen.
+
-
:In fig 1 (b), There are two values that we will use.
+
[[File:Ecasso-Report2-Fig2.png|800px|thumb|center| Fig 2. A two-dimensional random walk of a quorum molecule simulated using python language. The simulation was repeated a hundred times.]]
-
===Analysis & Results===
+
:For each trial, we measured the time it took the molecule to go out of bounds. Averaging the time for a hundred trials yielded that a quorum molecule takes about 449 milliseconds to diffuse to an adjacent cell. (Fig 2) In other words, it takes about 0.45 seconds for a quorum molecule produced in one cell to diffuse into the center of a nearby cell. Since this is much smaller than the minute time-scale considered in our following analysis, we can ignore the diffusion speed.
-
----
+
-
:For achieving our objective, first we assume that the pictures by E.coli are located at 1 meter from human eyes. From the Background, minimum visible acuity of human is ~1.0 arc second. ~1.0 arc sec, equivalent to the following
+
 +
:Our quorum diffusion system follows a mathematical description of the change in concentration of one or more substances in space as a result of diffusion or chemical reaction.
 +
 +
:where q(x, t) is the distribution of the number of a substance as a function of time and distance from a reference point, D is a diagonal matrix of Diffusion coefficients, and R is an equation of local reaction.
-
Minimum visible acuity of human =
+
:In regard to quorum, the equation can be written as,
-
:Since it is a very small quantity, it can be approximated as
+
:where R(q) stands for the diffusion reaction. By Fick's second law[4],
-
Minimum visible acuity of human =
+
:The final equation becomes[5],
-
:Hence, the smallest object at a distance 1 meter away discernable to the human eye occupies the minimum visible acuity of human. Additional explanation by illustration will follow in fig 1 (a). Then, we calculate the number of fluorescent protein per second in the discernable area. The cone cells in the human retina recognize green, yellow, red, blue emitted by the GFP, YFP, RYP, and CYP. They detect light with intensity greater than 0.1 lux. Therefore, objects must emit light with the following luminous flux if they are to be discernable at a meter away.
+
:where diffusion coefficient of Autoinducer  [6]
 +
:Initially, the concentration of quorum is zero. Hence, q(x,0) is zero. The boundaries conditions are that the rate of production of quorum is constant and that the concentration approaches zero as distance increases. From the previous results, we obtain that 40 quorums are produced per minute.
 +
===Results & Conclusion===
 +
----
 +
:Using the pdepe function which indicates partial differential equation in MATLAB and considering E. coli as a point in space, the following graph represents the concentration as a function of time and distance.
-
:Because the energy of a photon emitted by a single GFP is the following,
+
[[File:Ecasso-Report2-Fig3.png|800px|thumb|center| Fig 3. Quorum Diffusion from E.coli1 computed with 100 mesh points in (a) three and (b) two dimensions.]]
 +
:As expected, q decreases as distance increases, and increases as time progresses. (Fig. 3)
 +
:In the distribution model, the distinct between two horizontal and two vertical adjacent cells are 1.1um, and the distinct between four adjacent diagonal cells is1.56 um.(Fig 1) Therefore, the average distinct between any two adjacent cells is 1.33um. Essentially, q(1.3 um, t) tells us the concentration of quorum that diffuses from an E. coli to an adjacent cell as a function of time.
-
:it takes about  for a fluorescent protein to emit a photon, approximately  photons are emitted per second. Thus, the energy emitted by a GFP per second is,
+
:If we plot this using MATLAB, we can represent as in the following graph the concentration of quorum that diffuses to an adjacent cell as a function of time.
-
===Conclusion===
+
[[File:Ecasso-Report-Fig4.png
 +
|800px|thumb|center| Fig 4. The quorum concentration at a distance x away from E.coli as a function of time during the first (a) 10min and (b)<100min.]]
 +
 
 +
:As time goes on, E. coli produces more and more quorum, which diffuses to adjacent E. coli. (Fig 4) Although theory predicts forty quorum molecules are produced per minute, the actual number of quorum molecules present at the site of production (at x = 0) is only around two to three because they diffuse away very rapidly. Although the concentration of quorum tend to be lower at 1.3 um from the site of production, the concentration in both the origin and the destination reaches about 180 molecules as time passes 100 minutes.
 +
 
 +
:How much quorum does adjacent E. coli receive? In reality, E. coli are not point particles in space. In order to predict the actual amount of quorum in E. coli, it is necessary to integrate q from distance 0 to 0.5 um. For simplicity, we simply add quorums at distances from 0 until 0.5 um at an interval of 0.1 um. To calculate the total amount of quorum dispersed to adjacent cells, we add quorum concentrations from 0.6 to 1.6 um at the same interval of 0.1 um. Because we assume a two dimensional tightly on previous analysis, we simply divide the result by 8 to obtain the amount of quorum that one cell receives.
 +
 
 +
[[File:Ecasso-Report2-Fig5.png|800px|thumb|center| Fig 5. Total quorum contained within distinct boundaries]]
 +
 
 +
:After 100 minutes, 920 quorums will be left in the source E. coli, and 2000 quorums will have been dispersed to all adjacent E. coli. (Fig 5) In conclusion, each adjacent E. coli receives one fourth the quorum contained within the source E. coli.
 +
 
 +
===References===
----
----
-
:Dividing minimum visible acuity of human by the two dimensional area of E. coli yields E. coli, in conclusion, the human eye can perceive color if each E. coli in minimum visible acuity of human of area produces 0.00257 fluorescent proteins. In other words, 1000 E. coli must make a total of 3 fluorescent proteins. In real life, however, more fluorescent proteins will need to be produced because light emanating from the background may mask the emitted light. This result corroborates the validity of the assumption, used in session 5, that fluorescent proteins produce color instantly upon translation.
+
 
 +
[1] http://appscmaterial.blogspot.com/2011/06/e-coli-outbreak-in-europe.html
 +
[2] Howard C. Berg, Random Walks in biology, Princeton Paperbacks, New expanded edition (1993)
 +
[3] A. Kolmogorov et al., Moscow Univ. Bull. Math. A 1 (1937): 1
 +
[4] R. A. Fisher, Ann. Eug. 7 (1937): 355
 +
[5] P. C. Fife, Mathematical Aspects of Reacting and Diffusing Systems, Springer (1979)
 +
[6] Mark R. Tinsley, Annette F. Taylor, Zhaoyang Huang, and Kenneth Showalter, Emergence of Collective Behavior in Groups of Excitable Catalyst-Loaded Particles: Spatiotemporal Dynamical Quorum Sensing, Physical Review Letters, 102, 158301 (2009)
</div>
</div>

Revision as of 08:54, 7 August 2011

Quorum Diffusion

E.casso uses the communication between cells made available by quorum sensing. Quorum diffuses away from one cell to the other. Because we wanted to find out how the quorums produced by Brush E.coli diffuse in our model, we applied the reaction-diffusion system to our model and analyzed the distribution and propagation of quorums. This section investigates how the quorums diffuse from one cell to the other which will provide crucial data for our final simulation. The main purposes of this modeling is to answer the following questions:

 1. How fast does quorum diffuse into adjacent E. coli as rapidly as we predicted? 
 2. How does the produced quorum diffuse with respect to time and space? 
 3. How much quorum does the source E. coli ultimately transfer to neighboring E. coli? 

Modeling Approach


Fig 1. (a) Approximation of the dimensions of E.coli as a square having equal area (b) Schematic representation of E.coli distribution model on a grid
According to the statistics on E. coli[1], the shape of E.coli is oval with 200nm minor axis and 2um major axis. For simulating our random diffusion system in E.casso, we simply the E.coli shape as square having equal area with the area of oval. (Fig 1a)
where d is the side length of the square
Based on this calculation, we can assume a two dimensional distribution model in which E.colis are distributed on a grid that consists of squares of side 1.1 micrometer. (Fig 1b) In each square, there may exist a brush E.coli, a paint E.coli, or nothing.
According to the statistics on E. coli[1], the speed of a small molecule in the cytoplasm is 50 nanometers per millisecond. Also, all molecules move by random walk during diffusion.[2] Using Python, we ran a simulation on the random walk of a quorum molecule. It was assumed that each step takes 0.2 milliseconds.
Fig 2. A two-dimensional random walk of a quorum molecule simulated using python language. The simulation was repeated a hundred times.
For each trial, we measured the time it took the molecule to go out of bounds. Averaging the time for a hundred trials yielded that a quorum molecule takes about 449 milliseconds to diffuse to an adjacent cell. (Fig 2) In other words, it takes about 0.45 seconds for a quorum molecule produced in one cell to diffuse into the center of a nearby cell. Since this is much smaller than the minute time-scale considered in our following analysis, we can ignore the diffusion speed.
Our quorum diffusion system follows a mathematical description of the change in concentration of one or more substances in space as a result of diffusion or chemical reaction.
where q(x, t) is the distribution of the number of a substance as a function of time and distance from a reference point, D is a diagonal matrix of Diffusion coefficients, and R is an equation of local reaction.
In regard to quorum, the equation can be written as,
where R(q) stands for the diffusion reaction. By Fick's second law[4],
The final equation becomes[5],
where diffusion coefficient of Autoinducer [6]
Initially, the concentration of quorum is zero. Hence, q(x,0) is zero. The boundaries conditions are that the rate of production of quorum is constant and that the concentration approaches zero as distance increases. From the previous results, we obtain that 40 quorums are produced per minute.

Results & Conclusion


Using the pdepe function which indicates partial differential equation in MATLAB and considering E. coli as a point in space, the following graph represents the concentration as a function of time and distance.
Fig 3. Quorum Diffusion from E.coli1 computed with 100 mesh points in (a) three and (b) two dimensions.
As expected, q decreases as distance increases, and increases as time progresses. (Fig. 3)
In the distribution model, the distinct between two horizontal and two vertical adjacent cells are 1.1um, and the distinct between four adjacent diagonal cells is1.56 um.(Fig 1) Therefore, the average distinct between any two adjacent cells is 1.33um. Essentially, q(1.3 um, t) tells us the concentration of quorum that diffuses from an E. coli to an adjacent cell as a function of time.
If we plot this using MATLAB, we can represent as in the following graph the concentration of quorum that diffuses to an adjacent cell as a function of time.

[[File:Ecasso-Report-Fig4.png |800px|thumb|center| Fig 4. The quorum concentration at a distance x away from E.coli as a function of time during the first (a) 10min and (b)<100min.]]

As time goes on, E. coli produces more and more quorum, which diffuses to adjacent E. coli. (Fig 4) Although theory predicts forty quorum molecules are produced per minute, the actual number of quorum molecules present at the site of production (at x = 0) is only around two to three because they diffuse away very rapidly. Although the concentration of quorum tend to be lower at 1.3 um from the site of production, the concentration in both the origin and the destination reaches about 180 molecules as time passes 100 minutes.
How much quorum does adjacent E. coli receive? In reality, E. coli are not point particles in space. In order to predict the actual amount of quorum in E. coli, it is necessary to integrate q from distance 0 to 0.5 um. For simplicity, we simply add quorums at distances from 0 until 0.5 um at an interval of 0.1 um. To calculate the total amount of quorum dispersed to adjacent cells, we add quorum concentrations from 0.6 to 1.6 um at the same interval of 0.1 um. Because we assume a two dimensional tightly on previous analysis, we simply divide the result by 8 to obtain the amount of quorum that one cell receives.
Fig 5. Total quorum contained within distinct boundaries
After 100 minutes, 920 quorums will be left in the source E. coli, and 2000 quorums will have been dispersed to all adjacent E. coli. (Fig 5) In conclusion, each adjacent E. coli receives one fourth the quorum contained within the source E. coli.

References


[1] http://appscmaterial.blogspot.com/2011/06/e-coli-outbreak-in-europe.html [2] Howard C. Berg, Random Walks in biology, Princeton Paperbacks, New expanded edition (1993) [3] A. Kolmogorov et al., Moscow Univ. Bull. Math. A 1 (1937): 1 [4] R. A. Fisher, Ann. Eug. 7 (1937): 355 [5] P. C. Fife, Mathematical Aspects of Reacting and Diffusing Systems, Springer (1979) [6] Mark R. Tinsley, Annette F. Taylor, Zhaoyang Huang, and Kenneth Showalter, Emergence of Collective Behavior in Groups of Excitable Catalyst-Loaded Particles: Spatiotemporal Dynamical Quorum Sensing, Physical Review Letters, 102, 158301 (2009)