Team:ETHZ Basel/Modeling

From 2010.igem.org

(Difference between revisions)
(Bacterial Chemotaxis @ ETHZ – Modeling Overview)
(Mathematical Modeling Overview)
 
(170 intermediate revisions not shown)
Line 1: Line 1:
-
                                     
+
{{ETHZ_Basel10}}
-
== E-Lemming @ ETHZ – Modeling Overview ==
+
{{ETHZ_Basel10_Modeling}}
 +
= Mathematical Modeling Overview =
 +
[[Image:ETHZ_Basel_molecular_comb.png|thumb|400px|'''Figure 1: schematical overview of the modeled processes in E. lemming.''' LSP refers to light switch protein, AP to anchor protein, and Che to the attacked protein of the chemotaxis pathway.]]
-
ETHZ’s project, E-Lemming, aims to modify the chemotaxis property of E.coli such that, instead of response to a chemical attractant/repellent, the bacterium responds to a light stimulus (phototaxis). Furthermore, this light sensitivity is used to control E.coli’s movement by deciding, at any given time, which type of motion will our ‘Lemming – in – disguise’ adopt (tumbling or straight run). This leads to a controllable E.coli, which can follow any pre – defined spatial path/maze/game, as a result of the combination of tumbling and going straight. The bacterium colony is imaged and, by image processing, the position of a single tracked cell is inferred. By activating a light switch, the user decides whether the bacterium should continue running or should change direction.
+
A complex mathematical model of E. lemming from both literature inspired and self developed submodels was created that covers the processes displayed in Figure 1.
-
<br><br>
+
-
In the theory world, the steps we are following in mindlessly driving E.coli to our pre - defined target are the following: 
+
-
• deterministic (ODE) & stochastic models of the chemotaxis pathway (documented from the literature)<br>
+
In a first step, existing models for the individual processes of E. lemming have been identified by literature research, implemented, corrected and adapted to our needs. Where we could not rely on established models, we started modeling on our own and calibrated the model with regard to available literature knowledge.
-
• model of the movement of E.coli (built on the information of the pathway derived from the molecular models) <br> 
+
-
• control algorithms ( built on the user’s desire to play around with E.coli)<br>
+
-
• image tracking & image processing algorithms<br>
+
-
• java applications/movies of the E.Lemming (the fun part)<br>
+
-
== Molecular Models ==
+
* [[Team:ETHZ_Basel/Modeling/Light_Switch|'''Light Switch''']]: both implementation approaches have been modeled:
 +
** [[Team:ETHZ_Basel/Modeling/Light_Switch#Modeling_of_the_light_switch:_PhyB.2FPIF3|'''PhyB/PIF3''']]: a deterministic molecular model based on the light-sensitive dimerizing Arabidopsis proteins PhyB and PIF3.
 +
** [[Team:ETHZ_Basel/Modeling/Light_Switch#Modeling_of_the_PhyB.2FPIF3_light_switch#Archeal_light_receptor|'''Archeal Light Receptor''']]: a deterministic molecular model based on the archeal light receptor.
 +
* [[Team:ETHZ_Basel/Modeling/Chemotaxis|'''Chemotaxis Pathway''']]: two deterministic molecular models of the chemotaxis pathway.
 +
* [[Team:ETHZ_Basel/Modeling/Movement|'''Bacterial Movement''']]: a self developed stochastic model of ''E. coli'' movement on basis of the CheYp bias.
-
=== The network topology===
+
In a second part, we combined the submodels stepwise to more comprehensive models that we could use to address different important questions to:
-
Many bacteria posses a signal transduction network that makes it possible to sense the changes in concentration of a certain chemical attractant/repellent in the extracellular environment and direct the movement towards the attractant and away from the repellent. This property is what is known as ‘''chemotaxis''. There are basically two types of movement that the bacterium can employ: ''''tumbling'''', which means change of direction and occurs when the bacterium doesn’t sense an increase of attractant concentration in the extracellular environment anymore and ''''running straight'''', which occurs when the attractant concentration is increasing. The running straight stands for “correct direction, ok, keep going” (towards the attractant/away from repellent) while the tumbling stands for “wrong direction, give it another shot”. In the case of E.coli, these two types of movements correspond to different rotation directions of its 4 flagellar motors (clockwise: tumbling; counter-clockwise: runs).<br>
+
* [[Team:ETHZ_Basel/Modeling/Combined#PhyB.2FPIF3_light_switch_-_Chemotaxis |'''PhyB/PIF3 light switch - Chemotaxis''']]: this model was used to reduce [[Team:ETHZ_Basel/Biology|wet laboratory experiments]] by identification molecular targets by [[Team:ETHZ_Basel/Modeling/Experimental_Design|experimental design]].
-
The direction of rotation of the motors can be determined by the ratio of concentrations of certain proteins inside the cell. That is, there are some quantitative indicators from which one can infer whether the bacterium will run or it will go straight, as a response to changes in input concentration. These indicators (concentration levels for certain proteins) are the result of a well – studied signal transduction network, consisting of membrane receptor proteins and intracellular proteins (Che). <br>
+
* [[Team:ETHZ_Basel/Modeling/Combined#Archeal_light_receptor_-_Chemotaxis |'''Archeal light receptor - Chemotaxis''']]: this model was combined identically to the one above.
-
Our models were constructed based on the following network topology: <br><br>
+
* [[Team:ETHZ_Basel/Modeling/Combined#Chemotaxis_-_Movement |'''Chemotaxis - Movement''']]: complete model of E. lemming as a simulative test bench for the [[Team:ETHZ_Basel/InformationProcessing/Controller|controller]] design and as a brick of the comprehensive simulation of [[Team:ETHZ_Basel/InformationProcessing|information processing]].
-
<no worries, picture to be inserted><br><br><br>
+

Latest revision as of 19:09, 27 October 2010

Mathematical Modeling Overview

Figure 1: schematical overview of the modeled processes in E. lemming. LSP refers to light switch protein, AP to anchor protein, and Che to the attacked protein of the chemotaxis pathway.

A complex mathematical model of E. lemming from both literature inspired and self developed submodels was created that covers the processes displayed in Figure 1.

In a first step, existing models for the individual processes of E. lemming have been identified by literature research, implemented, corrected and adapted to our needs. Where we could not rely on established models, we started modeling on our own and calibrated the model with regard to available literature knowledge.

  • Light Switch: both implementation approaches have been modeled:
    • PhyB/PIF3: a deterministic molecular model based on the light-sensitive dimerizing Arabidopsis proteins PhyB and PIF3.
    • Archeal Light Receptor: a deterministic molecular model based on the archeal light receptor.
  • Chemotaxis Pathway: two deterministic molecular models of the chemotaxis pathway.
  • Bacterial Movement: a self developed stochastic model of E. coli movement on basis of the CheYp bias.

In a second part, we combined the submodels stepwise to more comprehensive models that we could use to address different important questions to: