Team:ETH Zurich/Modeling/InitialStates

From 2013.igem.org

(Difference between revisions)
Line 40: Line 40:
|valign="top"|[[File:InitialConReceiver2.png|500px|center|thumb|<b>Figure 3:</b> Steady state concentrations for Receiver Cells]]
|valign="top"|[[File:InitialConReceiver2.png|500px|center|thumb|<b>Figure 3:</b> Steady state concentrations for Receiver Cells]]
|}
|}
 +
<br clear="all"/>
<br clear="all"/>
 +
{{:Team:ETH_Zurich/templates/footer}}

Revision as of 08:17, 24 October 2013

Header2.png
80px-Eth igem logo.png

Contents

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 sender cells, where $\eta = \sigma \cdot A/V_{c}$ measures the diffusion across the cell membrane, with $\sigma$ representing the membrane permeability, $A$ its surface area and $V_{c}$ the cell volume, and $\eta_{ext} = \delta/V_{ext}$ with $V_{ext}$ being the total extracellular volume.


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