Team:Imperial College London/Modelling/Output/Detailed Description

From 2010.igem.org

(Difference between revisions)
m (michaelis menten pictures)
(Editing 1st para)
Line 14: Line 14:
<html><h3>1. Model based on Law of Mass Action</h3></html>
<html><h3>1. Model based on Law of Mass Action</h3></html>
-
During a meeting with our advisors, it was noted that our initial models (which had assumed that our system obeyed Michaelis-Menten kinetics) were wrong as the assumptions made by Michaelis-Menten approximation were not obeyed by our system. Click on the button below to learn more about our models based on Michaelis-Menten kinetics.
+
During 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. Click on the button below to learn more about our models based on Michaelis-Menten kinetics.
<div class="accordionButton">Abandoned Initial Attempts</div>
<div class="accordionButton">Abandoned Initial Attempts</div>
<div class="accordionContent">
<div class="accordionContent">

Revision as of 22:21, 21 October 2010

Temporary sub-menu:

Objectives; Detailed Description; Parameters & Constants; Results & Conclusion;Download MatLab Files;

Output Amplification Model

Detailed Description

1. Model based on Law of Mass Action

During 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. Click on the button below to learn more about our models based on Michaelis-Menten kinetics.

Abandoned Initial Attempts

Model based on Michaelis Menten Kinetics

IC Michaelis Menten1.png

Improved Model which accounts for enzyme reactions

IC Michaelis Menten2.png



Implementation in Matlab
The Matlab code for the different stages of amplification and diagrams can be found here.

Kinetic constants

GFP split GFP TEV split TEV
Km and kcat - Km = 0.061; kcat = 0.16; [1] 40% of value for TEV -
Half-life or degradation rate Half-life in B.sub approximately 1.5 hours - - Half-life shorter than GFP
Production rate in B.sub - - - -

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.

References

  1. Kapust R. et al (2001) Tobacco etch virus protease: mechanism of autolysis and rational design of stable mutants with wild-type catalytic proficiency. Protein Engineering. [Online] 14(12), 993-1000. Available from: http://peds.oxfordjournals.org/cgi/reprint/14/12/993 [Accessed 28th July 2010]



In order to be able to use Michaelis Menten kinetics, there a lot of assumptions that have to be made. A few of these assumptions were not met by our system:

  • Vmax is proportional to the overall concentration of the enzyme.

Since we are continuously producing enzyme, Vmax will change. Therefore the conservation E0 = E + ES does not hold for our system.

  • Substrate >> Enzyme

We are producing both substrate and enzyme, so we have approximately the same amount of substrate and enzyme.

  • Enzyme affinity to the substrate has to be high.

Therefore, the model above is not representative of the enzymatic reaction. As we cannot use the Michaelis-Menten model we will have to solve from first principle (which involves writing down all of the biochemical equations and solving for these in Matlab).

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.


2. Model preA: Simple production of dioxygenase

IC Simple production.JPG
Transcription and translation
(simple production) of dioxygenase.

This model includes transcription and translation of the dioxygenase. It does not involve any amplification steps. It is our control model against which we will be comparing the results of other models.

3. Model A: Activation of Dioxygenase by TEV enzyme

IC 1-step amplification.JPG
1-step amplification.


This model consists of the basic enzymatic reaction:

Equations showing enzymatic reaction between TEV and split Dioxygenase

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:

PDEs describing the reaction presented above

These four equations were implemented in Matlab, using a built-in function (ode45) which solves ordinary differential equations.

Implementation in TinkerCell

Another approach to model the amplification module would be to implement it in a program such as TinkerCell (or CellDesigner). This would be useful to check whether the Matlab model works.

IC Tinkercell Model A.PNG
Model A implemented in TinkerCell.

4. Model B: Activation of Dioxygenase by TEV or activated split TEV enzyme

IC 2-step amplification.JPG
2-step amplification.

This version includes the following features:

  • 2 amplification steps (TEV and split TEV)
  • 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
  • Both TEV and TEVs are allowed to activate dioxygenase
  • 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)
  • This model does not include any specific terms for time delays


5. Model C: Further improvements

This model has not been implemented because of the conclusions that we reached from Models A and B. It would include the following features:

  • activated split TEV (TEVs) is allowed to activate not only sD but sTEVa and sTEVb