Team:Grenoble/Modeling/Amplification/Quorum

From 2012.igem.org

(Difference between revisions)
 
(5 intermediate revisions not shown)
Line 4: Line 4:
<body id="Modeling">
<body id="Modeling">
<div id="cadre">
<div id="cadre">
 +
<section>
<section>
-
<center>
+
<h1>Cell to cell communication</h1>
-
<a href="https://2012.igem.org/wiki/index.php?title=Team:Grenoble/Modeling/Amplification/ODE"><img src="https://static.igem.org/mediawiki/2012/e/ef/ODE.png" alt="" /></a>
+
-
&nbsp;&nbsp;&nbsp;&nbsp;
+
-
<a href="https://2012.igem.org/wiki/index.php?title=Team:Grenoble/Modeling/Amplification/Sensitivity"><img src="https://static.igem.org/mediawiki/2012/a/a4/Sensitivity_and_parameters.png" alt="" /></a>
+
-
&nbsp;&nbsp;&nbsp;&nbsp;
+
-
<a href="https://2012.igem.org/wiki/index.php?title=Team:Grenoble/Modeling/Amplification/Quorum"><img src="https://static.igem.org/mediawiki/2012/6/65/Quorum_Sensing.png" alt="" /></a>
+
-
&nbsp;&nbsp;&nbsp;&nbsp;
+
-
<a href="https://2012.igem.org/wiki/index.php?title=Team:Grenoble/Modeling/Amplification/Stochastic"><img src="https://static.igem.org/mediawiki/2012/a/ad/Stochastic_analysis.png" alt="" /></a>
+
-
</center>
+
</section>
</section>
<section>
<section>
Line 23: Line 16:
</br>
</br>
</br>
</br>
-
Because of the temporal and special derivatives, we couldn’t use a classic matlab solver to solve this set of equations. The approximation we used consisted in dividing the space into a grid:
+
Because of the temporal and special derivatives, we could not use a classic matlab solver to solve this set of equations. The approximation we used consisted in dividing the space into a grid:
</br>
</br>
</br>
</br>
Line 50: Line 43:
</br>
</br>
</br>
</br>
-
With these approximations, we could solve the equations.  
+
With these approximations, we could solve the equations. <a href="https://static.igem.org/mediawiki/2012/2/2e/Quorum_sensing.zip">Here</a> are the scripts we used for the simulations.
</br>
</br>
</section>
</section>
Line 56: Line 49:
<h1><img src="https://static.igem.org/mediawiki/2012/4/49/1_mod.png" alt="" />First visual simulation</h1>
<h1><img src="https://static.igem.org/mediawiki/2012/4/49/1_mod.png" alt="" />First visual simulation</h1>
</br>
</br>
-
Here we give a video, just in the goal to illustrate the diffusion, you can find the scripts here. We model the diffusion in a petri dish. We put a drop of cAMP in the middle of the dish, and we can check how it diffuses through the bacteria. What we can see on the video is the evolution of adenylate cyclase. We give the evolution of the system during 280 minutes.
+
Here we give a video, just in the goal to illustrate the diffusion, you can find the scripts here. We model the diffusion in a petri dish. We put a drop of cAMP in the middle of the dish, and we can check how it diffuses through the bacteria. What we can see on the video is the evolution of adenylate cyclase. We give the evolution of the system during 280 minutes. Here is the colors scale, representing the intensity of the signal, and the link to the video:
</br>
</br>
</br>
</br>
-
<center><a href="https://static.igem.org/mediawiki/2012/8/85/Quorum_sensing_video_grenoble.swf">Quorum sensing video</a> </center>
+
<center><img src="https://static.igem.org/mediawiki/2012/4/49/Colors_grenoble.png" alt="" />
 +
<a href="https://static.igem.org/mediawiki/2012/8/85/Quorum_sensing_video_grenoble.swf">Quorum sensing video</a> </center>
</br>
</br>
</br>
</br>

Latest revision as of 21:29, 26 September 2012

iGEM Grenoble 2012

Project

Cell to cell communication

The goal of this part was only to check the speed of the diffusion. We use the same model as the 2011 IGEM team of Grenoble, which is based on the Bangalore 2007 IGEM team model. We first have to add the diffusion terms in the equations thus we get:



Because of the temporal and special derivatives, we could not use a classic matlab solver to solve this set of equations. The approximation we used consisted in dividing the space into a grid:



It is the finite difference method. We thus get:



with h=lx/N, where lx is the length of the grid and N is the number of points of discretization along x. By using the same approximation on yi, and assuming that ly=lx, and that we have the same number of points of discretization, we get:



In addition, we also use the finite difference method on the time scale. Thus, we get:



where p=∆t/Nt where ∆t is the interval of time we work in and Nt the number of points of our time discretization.

With these approximations, we could solve the equations. Here are the scripts we used for the simulations.

First visual simulation


Here we give a video, just in the goal to illustrate the diffusion, you can find the scripts here. We model the diffusion in a petri dish. We put a drop of cAMP in the middle of the dish, and we can check how it diffuses through the bacteria. What we can see on the video is the evolution of adenylate cyclase. We give the evolution of the system during 280 minutes. Here is the colors scale, representing the intensity of the signal, and the link to the video:

Quorum sensing video


Temporal evolution


Here we give the temporal evolution of Ca at the drop of cAMP.



Then we give the temporal evolution of Ca at 0,5 cm of the drop of cAMP:



We notice that it takes 100 minutes more than at the drop.

Conclusion: If we use a test tube to make the detection, as soon as one bacterium is turned on (as we can get a signal), we will have to wait 100 minutes to have the whole test tube green.