Team:Grenoble/Modeling/Signaling

From 2012.igem.org

(Difference between revisions)
Line 107: Line 107:
</br>
</br>
</br>
</br>
-
Click <a href="https://static.igem.org/mediawiki/2012/d/d1/Cya_vs_dipeptide.zip">here</a>  to download the commented matlab code that gave us the figures above.  
+
<a href="https://static.igem.org/mediawiki/2012/d/d1/Cya_vs_dipeptide.zip">Click here</a>  to download the commented matlab code that gave us the figures above.  
</section>
</section>
<section>
<section>
Line 122: Line 122:
</br>
</br>
</br>
</br>
 +
As we expected, we notice that we have the expected steady state values (see the graph above): 0.55 10-7 Mol.L-1 for an initial dipeptide concentration of 10<SUP>-8</SUP> Mol/L and 1.1 10<SUP>-7</SUP> Mol/L for an initial dipeptide concentration of 10<SUP>-6</SUP> Mol/L .
 +
</br>
 +
</br>
 +
Moreover, we see that to reach an AC production of 10<SUP>-7</SUP> Mol/L  we need approximately 600 mn.
 +
<a href="https://static.igem.org/mediawiki/2012/9/9e/Cya_vs_time.zip">Click here</a> to download the commented matlab code that gave us the temporal evolution.
 +
</section>
</section>
</div>
</div>

Revision as of 14:59, 23 September 2012

iGEM Grenoble 2012

Project

Overview



The design of signaling module is given by the figure below:



Once the dipeptide molecule is fixed to the TAP receptor, it activates the phosphorylation of OmpR. OmpR* (the phosphorylated form of OmpR) is the transcription factor that activates the gene expression of cya.
This approach arises a few questions we cannot answer without computer models:

1- How sensitive is the signaling module? And what dipeptide concentration should be present in order to trigger a response?

2- How long does it take for the dipeptide to trigger a response?

Answering these two questions will help us assess the sensitivity and the rapidity of the whole system (ie the signaling module, the amplification module and the quorum sensing).

To answer these questions, we need to set the ordinary equations that govern AC evolution. Thus we can plot the evolution of AC concentration versus initial dipeptide concentration (sensitivity) as well as the temporal evolution of AC concentration (rapidity).

ODEs

Let’s begin by considering the cya gene activation by the transcription factor OmpR*.
It’s a gene activation, so the transcription rate is given by a hill function:



Where Vm is the maximal transcription rate, k is the activation coefficient, p is the basal production coefficient and α the degradation coefficient.
For OmpR phosphorylation, we considered in the literature a model that takes into account the enzymatic mechanism of the Histidine Kinase EnvZ as well as the phosphotransfer and the phosphatase.
The model we use is a phenomenological extension of the Goldbeter-Koshland biochemical switch model.[1]
The resulting equation governs [OmpR*] temporal evolution (the square brackets denote concentration) and highlights the fact that the phosphorylation is activated by dipeptide.



where K and K’ are the dimensionless Michaelis-Menten coefficients.
Since the process involved in the production of the new protein AC proceed at much slower timescale than the phosphorylation process that aims at chemically modifying the existing protein OmpR, time derivative of [OmpR*] is null (click here for more explanation) and [OmpR] and [OmpR*] are linked by a conservation law:
[OmpR*]+[OmpR]=[OmpR]tot

Once we’ve set the derivative equation of OmpR* equals to zero and replaced the value of [OmpR] and [OmpR*] by their expressions involving the total quantity of OmpR, we get a second order polynomial equation of [OmpR*]:



If we define the coefficients



We notice that the coefficient “a” is always negative because the dephosphorylation rate of OmpR* is lower in value than the phosphorylation rate .As a product of kinetic parameters, the coefficient “c” is positive.
For the reasons given above the determinant is positive:

Δ=b²-4 a c>0


We have then two float roots x and y. Their product is given by x.y = c/a. As “a” and “c” have opposite signs, x and y have opposite signs: We choose the positive root.

Parameters



Here is the link to the parameters of the amplification module we sometimes refer to.

Sensitivity

First of all, we plotted the evolution of the ratio ( [OmpR])/( [OmpR]tot ) versus the initial concentration of dipeptide to check if the phenomenological extension of Goldbeter-Koshland model is convenient and gives us the expected results.



We notice that the receptor has a maximal response at an initial dipeptide concentration of 10-6 Mol/L . This concentration represents the expected concentration of dipeptide out of the cell [4]. Thus we can say that the phosphorylation cascade is efficient as it enables as to have a maximal response for the expected conditions of use.

Next we need to plot the evolution of [AC] versus initial dipeptide concentration to assess sensitivity.



The sensitivity of the receptor is 10-8 Mol.L-1 of initial dipeptide concentration. However, at this level we’re not able to assess the whole system sensitivity. We’ve got to wait for the amplification modeling results and link the two models to get an answer to the sensitivity question.

Click here to download the commented matlab code that gave us the figures above.

Time response

In order to have an idea of the rapidity of the detection, we plotted the temporal evolution of AC for two different initial dipeptide concentrations: 108 Mol/L and 10-6 Mol/L.







As we expected, we notice that we have the expected steady state values (see the graph above): 0.55 10-7 Mol.L-1 for an initial dipeptide concentration of 10-8 Mol/L and 1.1 10-7 Mol/L for an initial dipeptide concentration of 10-6 Mol/L .

Moreover, we see that to reach an AC production of 10-7 Mol/L we need approximately 600 mn. Click here to download the commented matlab code that gave us the temporal evolution.