IGEM:Imperial/2010/Michaelis Menten: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
Line 12: Line 12:


===Equations===
===Equations===
m' = k_ho - d_ho * m
#m' = k_ho - d_ho * m
p_h' = k_h * m - d_h * p_h
#p_h' = k_h * m - d_h * p_h
p_ts' = k_ts * p_h - d_ts * p_ts
#p_ts' = k_ts * p_h - d_ts * p_ts
p_g' = k_g * p_ts - d_g * p_g
#p_g' = k_g * p_ts - d_g * p_g


Parameters:  
Parameters:  

Revision as of 09:40, 1 September 2010

Model based on Michaelis Menten Kinetics (Weeks 4 and 5)

Motivation: We have come up with a simple concept of amplification of output done by enzymes. Before the final constructs are assembled within the bacterial ogranism, it is beneficial for us to model the behaviour of our design.

The questions that need to be answered:

  1. How beneficial is the use of amplification? (compare speeds of response of transcription based output to amplified outputs)
  2. How many amplification steps are beneficial to have? (if too many amplification steps are involved, the associated time delay with expressing even amplfiied output may prove not to be beneficial.)
  3. Does mixing of amplfication levels have a negative influence on the output? Is it better to use TEV all the way or HIV1? Modelling should allows us to make a decision on which design is more efficient.

First Model

A
At each stage of amplification a distinct protease is being used

Equations

  1. m' = k_ho - d_ho * m
  2. p_h' = k_h * m - d_h * p_h
  3. p_ts' = k_ts * p_h - d_ts * p_ts
  4. p_g' = k_g * p_ts - d_g * p_g

Parameters:

  • k_ho...transcription rate of HIV1
  • d_ho...degradation rate ogf mRNA coding for HIV1
  • k_h...translation rate of HIV1
  • d_h...degradation rate of HIV1
  • k_ts...production rate of TEV by HIV1
  • d_ts...degradation rate of TEV
  • k_g...production rate of GFP by TEB
  • d_g...degradation rate of GFP

A
TEV is used at both stages of amplification

Second Model

A
Model improved to account for the enzymes (protease action)

Equations

Implementation in Matlab

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

Kinetic constants

Quality GFP TEV split TEV split GFP
Km and Kcat Doesn't apply TEV constants (Km and kcat) 40% of whole TEV Doesn't apply
half-life or degradation rate Half-life of GFP in Bacillus = 1.5 hours - ref. Chris ? ? Half-life shorter than GFP
production rate in B.sub ? ? ? ?

Conclusions

We couldn't 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. It's magnitude varies depending on the constants. There doesn’t seem to be much difference in substitution of TEV with HIV1.