Team:Grenoble/Modeling/Amplification

From 2012.igem.org

(Difference between revisions)
Line 21: Line 21:
</br>
</br>
</br>
</br>
-
As we designed a biosensor, when the molecule to detect is detected by our bacterium, our bacterium will send us a signal. This signal is a green light. Our bacterium activates the production of a protein, called GFP, which makes it become green. 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:
+
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>
</br>
</br>
Line 27: Line 28:
</br>
</br>
</br>
</br>
-
The protein GFP is only the protein that enables us to control the behavior of the adenylate cyclase. Thus, in the development, I won’t speak about the gfp, but always about the adenylate cyclase, and we will consider that the adenylate cyclase gives us the signal.
+
The protein GFP is only the protein that enables us to observe the dynamics of the adenylate cyclase. Thus, in the development, I won’t speak about the gfp, but always about the adenylate cyclase, and we will consider that the adenylate cyclase gives us the signal.
</br>
</br>
</br>
</br>
Line 33: Line 34:
</br>
</br>
</br>
</br>
-
When one bacterium detects the dipeptide, it will become green. However, if only one bacterium becomes green, we won’t be able to get the signal. That is why we decided to use the communication between the bacteria, called the quorum sensing: if one bacterium becomes green, the surrounding bacteria will become green too, and thus we will be able to get the signal.
+
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>
</br>
</br>
Line 39: Line 40:
</br>
</br>
</br>
</br>
-
First, we had to choose a molecule, which would enable the communication between the bacteria. We chose the cyclic AMP, which production is catalyzed by the adenylate cyclase. Thus, we designed:
+
First, we had to choose a molecule, which would enable the communication between the bacteria. We chose cyclic AMP, whose production is catalyzed by the adenylate cyclase. Thus, we designed:
</br>
</br>
</br>
</br>
Line 51: Line 52:
</br>
</br>
</br>
</br>
-
As soon as some cAMP is produced, it will start a new production of adenylate cyclase, which will catalyse the production of cAMP and so forth. We had enough cAMP! However, if some adenylate cyclase was produced though it shouldn’t (because of the promotor let off for example), the system would have started start. Thus, we needed to increase the robustness of our system to false positives. We added a classic feed forward loop. The production of the aenylate cyclase would begin if and only if there is enough cAMP AND enough of an intermediary protein, here AraC. We finally got:
+
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>

Revision as of 08:31, 26 September 2012

iGEM Grenoble 2012

Project

Introduction


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 some random noise/perturbations, and a model of the signal's diffusion in space.

In the deterministic model, we check the sensitivity of our system and we give the link with 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 only the protein that enables us to observe the dynamics of the adenylate cyclase. Thus, in the development, I won’t speak about the gfp, but always about the adenylate cyclase, 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.

The question became: How to do this?

First, we had to choose a molecule, which would enable the communication between the bacteria. 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.