|
|
Line 208: |
Line 208: |
| <div class="ref"></div> | | <div class="ref"></div> |
| <article> | | <article> |
− | <p>This pathway consists of two signal inputs, three possible steady states: a strong signal at Pulse1 will cause a Gene of interest1 expression, a strong signal at Pulse2 will result in a Gene of interest 2 expression, and when both have strong inputs, both Not expressed.After we have designed this pathway, naturally, we want to figure out some properties, such as switching-response time, the stability of the entire system, etc. And these will be able to lead us to improve our circuit.</p> | + | <p>This pathway consists of two signal inputs, three possible steady states: a strong signal at Pulse1 will cause a Gene of interest 1 expression, a strong signal at Pulse 2 will result in a Gene of interest 2 expression, and when both have strong inputs, both do NOT express. After designed this pathway, we want to figure out some properties, such as switching-response time, the stability of the entire system, etc. And these will be able to lead us to improve our circuit.</p> |
| <img src="https://static.igem.org/mediawiki/2016/8/88/T--HUST-China--Description-Fig-Eukaryote.png" alt=""> | | <img src="https://static.igem.org/mediawiki/2016/8/88/T--HUST-China--Description-Fig-Eukaryote.png" alt=""> |
| <!-- h2一级标题 --> | | <!-- h2一级标题 --> |
Line 214: |
Line 214: |
| <!-- 文字 --> | | <!-- 文字 --> |
| <p> | | <p> |
− | In order to simulate the reaction of this prokaryotic pathway in engineering bacteria, we establish a delay differential equation system based on Michaelis-Menten equation and chemical reaction kinetics to simulate the operation of this pathway, and then translate it Into mathematical language and into the program.
| + | In order to simulate the reaction of this prokaryotic pathway in engineering bacteria, we establish a delay differential equation system based on Michaelis-Menten equation and chemical reaction kinetics to simulate the operation of this pathway, and then translate it into mathematical language and into program. |
| </p> | | </p> |
| <ul class="note"> | | <ul class="note"> |
Line 240: |
Line 240: |
| <li> | | <li> |
| <h3>Test of switch function </h3> | | <h3>Test of switch function </h3> |
− | <p>After designing a switch-enabled path, the primary task is to determine whether he can work properly, and secondly, to understand how the signal input conditions will lead to switching.</p> | + | <p>After designing a switch-enabled path, the primary task is to determine whether it can work properly, and secondly, to understand how the signal input conditions will lead to switching.</p> |
| <p>We adjust the pulse1 and pulse2 input signal strength ratio and statistics of product expression at this time to observe the work of the state of this pathway.</p> | | <p>We adjust the pulse1 and pulse2 input signal strength ratio and statistics of product expression at this time to observe the work of the state of this pathway.</p> |
| <img src="https://static.igem.org/mediawiki/2016/1/11/T--HUST-China--modeling-prokaryotic-switch.png" alt=""> | | <img src="https://static.igem.org/mediawiki/2016/1/11/T--HUST-China--modeling-prokaryotic-switch.png" alt=""> |
− | <p>We can see that our switching circuit faithfully fulfills his duty to express only one protein under a specific signal input. While the other is suppressed at a low level of expression. Besides, from the figure we can clearly figure out when the ratio between the two signals is about 10, we can realize the conversion quickly.</p> | + | <p>We can see that our switching circuit faithfully fulfills his duty to express only one protein under a specific signal input. While the other one is suppressed to be at a low level of expression. Besides, from the figure we can clearly figure out when the ratio between the two signals is about 10, we can realize the conversion quickly.</p> |
| </li> | | </li> |
| <li> | | <li> |
| <h3>Test of filtering performance</h3> | | <h3>Test of filtering performance</h3> |
− | <p>We do the following test to check out our filtering performance:</p> | + | <p>We did the following test to check out our filtering performance:</p> |
| <p>When we keep ratio between the G1 / G2 signal about 1:10, we input a sinusoidal signal with Gaussian white noise to G2:</p> | | <p>When we keep ratio between the G1 / G2 signal about 1:10, we input a sinusoidal signal with Gaussian white noise to G2:</p> |
| <img src="https://static.igem.org/mediawiki/2016/8/88/T--HUST-China--modeling-prokaryotic-filter_signal.png" alt=""> | | <img src="https://static.igem.org/mediawiki/2016/8/88/T--HUST-China--modeling-prokaryotic-filter_signal.png" alt=""> |
Line 254: |
Line 254: |
| <p>We can see that the output does not contain too much noise in the waveform, which is still a typical protein generation curve. And we have the output signal analysis. We find that the output noise signal ratio increased to 75 (without filtering the ratio is 1), the majority of the noise has been removed.</p> | | <p>We can see that the output does not contain too much noise in the waveform, which is still a typical protein generation curve. And we have the output signal analysis. We find that the output noise signal ratio increased to 75 (without filtering the ratio is 1), the majority of the noise has been removed.</p> |
| <p>By tracking the variables in the delay differential equation, we can explain the principle of our filter from another point of view: </p> | | <p>By tracking the variables in the delay differential equation, we can explain the principle of our filter from another point of view: </p> |
− | <p>We have the following reaction in our design:<img style="width:84px;display:inline-block;padding-left:0;margin:0" src="https://static.igem.org/mediawiki/2016/b/b7/T--HUST-China--modeling-prokarypte-CI.png" alt="">when there are still CI and CI2 in the cell. The balanced system made of these two components works as the capacitance in the circuit to adjust signal fluctuations. When CI is increased due to signal fluctuations, CI2 synthesis rate increases to consume more CI, vice versa. It also explains why such a system of G2 filtering effect performances better than a simply attenuation as the G1. Since this balanced system can play a role as a capacitor in the general circuit, we can thus imitate the basic circuit in electronic circuits (such as LC shocks, etc.) to design the biological circuit to realize different functions.</p> | + | <p>We have the following reaction in our design:<img style="width:84px;display:inline-block;padding-left:0;margin:0" src="https://static.igem.org/mediawiki/2016/b/b7/T--HUST-China--modeling-prokarypte-CI.png" alt="">When there are still Cl and Cl2 in the cell. The balanced system made of these two components works as the capacitance in the circuit to adjust signal fluctuations. When Cl is increased due to signal fluctuations, Cl2 synthesis rate increases to consume more Cl, vice versa. It also explains why such a system of G2 filtering effect performances better than a simply attenuation as the G1. Since this balanced system can play a role as a capacitor in the general circuit, we can thus imitate the basic circuit in electronic circuits (such as LC shocks, etc.) to design the biological circuit to realize different functions.</p> |
| | | |
| </li> | | </li> |
| <li> | | <li> |
| <h3>Parameter Sensitivity Analysis / Robustness Evaluation</h3> | | <h3>Parameter Sensitivity Analysis / Robustness Evaluation</h3> |
− | <p>Next, we will analyze the sensitivity of our pathway parameters and take a look at two important parameters in our pathway: the robustness of the response time and the expression level,</p> | + | <p>Next, we analyzed the sensitivity of our pathway parameters and take a look at two important parameters in our pathway, the robustness of the response time and the expression level:</p> |
− | <p>Firstly, we obtained the parameters that are more sensitive to our model by pre-analysis, and then we adjust them one by one and observe the change of the steady-state and the response time of the model</p> | + | <p>Firstly, we obtained the parameters that are more sensitive to our model by pre-analysis, and then we adjust them one by one and observe the change of the steady-state and the response time of the model.</p> |
− | <p>1.KmCI2(apparent association constant for CI2 binding with pR) </p> | + | <p>1. KmCI2(apparent association constant for CI2 binding with pR) </p> |
| <img src="https://static.igem.org/mediawiki/2016/b/b6/T--HUST-China--modeling-prokaryotic-Kmci2.png" alt=""> | | <img src="https://static.igem.org/mediawiki/2016/b/b6/T--HUST-China--modeling-prokaryotic-Kmci2.png" alt=""> |
| <br> | | <br> |
Line 267: |
Line 267: |
| <p>We can see that when the value of KmCI2 increases, the response time of G1 decreases but the expression level rises to a stable value, and G2 shows considerable stability, which gives us a revelation: when we improve the circuit, we can use the promoter of larger inhibition constant to reduce the response time while keeping the expression level unchanged.</p> | | <p>We can see that when the value of KmCI2 increases, the response time of G1 decreases but the expression level rises to a stable value, and G2 shows considerable stability, which gives us a revelation: when we improve the circuit, we can use the promoter of larger inhibition constant to reduce the response time while keeping the expression level unchanged.</p> |
| <br> | | <br> |
− | <p>2.Kmcro(apparent association constant for Cro binding with pRM) </p> | + | <p>2. Kmcro(apparent association constant for Cro binding with pRM) </p> |
| <img src="https://static.igem.org/mediawiki/2016/5/58/T--HUST-China--modeling-prokaryotic-Kmcro.png" alt=""> | | <img src="https://static.igem.org/mediawiki/2016/5/58/T--HUST-China--modeling-prokaryotic-Kmcro.png" alt=""> |
| <br> | | <br> |
| <img src="https://static.igem.org/mediawiki/2016/d/dd/T--HUST-China--modeling-prokaryotic-Kmcro_EX.png" alt=""> | | <img src="https://static.igem.org/mediawiki/2016/d/dd/T--HUST-China--modeling-prokaryotic-Kmcro_EX.png" alt=""> |
− | <p>Similar to Kmcro, the response times of G1 and G2 showed fairly good robustness, but the expression of G2 was sensitive to the value of Kmcro. With the increase of Kmcro, the expression of G2 also increased. But we can also use this to control expression levels.</p> | + | <p>Similarly, the response time of G1 and G2 showed fairly good robustness, but the expression of G2 was sensitive to the value of Kmcro . With the increase of Kmcro, the expression of G2 also increased. But we can also use its sensitivity |
| + | to control expression levels.</p> |
| <p>3.KmcII(apparent association constant for CII binding with pRE)</p> | | <p>3.KmcII(apparent association constant for CII binding with pRE)</p> |
| <img src="https://static.igem.org/mediawiki/2016/f/f8/T--HUST-China--modeling-prokaryotic-Kmcii.png" alt=""> | | <img src="https://static.igem.org/mediawiki/2016/f/f8/T--HUST-China--modeling-prokaryotic-Kmcii.png" alt=""> |
| <img src="https://static.igem.org/mediawiki/2016/f/f1/T--HUST-China--modeling-prokaryotic-Kmcii_EX.png" alt=""> | | <img src="https://static.igem.org/mediawiki/2016/f/f1/T--HUST-China--modeling-prokaryotic-Kmcii_EX.png" alt=""> |
− | <p>From the figure, we can see that the response time and expression level of G1 are relatively stable, while G2 is more sensitive to this parameter. However, considering that KmcII value is very small, G2 is almost non-expressed and the leakage of gene expression cannot be avoided, the fluctuation is due to G2 leakage expression. It can be considered like that G2 response time is stable. Another interesting point is that the sudden increase in G2 expression can be considered as a switch, which provides a way for us to design more multivariable switches later. By providing another competitive binding substance to "change" KmcII to implement control G2 by the switch.</p> | + | <p>From the figure above, we can see that the response time and expression level of G1 are relatively stable, while G2 is more sensitive to this parameter. However, considering that KmcII value is very small, G2 is almost non-expressed and the leakage of gene expression cannot be avoided, the fluctuation is due to G2 leakage expression. It can be considered like that G2 response time is stable. Another interesting point is that the sudden increase in G2 expression can be considered as a switch, which provides a way for us to design more multivariable switches later. We can turn G2 “off” by providing another competitive binding substance to "change" the value of Kmcll.</p> |
| </li> | | </li> |
| </ul> | | </ul> |