Team:ETHZ Basel/Modeling

From 2010.igem.org

(Difference between revisions)
(Molecular Modeling Overview)
(Molecular Modeling Overview)
Line 3: Line 3:
= Molecular Modeling Overview =
= Molecular Modeling Overview =
 +
In order to support [[Team:ETHZ_Basel/Biology|wet laboratory experiments]] and to create a test bench for the [[Team:ETHZ_Basel/InformationProcessing|information processing]] part, a molecular model of E. lemming was created. This goal was achieved by implementing and combining deterministic molecular models of the individual parts.
 +
== Implementation of molecular models ==
 +
[[Image:Modeling_overview.png|thumb|400px|'''Combined models''' Coupled individual models for the simulation of the whole process and their interfaces.]]
 +
 +
E. lemming, aims to modify the chemotaxis property of E.coli such that, instead of response to a chemical attractant or repellent, the bacterium responds to a light stimulus. Furthermore, this light sensitivity is used to control E.coli’s movement by deciding, at any given time, which type of motion the bacterium will adopt (tumbling or straight run). This leads to a controllable E.coli, which can move to a defined direction, as a result of the combination of tumbling and straight run. The bacteria in the experiment are 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.
-
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.
 
-
<br><br>
 
In the theory world, the steps we are following in mindlessly driving E.coli to our pre - defined target are the following:   
In the theory world, the steps we are following in mindlessly driving E.coli to our pre - defined target are the following:   
Line 15: Line 18:
• java applications/movies of the E.Lemming (the fun part)<br>
• java applications/movies of the E.Lemming (the fun part)<br>
-
== The network topology==
+
== Support for wet laboratory ==
-
 
+
-
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>
+
-
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>
+
-
Our models were constructed based on the following network topology: <br><br>
+
-
<no worries, picture to be inserted><br><br><br>
+
-
 
+
-
CheW and CheA are localized right next to the membrane, inside the cell. They form a complex together with the receptor clusters on the membrane (which sense the changes in input concentration in the extracellular environment). This complex can be successively methylated (on different methylation states), a constant process done by CheR. In the literature, there are usually 5 methylation sites considered (m = 0,1,2,3,4; m=0 stands for no methylation and m=4 stands for the highest methylation level). <br>
+
-
The key process that influences the outcome of the network (tumbling/running) is the autophosphorylation of the protein CheA, which is favoured either by the increase in the methylation state of the membrane complex, done by CheR, or by decreasing attractant concentration.<br>
+
-
With decreased attractant (increased repellent) concentration, CheA is autophosphorylated. The phosphoryl groups are being used to produce either CheYp or CheBp. CheYp diffuses through the cytoplasm to the motors, generating clockwise spins, therefore tumbling. CheBp is responsible for de-methylation of the receptors, which reduces the chances of CheA being autophosphorylated, therefore the system is returning to its previous state.<br>
+
-
With increased attractant (decreased repellent) concentration, the rate of CheA autophosphorylation is reduced, meaning that there are less phosphate groups available for CheYp and CheBp. Therefore the level of CheYp decreases and the level of CheY increases, which leads to straight runs. Then, the level of CheBp decreases, increasing the chances of CheA being autophosphorylated (since the receptors are methylated by CheR), therefore returning the system again to its previous state.<br><br>
+
-
 
+
-
A perfect model of the chemotaxis pathway should reconstruct a system that exhibits the following characteristics:<br>
+
-
• '''adaptation''': the ability to respond to changes in the external environment and return the intracellular protein phosphorylation levels to their pre-stimulus levels.<br>
+
-
• '''sensitivity''': even small changes in the concentration of the attractant/repellent trigger chemotactic responses from bacteria.<br>
+
-
• '''gain''': the ability to amplify the received signal from the extracellular environment, so as to modulate the intracellular signaling cascade.<br>
+
-
• '''robustness''': perturbations of the network’s parameters should not influence the behavior of the system.<br><br>
+
-
Even though the chemotaxis system has been long and in depth studied and it is well documented in the literature (from a modeling point of view), it is to be noted that none of the existing models, accounting for experimental findings, can satisfy all of the above requirments. So, we decided to implement several models to answer our questions.
+
-
 
+
-
== Model coupling ==
+
-
 
+
-
[[Image:Modeling_overview.png|center|600px|Coupled models for the simulation of the whole process and their interfaces.]]
+
-
Besides the ''in vivo'' setup allowing the steering of a single ''Escherichia coli'' cell, the whole setup will be modeled. This allows us the testing of the cell detection & tracking as well as the design of the control algorithm in order to start verifying the different biological constructs and to record the successful control of bacterial movement.
+
== Test bench for information processing ==

Revision as of 11:25, 22 September 2010

Molecular Modeling Overview

In order to support wet laboratory experiments and to create a test bench for the information processing part, a molecular model of E. lemming was created. This goal was achieved by implementing and combining deterministic molecular models of the individual parts.

Implementation of molecular models

Combined models Coupled individual models for the simulation of the whole process and their interfaces.

E. lemming, aims to modify the chemotaxis property of E.coli such that, instead of response to a chemical attractant or repellent, the bacterium responds to a light stimulus. Furthermore, this light sensitivity is used to control E.coli’s movement by deciding, at any given time, which type of motion the bacterium will adopt (tumbling or straight run). This leads to a controllable E.coli, which can move to a defined direction, as a result of the combination of tumbling and straight run. The bacteria in the experiment are 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.

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)
• model of the movement of E.coli (built on the information of the pathway derived from the molecular models)
• control algorithms ( built on the user’s desire to play around with E.coli)
• image tracking & image processing algorithms
• java applications/movies of the E.Lemming (the fun part)

Support for wet laboratory

Test bench for information processing