Team:TU-Eindhoven/LEC/ModellingFirst

From 2012.igem.org

(Difference between revisions)
 
(15 intermediate revisions not shown)
Line 1: Line 1:
{{:Team:TU-Eindhoven/Templates/header}}
{{:Team:TU-Eindhoven/Templates/header}}
{{:Team:TU-Eindhoven/Templates/head|image=https://static.igem.org/mediawiki/2012/9/92/Initialmodel.jpg}}
{{:Team:TU-Eindhoven/Templates/head|image=https://static.igem.org/mediawiki/2012/9/92/Initialmodel.jpg}}
-
<p>Our goal is to design and produce a multi-colored display, in which genetically engineered cells are electrically controlled to induce a fluorescent light response. In this process, calcium is one of the most important substances. To examine the calcium in the cell, a dynamic calcium model is designed. As a start, a basic calcium model of sympathetic ganglion ‘B’ type cells of a bullfrog is made in MATLAB and tested.</p>
+
<p>Our goal is to design and produce a multi-colored display, in which genetically engineered cells are electrically controlled to induce a fluorescent light response. In this process, calcium is one of the most important substances. To examine the calcium in the cell, a <span class= "lightblue">dynamic calcium model</span> is designed. As a start, the basic calcium model of sympathetic ganglion 'B' type cells of a bullfrog is made in MATLAB and tested. This model is also used by the iGEM team of <html><a href="https://2009.igem.org/Team:Valencia/OurModel" target="_blank">Valencia 2009</a></html>, however we gained more insights in the model by performing a sensitivity analysis. For a complete explanation of the model, view the <html><a href="https://static.igem.org/mediawiki/2012/a/af/IGEM_TUeindhoven_-_Thesis_C_Balemans.pdf">bachelor thesis of Caroline Balemans</a></html>, one of our team members.</p>
<h3>The model</h3>
<h3>The model</h3>
-
<p>The model consists of the kinetics of an ionic current flow, the calcium buffers and the calcium pumps. We neglected the diffusion in this first attempt, because of the dependence on both space and time and the complexity to model this in MATLAB.</p>
+
<p>The model consists of the <span class= "lightblue">kinetics of an ionic current flow, the calcium buffers</span> and the <span class= "lightblue">calcium pumps</span>. We neglected the <span class= "lightblue">diffusion</span> in this first attempt, because of the dependence on both space and time and the complexity to model this in MATLAB.</p>
-
[[File:Formulas small.jpg|710px]]
+
[[File:Formulas small.jpg|710px|link=]]
<p>To simulate the model, realistic parameter values should be implemented. Therefore, all parameter values are taken from the book of reference<html><a href="#ref_neuronal" name="text_neuronal"><sup>[1]</sup></a></html>.</p>
<p>To simulate the model, realistic parameter values should be implemented. Therefore, all parameter values are taken from the book of reference<html><a href="#ref_neuronal" name="text_neuronal"><sup>[1]</sup></a></html>.</p>
-
[[File:Plot m cab c.jpg|center|350px|thumb|The value of the activation variable m, the concentration of the protein-calcium complex [CaB] and the concentration of the free calcium in the cell [Ca2+]]]
+
[[File:Plot m cab c.jpg|center|350px|thumb|link=|The value of the activation variable m, the concentration of the protein-calcium complex [CaB] and the concentration of the free calcium in the cell [Ca2+]]]
<br />
<br />
<h3>Sensitivity analysis</h3>
<h3>Sensitivity analysis</h3>
-
<p>A local sensitivity analysis is performed to find out which parameters of the calcium model are most sensitive. The sensitivity of a parameter is here defined as the way the solution changes when the parameter is varied 10%. Because sensitivities are small, the right options for MATLAB’s ode15s-solver must be used to get valid results from the sensitivity analysis.</p>
+
<p>A local sensitivity analysis is performed to find out <span class= "lightblue">which parameters</span> of the calcium model <span class= "lightblue">are most sensitive</span>. The sensitivity of a parameter is here defined as the way the solution changes when the parameter is varied 10%. Because sensitivities are small, the right options for MATLAB's ode15s-solver must be used to get valid results from the sensitivity analysis.</p>
-
<p>The most sensitive parameters for the concentration of the protein-calcium complex [CaB] are the total buffer concentration [B]<sub>total</sub> and the equilibrium calcium concentration of the pump [Ca<sup>2+</sup>]<sub>eq</sub>. The parameters for the calcium concentration [Ca<sup>2+</sup>] are approximately of the same sensitivity, except for the concentration at which the inactivation is halfway [K] and the constant extracellular calcium [Ca<sup>2+</sup>]<sub>ex</sub>, which are less sensitive.</p>
+
<p>The most sensitive parameters for the concentration of the protein-calcium complex [CaB] are the <span class= "lightblue">total buffer concentration </span>[B]<sub>total</sub> and the <span class= "lightblue">equilibrium calcium concentration of the pump </span> [Ca<sup>2+</sup>]<sub>eq</sub>. The parameters for the calcium concentration [Ca<sup>2+</sup>] are approximately of the same sensitivity, except for the concentration at which the inactivation is halfway [K] and the constant extracellular calcium [Ca<sup>2+</sup>]<sub>ex</sub>, which are less sensitive.</p>
-
<p>The refresh rate, to change from one clearly visible image to the next, is dependent on both the release of the calcium into the extracellular environment and the release of the calcium by the buffer proteins. To decrease the equilibrium value of the concentration of the protein-calcium complex, the rate of the forward rate constant f and the backward rate constant b should be decreased with respect to the values we used (f/b = 10<sup>6</sup> mM<sup>-1</sup>).</p>
+
<p>The <span class= "lightblue">refresh rate</span>, to change from one clearly visible image to the next, is dependent on both <span class= "lightblue">the release of the calcium</span> into the <span class= "lightblue">extracellular environment</span> and the release of the calcium by the <span class= "lightblue">buffer proteins</span>. To decrease the equilibrium value of the concentration of the protein-calcium complex, the rate of the forward rate constant f and the backward rate constant b should be decreased with respect to the values we used (f/b = 10<sup>6</sup> mM<sup>-1</sup>).</p>
<h3>Improvements</h3>
<h3>Improvements</h3>
-
<p>During the performed sensitivity analysis, the parameters are varied one by one. To improve the understanding of the sensitivity of the parameters, a design of experiments can be applied. The possible interactions between the parameters are taken into account by this type of analysis. Furthermore, to improve the model for the aim of the project, the model will be made compatible for yeast cells.</p>
+
<p>During the performed sensitivity analysis, the parameters are varied one by one. To improve the understanding of the sensitivity of the parameters, a design of experiments can be applied. The possible interactions between the parameters are taken into account by this type of analysis. Furthermore, to improve the model for the aim of the project, the model will have to be made <span class= "lightblue">compatible for yeast cells</span>. Unfortunately, we discovered, due to the sensitivity analysis, that this model is unfit for the calcium homeostasis in yeast cells. Therefore, a completely new model has to be designed for [[Team:TU-Eindhoven/LEC/Modelling|yeast]]. </p>
 +
<br />
 +
 
Line 33: Line 35:
<html>
<html>
<ul>
<ul>
-
<li><a href="#text_neuronal" name="ref_neuronal">[1]</a> C. Koch and I. Segev (editors), Methods in Neuronal Modeling: From Synapses to Networks, (1989)</a></li>  
+
<li><a href="#text_neuronal" name="ref_neuronal">[1]</a> C. Koch and I. Segev (editors), Methods in neuronal modeling: from synapses to networks, (1989)</a></li>  
</ul> </html>
</ul> </html>
-
<br /><br />
 
-
For a more thorough explanation of the model, view the <html><a href="https://www.dropbox.com/s/67scbdte8e83n42/iGEM%20TUeindhoven%20-%20Thesis%20C%20Balemans.pdf" target="_blank">bachelor thesis of C. Balemans</a></html>.
 

Latest revision as of 02:14, 27 September 2012