Team:ETH Zurich/Modeling/Overview
From 2013.igem.org
(35 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
{{:Team:ETH_Zurich/Templates}} | {{:Team:ETH_Zurich/Templates}} | ||
{{:Team:ETH_Zurich/Templates/stylesheet}} | {{:Team:ETH_Zurich/Templates/stylesheet}} | ||
- | <h1> | + | <h1>Modeling part overview</h1> |
- | We | + | <p align="justify">We developed a 2D spatio-temporal model of the Colisweeper bacterial game to evaluate our network, validate the design and get some insights of how we can improve our system. Essentially, we studied the diffusion of [https://2013.igem.org/Team:ETH_Zurich/Experiments_2 AHL] in a hexagonal grid setup with mine and non-mine colonies. To solve the system of partial differential equations we used finite element methods, and simulations were carried out in Comsol Multiphysics. Most model parameters are taken from literature supported by experimental evidence, but we continually refine their accuracy for our system by estimating them from our own experimental data. To evaluate the circuit and get biological meaningful initial conditions, we built a [https://2013.igem.org/Team:ETH_Zurich/Modeling/InitialStates single-cell model]. Additionally, we made some analytic derivations for the AHL gradient and for the optimal P<sub>LuxR</sub> promoter affinity<br></p> |
- | + | ||
+ | <p align="justify">It needs to be mentioned that there was a close interplay with the model and experiments in our project which facilitated the improvement of our system. Based on this premise, we generate data from experiments to validate the model, but also use the model to predict the behavior of our system and help further experimental designs. </p> | ||
<br clear="all"/> | <br clear="all"/> | ||
+ | <html> | ||
+ | <div style="width:80%; max-width:680px; margin: 0 auto;"> | ||
+ | <ul class="bxslider"> | ||
+ | <li> | ||
+ | <a href="/Team:ETH_Zurich/Modeling/Reaction_Diffusion_OOHL"><img src="https://static.igem.org/mediawiki/2013/1/13/Ohhl_diff.png"/></a> | ||
+ | <p style="font-size:15px" align="justify"><b>OHHL Diffusion</b> concentration gradient after 24 hours.</p> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="/Team:ETH_Zurich/GFP"><img src="https://static.igem.org/mediawiki/2013/f/fe/Gfp.png"/></a> | ||
+ | <p style="font-size:15px" align="justify"><b>Level of GFP expression,</b> after 11 hours of incubation, depending on the number of mine cells surrounding a colony. On the left is shown the experimental result (fluorescence) and on the right the simulation results are displayed, corresponding to concentration of GFP (mol/m<sup>3</sup>). Mine colonies are delimited in green. </p> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="/Team:ETH_Zurich/Modeling"><img src="https://static.igem.org/mediawiki/2013/e/ee/HydrolasesSlide.png"/></a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | slider = $('.bxslider').bxSlider(); | ||
+ | $('.bx-viewport').bind('mousewheel', function(event, delta, deltaX, deltaY) { | ||
+ | event.preventDefault(); | ||
+ | if (delta < 0) {slider.goToNextSlide();} | ||
+ | else {slider.goToPrevSlide();} | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </html> | ||
+ | |||
+ | <p align="justify">Note: For parameter values and references click on the parameter of interest or have a look at the [[Team:ETH_Zurich/Parameter| parameters section]].</p> | ||
<br clear="all"/> | <br clear="all"/> | ||
{{:Team:ETH_Zurich/templates/footer}} | {{:Team:ETH_Zurich/templates/footer}} |
Latest revision as of 00:09, 29 October 2013
Modeling part overview
We developed a 2D spatio-temporal model of the Colisweeper bacterial game to evaluate our network, validate the design and get some insights of how we can improve our system. Essentially, we studied the diffusion of AHL in a hexagonal grid setup with mine and non-mine colonies. To solve the system of partial differential equations we used finite element methods, and simulations were carried out in Comsol Multiphysics. Most model parameters are taken from literature supported by experimental evidence, but we continually refine their accuracy for our system by estimating them from our own experimental data. To evaluate the circuit and get biological meaningful initial conditions, we built a single-cell model. Additionally, we made some analytic derivations for the AHL gradient and for the optimal PLuxR promoter affinity
It needs to be mentioned that there was a close interplay with the model and experiments in our project which facilitated the improvement of our system. Based on this premise, we generate data from experiments to validate the model, but also use the model to predict the behavior of our system and help further experimental designs.
Note: For parameter values and references click on the parameter of interest or have a look at the parameters section.