Team:CIDEB-UANL Mexico/mathmodel

From 2013hs.igem.org

(Difference between revisions)
Line 44: Line 44:
<br>
<br>
\begin{equation}
\begin{equation}
-
\large[C] = \frac{alpha _{1} \cdot alpha _{T}} {\mu _{1} \cdot \mu _{T}}
+
\large[C] = \frac{\alpha _{1} \cdot \alpha _{T}} {\mu _{1} \cdot \mu _{T}}
\end{equation} </br></p>
\end{equation} </br></p>
</br>
</br>

Revision as of 01:33, 30 May 2013

System topology

Our system is composed by two parts, the first consists of the transcription factor cI (c0051) under the regulation of a promoter with a riboswitch (J23100 and k110517) that can be activated or repressed depending on the temperature; we call this our thermosensor. The second part consist of two genes -the insecticide protein VIP and the green fluorescent protein, GFP- that are under the regulation of cI.

The thermosensor is repressed when the temperature is below 32 °C; when the temperatures reaches a range between 32 and 37 °C, the thermosensor is activated.

cI (c0051) is a gene that constitutively represses the promoter r0051. Once our promoter is activated starts the production of Vip3Ac3 and GFP. This is means that a range of 32 °C to 37 °C enables the production of the Vip and GFP.

Deterministic model

Our deterministic model represents the change in time of the concentrations of mRNAs and their corresponding proteins. It assumes that the variables behave continuously and obey kinetic rules that can be represented by constants. We are aware that, in practice, the components and variables in the model may not fall under the assumptions of a deterministic model and that there is always the chance that noise effects are being grossly underestimated; however, we propose this model as a general framework for thermoregulator modeling, upon which further work can be done.

Equations


\begin{equation} \large \frac{d[mC]}{dt} = \alpha_{1} \cdot \frac{K_{D}^h}{K_{D}^h + [cI]^h} - \mu_{1}[mC] \end{equation}



\begin{equation} \large \frac{d[C]}{dt} = \alpha_{2} \cdot f_{RBS} \cdot [mC] - \mu_{2}[C] \end{equation}



\begin{equation} \large [mC] = \frac{\alpha _{1}}{\mu _{1}} \end{equation}



\begin{equation} \large[C] = \frac{\alpha _{1} \cdot \alpha _{T}} {\mu _{1} \cdot \mu _{T}} \end{equation}



\begin{equation} \large \frac{d[mV]}{dt} = \alpha_{3} \cdot \frac{K_{D}^h}{K_{D}^h + [C]^h} - \mu_{1}[mV] \end{equation}


Simulations

The saturation values for mRNAs and proteins were calculated analytically; but since there are several variables, it becomes complicated to integrate by analytical methods, so we use methods of numerical integration in a computer program by called Simulink. The values of the parameters (rate of transcription, translation, degradation and dissociation) are the ones we have found so far, but we continue researching in order to improve and expand our model.