Team:Imperial College London/Modelling/Protein Display/Detailed Description
From 2010.igem.org
m |
(Added the equations) |
||
Line 26: | Line 26: | ||
Apart from the proteins being expressed from genes, there was only one more chemical reaction identified in this part of the system. This is the cleavage of proteins, which is an enzymatic reaction: | Apart from the proteins being expressed from genes, there was only one more chemical reaction identified in this part of the system. This is the cleavage of proteins, which is an enzymatic reaction: | ||
<ul> | <ul> | ||
- | < | + | <CENTER><img src="https://static.igem.org/mediawiki/2010/a/a1/Enz_react9.png"alt="E+S <var>↔</var> ES <var>→</var>"/> </CENTER> |
+ | |||
<li>Substrate (S) = Protein</li> | <li>Substrate (S) = Protein</li> | ||
<li>Enzyme (E) = TEV (Protease)</li> | <li>Enzyme (E) = TEV (Protease)</li> | ||
<li>Product (P) = Peptide</li> | <li>Product (P) = Peptide</li> | ||
</ul><br /> | </ul><br /> | ||
- | This enzymatic reaction can be rewritten as | + | This enzymatic reaction can be rewritten as ordinary differential equations (ODEs), which is of similar form as the 1-step amplification model. However, most of the constants and initial concentrations are different. |
+ | |||
+ | <CENTER><img src="https://static.igem.org/mediawiki/2010/9/9c/Enz_react10.png"/></CENTER> | ||
<h2>3. Threshold concentration of AIP</h2> | <h2>3. Threshold concentration of AIP</h2> | ||
Line 37: | Line 40: | ||
<br /> | <br /> | ||
The threshold for the minimal activation of the receptor is c<sub>th</sub>=4.4658×10<sup>-9</sup> mol/L. Click on the button below to uncover the calculations. | The threshold for the minimal activation of the receptor is c<sub>th</sub>=4.4658×10<sup>-9</sup> mol/L. Click on the button below to uncover the calculations. | ||
- | + | ||
<div id="wrapper"> | <div id="wrapper"> | ||
<div class="accordionButton">Converting 10 ng/ml to 4.4658×10<sup>-9</sup> mol/L</div> | <div class="accordionButton">Converting 10 ng/ml to 4.4658×10<sup>-9</sup> mol/L</div> | ||
Line 119: | Line 122: | ||
<b>Choice of Control Volume allows simplifications</b><br/> | <b>Choice of Control Volume allows simplifications</b><br/> | ||
+ | <CENTER><img src="https://static.igem.org/mediawiki/2010/7/7c/Enz_react11.png"/> </CENTER> | ||
<ul> | <ul> | ||
<li>Firstly, assume that the cells will be placed in the centre of the CV. Hence, after cleavage the protein will have an average distance of y/2 to travel in order to cross the boundary of the CV. This is calculated to happen within 0.18s. Even if the bacterium was not placed in the centre of the CV, the protein will travel from one end of the cube to the other in less than one second (~0.74s). Hence, it will take between 0.18 and 0.74s for the concentration of AIPs around the cell to be uniform. Noticing that these time values are very small, we can approximate our model to have a uniform concentration across the volume. Since we are underestimating the value of AIP concentration right next to the cell's surface, we are overestimating the time required for the AIP concentration to reach the threshold level.</li> | <li>Firstly, assume that the cells will be placed in the centre of the CV. Hence, after cleavage the protein will have an average distance of y/2 to travel in order to cross the boundary of the CV. This is calculated to happen within 0.18s. Even if the bacterium was not placed in the centre of the CV, the protein will travel from one end of the cube to the other in less than one second (~0.74s). Hence, it will take between 0.18 and 0.74s for the concentration of AIPs around the cell to be uniform. Noticing that these time values are very small, we can approximate our model to have a uniform concentration across the volume. Since we are underestimating the value of AIP concentration right next to the cell's surface, we are overestimating the time required for the AIP concentration to reach the threshold level.</li> |
Revision as of 23:17, 24 October 2010
Modelling | Overview | Detection Model | Signaling Model | Fast Response Model | Interactions |
A major part of the project consisted of modelling each module. This enabled us to decide which ideas we should implement. Look at the Fast Response page for a great example of how modelling has made a major impact on our design! |
Objectives | Description | Results | Constants | MATLAB Code |
Detailed Description | ||||
This model consists of 5 parts that had to be developed:
1. Elements of the system
2. Interactions between elementsApart from the proteins being expressed from genes, there was only one more chemical reaction identified in this part of the system. This is the cleavage of proteins, which is an enzymatic reaction:
This enzymatic reaction can be rewritten as ordinary differential equations (ODEs), which is of similar form as the 1-step amplification model. However, most of the constants and initial concentrations are different. 3. Threshold concentration of AIPThe optimal peptide concentration required to activate ComD is 10 ng/ml [1]. This is the threshold value for ComD activation. However, the minimum concentration of peptide to give a detectable activation is 0.5ng/ml.The threshold for the minimal activation of the receptor is cth=4.4658×10-9 mol/L. Click on the button below to uncover the calculations. Converting 10 ng/ml to 4.4658×10-9 mol/L
4. Control volume selectionNote that this enzymatic reaction is modelled outside the cell. Hence, it is important to take into account the cell boundaries. It is worth considering whether diffusion or fluid movements will play a significant role. Initially, we defined a control volume assuming that bacteria would grow in close colonies on the plate. This control volume is considered to be wrong, but the details were kept for reference.Initial Choice of Control Volume
Control volume initial choice
This control volume is considered to be wrong by us, but the details were kept for the reference. The control volume: The inner boundary is determined by the bacterial cell (proteins after being displayed and cleaved cannot diffuse back into bacterium). The outer boundary is more time scale dependent. We have assumed that after mass cleavage of the display-proteins by TEV, many of these AIPs will bind to the receptors quite quickly (eg. 8 seconds). Our volume is determined by the distance that AIPs could travel outwards by diffusion within that short time. In this way, we are sure that the concentration of AIPs outside our control volume after a given time is approximately 0. This approach is not very accurate and can lead us to false negative conclusions (as in reality there will be a concentration gradient, with highest conentration on the cell wall).
We realized that our initial choice of control volume was not accurate because we had assumed that the bacteria was the medium. However, in reality bacteria live in colonies very close to each other. Since our bacteria was meant to be used in suspension we had to reconsider this issue. Using CFU to estimate the spacing between cells CFU stands for Colony-forming unit. It is a measure of bacterial numbers. For liquids, CFU is measured per ml. We already have data of CFU/ml from the Imperial iGEM 2008 team, so we could use this data to estimate the number of cells in a given volume using a spectrometer at 600nm wavelength. The graph below is taken from the Imperial iGEM 2008 Wiki page [4].
Side length of CV = y = 1.26×10-4 dm = 1.26×10-5 m. Choice of Control Volume allows simplifications
5. Protein production
Hence, we can deduce that the final concentration that the protein expression will tend to is: c = 1.4289×10-4 mol/dm3 = cfinal. Therefore, we can model the protein production by transcription and translation and adjust the production constants so that the concentration will tend towards cfinal. Using a similar model to the simple production of Dioxygenase for the Output Amplification Model (Model preA), we obtain the following graph:
The degradation rate was kept constant, and the production rate was changed according to the final concentration. Protein production in Control VolumeThe previously determined constants of protein production in B.sub to obtain the concentration of proteins are not valid in the Control Volume. It has to be adjusted (multiplied) by the following factor: factor=Vbacillus/VCV = 1.4×10-3 (for the particular numbers presented above)
References
|