Team:Imperial College London/Modelling/Output/Detailed Description
From 2010.igem.org
(ADDING DIFFERENTIAL EQNS.) |
(Systematzing parts of the article - equations need updtaing) |
||
Line 208: | Line 208: | ||
</html> | </html> | ||
Where: D is Dioxygenase, C is Catechol, C-D is catechol-dioxygenase transition complex, M<sub>a</sub> is Muconic acid - the yellow ouptput. | Where: D is Dioxygenase, C is Catechol, C-D is catechol-dioxygenase transition complex, M<sub>a</sub> is Muconic acid - the yellow ouptput. | ||
+ | |||
+ | It is important to mention dioxygenase molecules tretramerize before becoming active enzymes. It has been very simplified in the model. Tetramerization is accounted for by simply dividing dioxygenase concentration by 4 before it acts on catechol. | ||
<b>Differential equations</b> | <b>Differential equations</b> | ||
The above reaction can be written in terms of differential equations: | The above reaction can be written in terms of differential equations: | ||
+ | |||
+ | <b>Implementation in Matlab</b> | ||
+ | |||
+ | <b>Implementation in Matlab</b> | ||
+ | |||
+ | These equations were implemented in Matlab, using a built-in function (ode45) which solves ordinary differential equations. For the code please refer to the <html><a href="https://2010.igem.org/Team:Imperial_College_London/Modelling/Output/Download_MatLab_Files"><b>Download MatLab Files</b></a></html> section. | ||
<html><h2>3. Model A: Activation of Dioxygenase by TEV enzyme</h2></html> | <html><h2>3. Model A: Activation of Dioxygenase by TEV enzyme</h2></html> | ||
+ | |||
+ | This model was developed to illustrate 1-step amplification output. | ||
+ | |||
+ | <b>Elements of the system</b> | ||
+ | # TEV protease (shown <i>pink</i>) is simply produced upon detection of schistosoma. | ||
+ | # Dioxygenase (C230 chown <i>blue</i>) is pre-produced in inactive form by being attached to GFP. TEV releases dioxygenase and allows it to tetramerize and activate. | ||
+ | #Catechol (cat. shown <i>white with orange edge</i>) | ||
<div ALIGN=CENTER> | <div ALIGN=CENTER> | ||
{| style="background:#e1e1e1;text-align:center;font-family: helvetica, arial, sans-serif;color:#555555;margin- top:5px;padding: 2px;" cellspacing="5"; | {| style="background:#e1e1e1;text-align:center;font-family: helvetica, arial, sans-serif;color:#555555;margin- top:5px;padding: 2px;" cellspacing="5"; | ||
|- | |- | ||
- | |[[Image: | + | |[[Image:2-step_amplification.png|700px]] |
|- | |- | ||
- | | | + | |The species that are shown in front of vertical line which indicates beginning of experiment mean that they have been<br/> accumulated beforehand in the cell. TEV protease activates inactive dioxygenase which acts on catechol to produce colour. |
- | + | |} | |
</div> | </div> | ||
+ | <b>Interactions between elements</b> | ||
+ | |||
+ | This model includes 2 enzymatic reactions: | ||
+ | #Reaction between dioxygenase and catechol, which is exactly the same as in model preA | ||
+ | #Reaction between TEV and inactive dioxygenase | ||
- | |||
<br/><html> | <br/><html> | ||
<CENTER><img src="https://static.igem.org/mediawiki/2010/7/7a/Equations1.png"alt="Equations showing enzymatic reaction between TEV and split Dioxygenase" /></CENTER> | <CENTER><img src="https://static.igem.org/mediawiki/2010/7/7a/Equations1.png"alt="Equations showing enzymatic reaction between TEV and split Dioxygenase" /></CENTER> | ||
</html> | </html> | ||
+ | |||
+ | <b>Differential equations</b> | ||
This is a simple enzymatic reaction, where TEV is the enzyme, Dioxygenase the product and split Dioxygenase the substrate. Choosing <html>k<sub>1</sub>, k<sub>2</sub>, k<sub>3</sub></html> as reaction constants, the reaction can be rewritten in these four sub-equations: | This is a simple enzymatic reaction, where TEV is the enzyme, Dioxygenase the product and split Dioxygenase the substrate. Choosing <html>k<sub>1</sub>, k<sub>2</sub>, k<sub>3</sub></html> as reaction constants, the reaction can be rewritten in these four sub-equations: | ||
Line 235: | Line 256: | ||
</html> | </html> | ||
- | + | <b>Implementation in Matlab</b> | |
- | + | These equations were implemented in Matlab, using a built-in function (ode45) which solves ordinary differential equations. For the code please refer to the <html><a href="https://2010.igem.org/Team:Imperial_College_London/Modelling/Output/Download_MatLab_Files"><b>Download MatLab Files</b></a></html> section. | |
- | Another approach to model the amplification module would be to implement it in a program such as TinkerCell (or CellDesigner). This | + | <b>Implementation in TinkerCell</b> |
+ | |||
+ | Another approach to model the amplification module would be to implement it in a program such as TinkerCell (or CellDesigner). This was used to check whether implementation in Matlab generates similar results. If happened otherwise, we would need to look for reasons for those differences in the programs. As the results, generated by Matlab were the same, only Matlab code has been developed further as it allows more flexibility, control and insight. | ||
<div ALIGN=CENTER> | <div ALIGN=CENTER> | ||
{| style="background:#e1e1e1;text-align:center;font-family: helvetica, arial, sans-serif;color:#555555;margin- top:5px;padding: 2px;" cellspacing="5"; | {| style="background:#e1e1e1;text-align:center;font-family: helvetica, arial, sans-serif;color:#555555;margin- top:5px;padding: 2px;" cellspacing="5"; | ||
|- | |- | ||
- | |[[Image:IC_Tinkercell_Model_A.PNG| | + | |[[Image:IC_Tinkercell_Model_A.PNG|400px]] |
|- | |- | ||
|Model A implemented in TinkerCell. | |Model A implemented in TinkerCell. | ||
Line 251: | Line 274: | ||
<html><h2>4. Model B: Activation of Dioxygenase by TEV or activated split TEV enzyme</h2></html> | <html><h2>4. Model B: Activation of Dioxygenase by TEV or activated split TEV enzyme</h2></html> | ||
+ | |||
+ | <b>Elements of the system</b> | ||
+ | # split TEV protease (shown <i>purple</i>) is introduced as the 3rd amplification step. It exists in 2 versions (not shown on diagram): a and b as it does not separate into 2 identical halves. | ||
+ | # TEV protease (shown <i>pink</i>) is simply produced upon detection of schistosoma. | ||
+ | # Dioxygenase (C230 chown <i>blue</i>) is pre-produced in inactive form by being attached to GFP. TEV releases dioxygenase and allows it to tetramerize and activate. | ||
+ | #Catechol (cat. shown <i>white with orange edge</i>) | ||
<div ALIGN=CENTER> | <div ALIGN=CENTER> | ||
{| style="background:#e1e1e1;text-align:center;font-family: helvetica, arial, sans-serif;color:#555555;margin- top:5px;padding: 2px;" cellspacing="5"; | {| style="background:#e1e1e1;text-align:center;font-family: helvetica, arial, sans-serif;color:#555555;margin- top:5px;padding: 2px;" cellspacing="5"; | ||
|- | |- | ||
- | |[[Image: | + | |[[Image:3-step_amplification.png|700px]] |
|- | |- | ||
- | | | + | |This diagram introduces inactive split TEV protease attached to a coiled-coil as the third amplification step. |
+ | Both inactive compounds have active site for TEV to activate tehm which results in multiple possibilities of action. | ||
|} | |} | ||
</div> | </div> | ||
+ | |||
+ | <b>Interactions and assumptions</b> | ||
This version includes the following features: | This version includes the following features: | ||
- | |||
*Split TEV is specified to have a and b parts | *Split TEV is specified to have a and b parts | ||
*TEVa is forbidden to interact with TEVa (though in reality there could be some affinity between the two). Same for the interaction between Tevb and Tevb | *TEVa is forbidden to interact with TEVa (though in reality there could be some affinity between the two). Same for the interaction between Tevb and Tevb | ||
Line 268: | Line 299: | ||
*Dioxygenase is assumed to be active as a monomer | *Dioxygenase is assumed to be active as a monomer | ||
*Activate split TEV (TEVs) is not allowed to activate sTEVa or sTEVb (this kind of interaction is accounted for in the next model version) | *Activate split TEV (TEVs) is not allowed to activate sTEVa or sTEVb (this kind of interaction is accounted for in the next model version) | ||
- | *This model does not include any specific terms for time delays | + | *This model does not include any specific terms for time delays |
+ | |||
+ | <b>Implementation in Matlab</b> | ||
+ | For the code please refer to the <html><a href="https://2010.igem.org/Team:Imperial_College_London/Modelling/Output/Download_MatLab_Files"><b>Download MatLab Files</b></a></html> section. | ||
<html><h2>5. Model C: Further improvements</h2></html> | <html><h2>5. Model C: Further improvements</h2></html> |
Revision as of 20:54, 22 October 2010
Temporary sub-menu: Objectives; Detailed Description; Parameters & Constants; Results & Conclusion;Download MatLab Files; |
Output Amplification Model | ||||||||||||||||||||||||||||||
The following page presents the details of the models that have been developed. Firstly, assumptions that have been exploited are explained. Then every model is presented separately as each of them has slightly different elements of the system and the interactions between them. However, there are only 3 fundamental biochemical processes that will be analysed:
1. Law of Mass ActionDuring a meeting with our advisors, it was noted that our initial models (in which it was assumed that our system obeyed Michaelis-Menten kinetics) were wrong as the assumptions made by Michaelis-Menten approximation were not obeyed by the system. A few of Michaelis-Menten assumptions were not met by our system:
Since we are continuously producing enzyme, Vmax will change. Therefore the conservation E0 = E + ES does not hold for our system.
We are producing both substrate and enzyme, so we have approximately the same amount of substrate and enzyme.
Abandoned Initial Attempts
Elements of the system
Simple models
Implementation of Michaelis-Menten kinetics
Conclusion We were not able to obtain all the necessary constants. Hence, we decided to make educated guesses about possible relative values between the constants as well as varying them and observing the change in output. As the result, we concluded that the amplification happens at each amplification level proposed. The magnitude of amplification varies depending on the constants. There is not much difference between using TEV or HIV1. Change of output During our literature research, we came across a better output, so we abandoned the idea of using GFP as an output. Instead, we are using catechol. An enzyme, dioxygenase, will be acting on the catechol, which will then result in a coloured output. Catechol will be added to the bacteria manually (i.e. the bacteria will not produce catechol). Hence, in our models dioxygenase will be treated as an output as this enzyme is the only activator of catechol in our system. This means that the change of catechol into its colourful form is dependent on the dioxygenase concentration. References
As we could not use the Michaelis-Menten simplification to model enzymatic reactions in our system, we will had to solve the problem from first principle. It meant referring to more general set of assumptions called Law of Mass Action. This allowed us to model our enzymatic reactions without making assumptions about amounts of particular species as long as the amounts are bigger than single molecule level. This resulted in bigger number of partial differential equations as there was one per each species instead of 1 per reaction. 2. Model preA: Simple production of dioxygenaseThis model was developed to illustrate 1-step amplification output. Elements of the system
Interactions between elements The enzymatic interactions can be described in the following way:
It is important to mention dioxygenase molecules tretramerize before becoming active enzymes. It has been very simplified in the model. Tetramerization is accounted for by simply dividing dioxygenase concentration by 4 before it acts on catechol. Differential equations The above reaction can be written in terms of differential equations: Implementation in Matlab Implementation in Matlab These equations were implemented in Matlab, using a built-in function (ode45) which solves ordinary differential equations. For the code please refer to the Download MatLab Files section. 3. Model A: Activation of Dioxygenase by TEV enzymeThis model was developed to illustrate 1-step amplification output. Elements of the system
Interactions between elements This model includes 2 enzymatic reactions:
Differential equations This is a simple enzymatic reaction, where TEV is the enzyme, Dioxygenase the product and split Dioxygenase the substrate. Choosing k1, k2, k3 as reaction constants, the reaction can be rewritten in these four sub-equations:
Implementation in Matlab These equations were implemented in Matlab, using a built-in function (ode45) which solves ordinary differential equations. For the code please refer to the Download MatLab Files section. Implementation in TinkerCell Another approach to model the amplification module would be to implement it in a program such as TinkerCell (or CellDesigner). This was used to check whether implementation in Matlab generates similar results. If happened otherwise, we would need to look for reasons for those differences in the programs. As the results, generated by Matlab were the same, only Matlab code has been developed further as it allows more flexibility, control and insight. 4. Model B: Activation of Dioxygenase by TEV or activated split TEV enzymeElements of the system
Interactions and assumptions This version includes the following features:
Implementation in Matlab For the code please refer to the Download MatLab Files section. 5. Model C: Further improvementsThis model has not been implemented because of the conclusions that we reached from Models A and B. It would include the following features:
|