Team:Aberdeen Scotland/Modeling/GFP

From 2014.igem.org

(Difference between revisions)
Line 75: Line 75:
we can assume the amount of AHL is solely due to the "background".</p>
we can assume the amount of AHL is solely due to the "background".</p>
-
<p>We use the following equation to model how GFP production is triggered:</p>
+
<p>We use the following equations (Hill function) to model how GFP production is triggered:</p>
$$\frac{d[AHL-LuxR]}{dt} = k_{+}[AHL][LuxR]-k_{-}[AHL-LuxR]$$
$$\frac{d[AHL-LuxR]}{dt} = k_{+}[AHL][LuxR]-k_{-}[AHL-LuxR]$$
$$\frac{d[GFP]}{dt} = \frac{[AHL-LuxR]^n}{[AHL-LuxR]^n + a^n}V_{max} - \gamma{}[GFP] $$
$$\frac{d[GFP]}{dt} = \frac{[AHL-LuxR]^n}{[AHL-LuxR]^n + a^n}V_{max} - \gamma{}[GFP] $$
Line 92: Line 92:
</li>
</li>
</ul>
</ul>
 +
 +
<p>The simplicity of the system allows for a few more assumptions to be made. As the Receivers are getting their AHL from the background we assume to be constant,
 +
that means that [AHL-LuxR] will very quickly saturate as the background reaches QS activation. Thus we can conclude that:</p>
 +
 +
$$ \frac{d[AHL-LuxR]}{dt}=0 $$
 +
 +
 +
<!-- REFERENCES -->
 +
<p>[1] James, Sally et al. “Luminescence Control in the Marine Bacterium Vibro fischeri: An Analysis of the Dynamics of lux Regulation.” JMB 2000: 296, 1127-1137</p>
</div> <br class="clear"> <!-- END OF PAGE CONTENT -->
</div> <br class="clear"> <!-- END OF PAGE CONTENT -->

Revision as of 19:15, 17 October 2014

Team:Aberdeen Scotland/Modelling - 2014.ogem.org



GFP Response Model


The idea behind this model was to ensure our Receiver->Sender design is viable and Quorum Sensing will trigger GFP production. It is a simple model that explores the production of GFP protein in the Receiver cell due to AHL-activated LuxR.

Since the Receivers do not produce AHL, the surrounding AHL concentration is not affected by the Receiver itself. Thus self-stimulation is out of the picture and we can assume the amount of AHL is solely due to the "background".

We use the following equations (Hill function) to model how GFP production is triggered:

$$\frac{d[AHL-LuxR]}{dt} = k_{+}[AHL][LuxR]-k_{-}[AHL-LuxR]$$ $$\frac{d[GFP]}{dt} = \frac{[AHL-LuxR]^n}{[AHL-LuxR]^n + a^n}V_{max} - \gamma{}[GFP] $$
  • where
    • [AHL] - AHL concentration
    • [LuxR] - LuxR concentration
    • [AHL-LuxR] - AHL+LuxR complex concentration
    • [GFP] - GFP concentration
    • Vmax - maximum GFP production
    • a - dissociation constant
    • n - Hill coefficient
    • γ - GFP degradation constant

The simplicity of the system allows for a few more assumptions to be made. As the Receivers are getting their AHL from the background we assume to be constant, that means that [AHL-LuxR] will very quickly saturate as the background reaches QS activation. Thus we can conclude that:

$$ \frac{d[AHL-LuxR]}{dt}=0 $$

[1] James, Sally et al. “Luminescence Control in the Marine Bacterium Vibro fischeri: An Analysis of the Dynamics of lux Regulation.” JMB 2000: 296, 1127-1137