IGEM:Imperial/2010/Overview: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(Protein Display Model Overview)
Line 138: Line 138:
==Matlab Simulation==
==Matlab Simulation==


[[Image:Protein_display.jpg|500px|thumb|center|alt=A|Graphs showing the simulation using [TEV]0 = 4*10^-4 mol/dm^3. The graph on the right hand-side below shows that the AIP threshold (red line) is reached after 22 s.]]
[[Image:Protein_display.jpg|500px|thumb|center|alt=A|Graphs showing the simulation using [TEV]0 = 4*10^-4 mol/dm^3. The graph on the bottom right hand-side shows that the AIP threshold (red line) is reached after 22 s.]]


*[http://www.openwetware.org/wiki/Image:Wiki_Model_Protein_Display.txt Here is the Matlab code for the Matlab simulation.]
*[http://www.openwetware.org/wiki/Image:Wiki_Model_Protein_Display.txt Here is the Matlab code for the Matlab simulation.]

Revision as of 05:17, 26 August 2010

Output Amplification Model

Why do we want to model the output amplification?

  • To determine whether simple production is better than 1- or 2-step amplification.

Model pre-A: Simple production of Dioxygenase

A
Simple production of Dioxygenase

This model involves the simple transcription and translation of Dioxygenase. Combining the trancription and translation step, we have one differential equation:

  • [p'] = s - d*[p]
  • [p]...concentration of dioxygenase
  • s...production rate of dioxygenase
  • d...degradation rate of dioxygenase

Using the built-in Matlab function ode45, which is a solver for differential equations, we obtain the following graph:

A
Simulation of Model pre-A

The concentration of Dioxygenase produced tends towards a value of 8*10^-6 mol/dm^3. This could indicate the maximum concentration of Dioxygenase that will be produced in a cell.

Model A: 1-step amplification

A
1-step amplification

The 1-step amplification model involves the following enzymatic reaction:

  • TEV + sD <--> TEV-sD --> TEV + D
  • TEV...Tobacco Etch Virus
  • sD...split Dioxygenase
  • TEV-sD...intermediate complex
  • D...Dioxygenase

Note that this enzymatic reaction cannot be simplified using Michaelis-Menten kinetics because of the assumptions of Michaelis-Menten. Michaelis-Menten assumptions that our system does not meet:

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

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

  • Substrate >> Enzyme

Since we are producing both substrate and enzyme, we have roughly the same amount of substrate and enzyme.

Therefore, we have to solve from first principle by using the law of mass action. Assumptions of mass action:

  • Chemical reaction rate is directly proportional to the concentration of the reacting substances

The reaction can then be rewritten in these four sub-equations:

  1. [T'] = -k1[T][sD] + (k2+k3)[TsD] + sT - dT[T]
  2. [sD']= -k1[T][sD] + k2[TsD] + ssD - dsD[sD]
  3. [TsD'] = k1[T][sD] - (k2+k3)[TsD] - dTsD[TsD]
  4. [D'] = k3[TsD] - dD[D]

Implementing these differenital equations in the ode45-solver does not give reasonable results (e.g. concentrations fall below zero). We found out that this is due to our set of differential equations being stiff, hence, we use a different Matlab solver (ode15s). The results from the Matlab simulation are highly dependent on the initial concentration of split Dioxygenase, as well as other constants that we have approximated.

Here is the Matlab result for an initial split dioxygenase concentration of 10^-5 mol/dm^3:

A
Commparison between Model pre-A and A

It can be seen that the 1-step amplification is more efficient if we wait for longer than 1000s. However, the most important information for this graph is the threshold concentration, for which Dioxygenase becomes visible. If this threshold concentration corresponds to a time greater than 1000s, then the 1-step amplification will be more efficient.

Varying constants

We want to determine how our system reacts if different parameters are changed. This is to find out which parameters our system is very sensitive to.

Parameter Sensitivity
Initial concentration of split Dioxygenase Change of one order of magnitude in the initial concentration, c0, gives change of oen order of magnitude in the output concentration (range: 1>c0>10^-5). Loses sensitivity for extremely high or low values.
Km Change of one order of magnitude results in change of output concentration by one order of magnitude (0.01<Km<100). At values smaller than 0.01, the sensitivity is lost. For higher values than 100 the sensitivity is at least the same as the change of order of magnitude.
kcat kcat proportional to dioxygenase production (1-to-1 sensitivity for all values) for an initial concentratio of 0.01 mol/dm^3. For very high initial concentrations, the system is very sensitive to changes in kcat.
Production rate of TEV 1-1 sensitivity for most values. At some point the system’s response is limited by the initial concentration of sD, so for very high TEV production rates not much change is observed.
Production rate of split Dioxygenase Not much influence on 1-step amplification. However, the value seems to be crucial for simple production of Dioxygebase (1-1 order of magnitude sensitivity).
Degradation rates Sensitive within the relevant range. Not very sensitive for values smaller than 10^-6;. For high degradation rates (1>degradation rate>0.01): unexplainable behaviours.

Hence, the system is sensitive to most of the constants (given a particular range of values). The most crucial one, however, seems to be the initial concentration of split Dioxygenase.

Model B: 2-step amplification

A
2-step amplification

The only difference between this model and the 1-step amplification is the added step of amplification. Similar to 1-step amplification, this system can be modelled using mass action.

Implementing the 2-step amplification model in Matlab (using ode15s) gives the following graph, comparing all three different models:

A
Comparison between Model pre-A, A and B

It can be seen that 2-step amplification is only marginally more efficient than 1-step amplification. Therefore, it would be more sensible to implement the 1-step amplification.

Receptor and Surface Protein Model

Why do we want to model the protein display?

The aim of this model is to determine the concentration of Schistosoma elastase or TEV protease that should be added to bacteria to trigger the response. It is also attempted to model how long it takes for the protease or elastase to cleave enough peptides.

Our model

Similarly to the 1-step amplification model, cleavage of proteins is an enzymatic reaction, which can be written as:

Substrate + Enzyme <--> Substrate-Enzyme complex --> Product + Enzyme

In our case:

  • Substrate = Protein
  • Enzyme = TEV Protease (or Schistosoma Elastase)
  • Product = Peptide

Modelling of this reaction is very similar to the 1-step amplification. However, all constants and initial concentrations need to be changed.

Threshold concentration of peptide The peptide concentration required to activate ComD is 10 ng/ml [1]. This is the threshold value for ComD. Our model will tell us how long it takes until this threshold is reached.

Protein production in Bacillus Subtilis This paper mentions that each cell of B.sub expresses 2.4*10^5 peptides, which equals 0.398671*10^-18 mol. Given the volume of a B.sub cell (V = 2.79*10^-15 dm^3), we can determine the concentration of peptide in a B.sub cell: c = 1.4289*10^-4 mol/L.

Diffusion Since the peptide is displayed on the cell wall, the diffusion of peptide into the extracellular space had to be considered. However, it is impossible to consider diffusion for a very long distance (since this will take a long time). We decided to focus on diffusion within a defined space around each bacterial cell, which we will call control volume (CV). To find this Control Volume, we used data from iGEM Imperial 2008.

A
CFU/ml vs. Optical Density at 600nm (OD600). Figure taken from Imperial iGEM 2008 Wiki page.

From this data, we deduced that the control volume for one bacterial cell is 2*10^(-12) dm^3/cell. For simplicity, we will assume that CV is a cube. Therefore, each side length of the CV is 1.26*10^(-5) m.

Choice of control volume allows simplifications

  • Assuming that the bacterial cell is placed at the centre of each CV, we calculated that the maximum time allowed for diffusion is 0.74s.

After this time we can assume that the concentration around the bacterial cell will be uniform.

  • Since the CV is very small, we can neglect diffusive fluxes in and out of the CV (see figure below).
A
Two adjacent cells with their control volumes. Shows diffusive fluxes in and out of each cell for one dimension.

Matlab Simulation

A
Graphs showing the simulation using [TEV]0 = 4*10^-4 mol/dm^3. The graph on the bottom right hand-side shows that the AIP threshold (red line) is reached after 22 s.

Sensitivty of the Protein Display Model

  • Changing initial concentration of TEV

Whether the threshold concentration of AIP is reached is highly dependent on the initial concentration of TEV. The smallest initial concentration of TEV, [TEV]0, for which the threshold is reached is 6.0*10^-6 mol/dm^3. On the graoh below, it can be seen that the optimal [TEV]0 is a concentration higher than 10^-4 mol/dm^3, which corresponds to a threshold being reached within 1.5 minutes.

A
Graph showing when threshold AIP concentration is reached (for different initial TEV concentrations). Notice log-log scale.
  • Changing the production rate

1 order of magnitude change in production rate results in at least 50s (50 seconds is the smallest step for 1 order change - for others is way beigger) delay of the AIP concentration riching the threshold concentration.

  • Changing production rate

It influences a lot the time duration of the AIP concentration being above the threshold level. The higher it is the shorter the receptor is activated (at extreme values, AIP concentration never get to the threshold). However, it has not much influence on how fast the threshold is being reached.

Constants used for Modelling

Type of constant Derivation of value
TEV Enzyme dynamics Enzymatic Reaction:

E + S <-> ES -> E + P

Let

  • k1 = rate constant for E + S -> ES
  • k2 = rate constant for E + S <- ES
  • kcat = rate constant for ES -> E + P

We know that Km = (kcat + k2)/k1 Assuming that kcat << k2 << k1, we can rewrite Km ~ k2/k1

From this paper constants for TEV can be found:

  • e.g. wildtype TEV
  • Km = 0.061 +/- 0.010 mM
  • kcat = 0.16 +/- 0.01 s^-1

These values correspond with our assumption that kcat ~ 0.1 s^-1 and Km ~ 0.01 mM.

Hence, we can estimate the following orders of magnitude for the rate constants:

  • k1 ~ 10^8 M^-1 s^-1
  • k2 ~ 10^3 s^-1

Using these values should be a good approximation for our model.

Degradation rate

(common for all)

Assumption: To be approximated by cell division (dilution of media) as none of the proteins are involved in any active degradation pathways

Growth rate (divisions/h): 0.53<G.r.<2.18

Hence on average, g.r.=1.5 divisions per hour => 1 division every 1/1.5=0.6667 of an hour (40mins)

To deduce degradation rate use the following formula:

τ_(1⁄2)=ln2/k

Where τ_(1⁄2)=0.667 hour, k – is the degradation rate

k=ln2/τ_(1⁄2) = 0.000289 s^(-1)

Production rate

(TEV and dioxygenase)

We had real trouble finding the production rate values in the literature and we hope to be able to perform experiments to obtain those values for (TEV protease and catechol 2,3-dioxygenase). The experiments will not be possible to be carried out soon, so for the time being we suggest very simplistic approach for estimating production rates.

We have found production rates for two arbitrary proteins in E.Coli. We want to get estimates of production rates by comparing the lengths of the proteins (number of amino-acids).

As this approach is very vague, it is important to realise its limitations and inconsistencies:

  • Found values are taken from E.Coli not B.sub.
  • The two found rates are of the same value for quite different amino-acid number which indicates that protein folding is limiting the production rates (we use the chosen approach as the only way of getting the estimate of order of reaction)


LacY production = 100 molecules/min (417 Amino Acids)

LacZ production = 100 molecules/min (1024 AA)

Average production ≈ 100molecules/min 720 AA

That gives us:

  • TEV production ≈ 24 molecules/min = 0.40 molecules/s (3054 AA)

As production rate needs to be expressed in concentration units per unit volume, the above number is converted to mols/s and divided by the cell volume → 2.3808*10^(-10) mol*dm^(-3)*s^(-1)

  • C23D production ≈ 252 molecules/min = 4.2 molecules/s (285 AA) → 2.4998*10^(-9) mol*dm^(-3)*s^(-1)

We will treat these numbers as guiding us in terms of range of orders of magnitudes. We will try to run our models for variety of values and determine system’s limitations.

Kinetic parameters

of dioxygenase

Initial velocity of the enzymatic reaction was investigated at pH 7.5 and 30 °C.

  • Wild type (we use that one)

Km = 10μM

kcat = 52 s^(−1)

  • Mutated type

Km = 40μM

kcat = 192 s^(−1)

Consequently, the kcat/Km 4.8 of the mutant was slightly lower than kcat/Km 5.2 of the wild type, indicating that the mutation has little effect on catalytic efficiency.

reference

Dimensions of

Bacillus subtillis cell

Dimensions of Basillus subtilis (cylinder/rod shape) in reach media (ref. bionumbers):

  1. diameter: d= 0.87um
  2. length: l=4.7 um in rich media

This gives: Volume= π∙(d/2)^2∙l=2.793999 μm^3≈ 2.79∙10^(-15) dm^3

Split TEV

production rates

*Assume the both parts of split TEV are half of size of the whole TEV (3054/2=1527 AA)
  • The length of the coil is 90 AA

The whole construct is then: 1617 AA

→ split TEV production rate ≈ 1.2606*10^(-10) mol*dm^(-3)*s^(-1)