Team:ETH Zurich/Modeling/InitialStates

From 2013.igem.org

(Difference between revisions)
Line 3: Line 3:
<h1> Initial States </h1>
<h1> Initial States </h1>
-
<p align= "justify">It is important to obtain the steady state concentration of molecules in our biological circuit, since these values can be used as biologically meaningful initial conditions for subsequent simulations. To achieve this goal, we implemented a Single Cell Model. The cells plated on the game plate are from an overnight liquid culture. Thus, we assume that the cells have reached the steady state. It should be noted that the receiver cells grow in the absence of OHHL in the medium and this affects the concentrations of intracellular species whose production depends on OHHL.</p>
+
<p align= "justify">It is important to obtain the steady state concentration of molecules in our biological circuit, since these values can be used as biologically meaningful initial conditions for subsequent simulations. To achieve this goal, we implemented a Single Cell Model. The cells plated on the game plate are from an overnight liquid culture. Thus, we assume that the cells have reached the steady state. </p>
<h1> Initial state for the Mine Cells </h1>
<h1> Initial state for the Mine Cells </h1>
-
<p align= "justify">The mine colonies produce the three proteins NagZ, LuxI and OHHL, that is important in our bio-game. The proteins NagZ and LuxI are constitutively produced, whereas the synthesis of OHHL is dependent of LuxI protein. Degradation of these proteins is modeled as linear degradation. The diffusion of OHHL across the cell membrane is modeled as proposed in literature by [https://2013.igem.org/Team:ETH_Zurich/References#Garcia2004 Garcia-Ojalvo ''et. al.'', 2004.]<br><br>
+
<p align= "justify">The mine colonies produce three proteins NagZ, LuxI and AHL, that are important in our bio-game. The proteins NagZ and LuxI are constitutively produced, whereas the synthesis of AHL is dependent of LuxI. Moreover, degradation of these proteins is modeled as linear degradation. We have also taken into account the contribution on the dynamical evolution of AHL by diffusion toward/from the medium, distinguishing between intracellular and extracellular concentrations ([https://2013.igem.org/Team:ETH_Zurich/References#Garcia2004 Garcia-Ojalvo ''et. al.'', 2004.])<br><br>
-
The ODEs for the states involved in the mine cells of the system are given below: <br><br></p>
+
The ODEs for the states involved in the mine cells are given below: <br><br></p>
\begin{align}
\begin{align}
Line 35: Line 35:
<h1> Initial state for the Receiver Cells </h1>
<h1> Initial state for the Receiver Cells </h1>
 +
<p align= "justify">It should be noted that the receiver cells grow in the absence of AHL in the medium and this affects the concentrations of intracellular species whose production depends on AHL.</p>
{|style="border: none;" align="center"
{|style="border: none;" align="center"
|valign="top"|[[File:InitialConReceiver.png|500px|center|thumb|<b>Figure 2:</b> Steady state concentrations for Receiver Cells.]]  
|valign="top"|[[File:InitialConReceiver.png|500px|center|thumb|<b>Figure 2:</b> Steady state concentrations for Receiver Cells.]]  

Revision as of 20:47, 23 October 2013

Header2.png
80px-Eth igem logo.png

Initial States

It is important to obtain the steady state concentration of molecules in our biological circuit, since these values can be used as biologically meaningful initial conditions for subsequent simulations. To achieve this goal, we implemented a Single Cell Model. The cells plated on the game plate are from an overnight liquid culture. Thus, we assume that the cells have reached the steady state.

Initial state for the Mine Cells

The mine colonies produce three proteins NagZ, LuxI and AHL, that are important in our bio-game. The proteins NagZ and LuxI are constitutively produced, whereas the synthesis of AHL is dependent of LuxI. Moreover, degradation of these proteins is modeled as linear degradation. We have also taken into account the contribution on the dynamical evolution of AHL by diffusion toward/from the medium, distinguishing between intracellular and extracellular concentrations (Garcia-Ojalvo et. al., 2004.)

The ODEs for the states involved in the mine cells are given below:

\begin{align} \frac{d[LuxI]}{dt} =\alpha_{LuxI} - d_{LuxI} \cdot [LuxI]\\ \end{align}

\begin{align} \frac{d[NagZ]}{dt} =\alpha_{NagZ} - d_{NagZ} \cdot [NagZ]\\ \end{align}

\begin{align} \frac{d[AHL,i]}{dt}= \alpha_{AHL} \cdot [LuxI]-d_{AHL,i} \cdot [AHL,i] - \eta \cdot ([AHL,i]-[AHL,e])\\ \end{align}

\begin{align} \frac{d[AHL,e]}{dt}= -d_{AHL,e} \cdot [AHL,e] + \eta_{ext} \sum_{j=1}^{n} ([AHL,j]-[AHL,e])\\ \end{align}

System of Differential equations for a Mine Cell.


Figure 1: Steady state concentrations for Mine Cells


Initial state for the Receiver Cells

It should be noted that the receiver cells grow in the absence of AHL in the medium and this affects the concentrations of intracellular species whose production depends on AHL.

Figure 2: Steady state concentrations for Receiver Cells.
Figure 3: Steady state concentrations for Receiver Cells