Team:Grenoble/Modeling/Amplification

From 2012.igem.org

(Difference between revisions)
 
(34 intermediate revisions not shown)
Line 4: Line 4:
<body id="Modeling">
<body id="Modeling">
<div id="cadre">
<div id="cadre">
 +
<section>
<section>
-
<center>
+
<h1>Amplification module</h1>
-
<a href="https://2012.igem.org/wiki/index.php?title=Team:Grenoble/Modeling/Amplification/Possible"><img src="https://static.igem.org/mediawiki/2012/8/89/Is_it_possible.png" alt="" /></a>
+
</br>
-
&nbsp;&nbsp;&nbsp;&nbsp;
+
In this part we will model the amplification module. Our work in this module is subdivided in three main parts: a deterministic model of the reactions at the local scale, another version of the former taking into account random noise and perturbations, and a model including diffusion in space and time.
-
<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>
+
</br>
-
&nbsp;&nbsp;&nbsp;&nbsp;
+
</br>
-
<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>
+
In the deterministic model, we determine the sensitivity of our system and we link it to the signaling module. Then, in the diffusion part we check if our system has a fast answer. Eventually, in the random perturbations model, we check that it is robust to perturbations.
-
&nbsp;&nbsp;&nbsp;&nbsp;
+
</br>
-
<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>
-
<center>
 
<h1> Overview</h1>
<h1> Overview</h1>
-
<center>
+
<span style="text-decoration:underline;">Remark:</span>
 +
</br>
 +
</br>
 +
When our biosensor detects a dipeptide specific to a pathogen,the bacterium activates the production of a green fluorescent
 +
protein (GFP). In our system the production of GFP begins when the production of an other protein, the adenylate cyclase (Ca) begins. Indeed, they are under the control of the same promotor, paraBAD (pBad), and thus they have exatly the same behavior:
 +
</br>
 +
</br>
 +
<center><img src="https://static.igem.org/mediawiki/2012/7/74/Overview_grenoble_1.png" alt="" /></center>
 +
</br>
 +
</br>
 +
The protein GFP is a reporter protein for adenylate cyclase. Thus, in the development, gfp will be omitted, and we will consider that the adenylate cyclase gives us the signal.
 +
</br>
 +
 
 +
<b>Why an amplification module?</b>
 +
</br>
 +
</br>
 +
When one bacterium detects the dipeptide, it will become green. However, if only one bacterium becomes green, we will not be able to observe the signal. That is why we decided to use the communication between the bacteria, called quorum sensing: if one bacterium becomes green, the surrounding bacteria will become green too, and thus we will be able to get the signal.
 +
</br>
 +
</br>
 +
How to do this?
 +
</br>
 +
</br>
 +
First, we chose a molecule, which is produced by bacteria and diffuses from bacteria to the other bacterium. We chose cyclic AMP, whose production is catalyzed by the adenylate cyclase. Thus, we designed:
 +
</br>
 +
</br>
 +
<center><img src="https://static.igem.org/mediawiki/2012/6/61/Overview_grenoble_2.png" alt="" /></center>
 +
</br>
 +
</br>
 +
However, with this design, the whole adenylate cyclase would have been used too quickly to produce enough cAMP to enable the communication between the bacteria. That is why we did this modification:
</br>
</br>
-
We wanted to create a detector, thus we could have designed it like following:
 
</br>
</br>
 +
<center><img src="https://static.igem.org/mediawiki/2012/0/04/Overview_grenoble_3.png" alt="" /></center>
</br>
</br>
-
<center><img src="https://static.igem.org/mediawiki/2012/a/a2/X_z_grenoble.png" alt="" /></center>
 
</br>
</br>
 +
As soon as some cAMP is produced, it will increase the production of adenylate cyclase, which will catalyse the production of even more cAMP, and so forth. However, if some adenylate cyclase was produced when it shouldn’t (because of the promotor let off for example), the system would have started. Thus, we needed to increase the robustness of our system to false positives which we did by adding a classic feed forward loop. The production of the aenylate cyclase now begins if and only if there is enough cAMP AND enough of an intermediary protein, here AraC. We finally got:
</br>
</br>
</br>
</br>
 +
<center><img src="https://static.igem.org/mediawiki/2012/2/2b/Overview_grenoble_4.png" alt="" /></center>
</br>
</br>
-
Where X is the molecule to detect, and Z the fluorescent signal. However, with this design, the communication between the bacteria (quorum sensing) wouldn’t have worked really well, we would have needed an important quantity of X at the initial time to be able to obtain an important diffusion that we could actually see. Indeed, the evolution of X would have been like following:
 
</br>
</br>
 +
Now that we have the topology of the entire system we need to study precisely if it works, and how it works.
</section>
</section>
</div>
</div>

Latest revision as of 02:57, 27 September 2012

iGEM Grenoble 2012

Project

Amplification module


In this part we will model the amplification module. Our work in this module is subdivided in three main parts: a deterministic model of the reactions at the local scale, another version of the former taking into account random noise and perturbations, and a model including diffusion in space and time.

In the deterministic model, we determine the sensitivity of our system and we link it to the signaling module. Then, in the diffusion part we check if our system has a fast answer. Eventually, in the random perturbations model, we check that it is robust to perturbations.

Overview

Remark:

When our biosensor detects a dipeptide specific to a pathogen,the bacterium activates the production of a green fluorescent protein (GFP). In our system the production of GFP begins when the production of an other protein, the adenylate cyclase (Ca) begins. Indeed, they are under the control of the same promotor, paraBAD (pBad), and thus they have exatly the same behavior:



The protein GFP is a reporter protein for adenylate cyclase. Thus, in the development, gfp will be omitted, and we will consider that the adenylate cyclase gives us the signal.
Why an amplification module?

When one bacterium detects the dipeptide, it will become green. However, if only one bacterium becomes green, we will not be able to observe the signal. That is why we decided to use the communication between the bacteria, called quorum sensing: if one bacterium becomes green, the surrounding bacteria will become green too, and thus we will be able to get the signal.

How to do this?

First, we chose a molecule, which is produced by bacteria and diffuses from bacteria to the other bacterium. We chose cyclic AMP, whose production is catalyzed by the adenylate cyclase. Thus, we designed:



However, with this design, the whole adenylate cyclase would have been used too quickly to produce enough cAMP to enable the communication between the bacteria. That is why we did this modification:



As soon as some cAMP is produced, it will increase the production of adenylate cyclase, which will catalyse the production of even more cAMP, and so forth. However, if some adenylate cyclase was produced when it shouldn’t (because of the promotor let off for example), the system would have started. Thus, we needed to increase the robustness of our system to false positives which we did by adding a classic feed forward loop. The production of the aenylate cyclase now begins if and only if there is enough cAMP AND enough of an intermediary protein, here AraC. We finally got:



Now that we have the topology of the entire system we need to study precisely if it works, and how it works.