Line 141: | Line 141: | ||
<div class="p-size"> Based on the discrete forecasting model, we can see that the positive feedback system is very suitable for the detection of trace. If the background expression accumulation can be controlled at a low level, then the relationship between fluorescence and time will be more obvious at the same group of initial AHL concentration. The minimum detection limit of the system is that the AHL expressed in the background is completely degraded by the AiiA hydrolase. </div> | <div class="p-size"> Based on the discrete forecasting model, we can see that the positive feedback system is very suitable for the detection of trace. If the background expression accumulation can be controlled at a low level, then the relationship between fluorescence and time will be more obvious at the same group of initial AHL concentration. The minimum detection limit of the system is that the AHL expressed in the background is completely degraded by the AiiA hydrolase. </div> | ||
</ul> | </ul> | ||
− | <div style="clear:both;height:60px;"></div> | + | <div style="clear:both;height:60px;"></div> |
− | <br/><br/> | + | <section id="third"><h1> Model optimization </h1> |
+ | <div class="p-size"><li>The impact of background expression</li> | ||
+ | In the search for the relationship between the initial concentration of AHL and the time at which the threshold is reached, we found that when we changed the background expression only, we can see that when the background is expressed as a certain value, the concentration of added AHL can be linearly related to the time at which the threshold is reached. By analyzing the data, we determined the optimal background expression in a highe range, where the concentration of AHL can be linearly related to the reached threshold time, that is, when the background expression of the system is expressed within this range, it is considered that the concentration of added AHL (concentration range (0,1000)) is linearly related to the time , through the linear treatment, we can calculate the actual production of the initial concentration of AHL better. At the same time, it also lay the theoretical basis for elimination of background expression through AiiA hydrolase later and optimization system.<br/> | ||
+ | <div class="picture2"> | ||
+ | <figure> <img src="https://static.igem.org/mediawiki/2017/0/06/T-SICAU-modeloptimization_figure1a_.jpg" /><figcaption>the background for the 10 ^ -7 </figcaption></figure> | ||
+ | <figure> <img src="https://static.igem.org/mediawiki/2017/c/c6/T-SICAU-modeloptimization_figure1b.jpg" /><figcaption> the background for the 10 ^ -6 </figcaption></figure> | ||
+ | <figure> <img src="https://static.igem.org/mediawiki/2017/7/7a/T-SICAU-modeloptizimation_figure1c.jpg" /><figcaption>the background for the 10 ^ -5 </figcaption></figure> | ||
+ | <figure> <img src="https://static.igem.org/mediawiki/2017/5/50/T-SICAU-modeloptimization_figure1d.jpg" /><figcaption> the background for the 10 ^ -3 </figcaption></figure> | ||
+ | </div> | ||
+ | <div class="clear"></div> | ||
+ | <li>Effects of Bacterial Growth on Threshold Time</li> | ||
+ | We expect to build a system that can work after Stable Period. But in the experiment we found that when the bacteria grow to a stable period, the number of intracellular LuxR protein is not enough to make the system work. We introduce a growth curve based on the logistic equation to construct a model that takes into account the growth of bacteria in order to analysis the current stage of the experiment, although we will solve this problem in the fulture.<br/> | ||
+ | Compare to the previous AHL-t map, we can see that the time to reach threshold is increased significantly after we consider the growth and extend our time of detection then, which is what we do not expect. So it is more advantages that we initially chose to open the system in a smooth period.<br/> | ||
+ | <div class="picture2"> | ||
+ | <figure> <img src="https://static.igem.org/mediawiki/2017/4/46/T-SICAU-modeloptimization_figure2a.jpg" /><figcaption> Not Consider the growth situation </figcaption></figure> | ||
+ | <figure> <img src="https://static.igem.org/mediawiki/2017/5/50/T-SICAU-modeloptimization_figure2b.jpg" /><figcaption> Consider the growth situation </figcaption></figure> | ||
+ | </div> | ||
+ | <div class="clear"></div> | ||
+ | <li>The Influence of Introducing Sensor on System Detection</li> | ||
+ | <div class="picture2"> | ||
+ | <figure> <img src="https://static.igem.org/mediawiki/2017/b/bb/T-SICAU-modeloptimization_figure3a.jpg" /><figcaption>Sensor- </figcaption></figure> | ||
+ | <figure> <img src="https://static.igem.org/mediawiki/2017/d/df/T-SICAU-modeloptimization_figure3b.jpg" /><figcaption> Sensor+ </figcaption></figure> | ||
+ | </div> | ||
+ | <div class="clear"></div> | ||
+ | According to the following comparison chart, we can see that when the sensor is introduced, the linear range of the concentration of AHL and time reached threshold is greatly reduced, and cause 2 problems: (1) When the concentration of addde AHL is low, the time to reach the threshold will be greatly extended; (2) When the concentration is haigh, the time to reach the threshold will be no significant gap. This is why we get this result: no fluorescence or fluorescence is too strong after we add AHL. But it is certain that the introduction of the sensor can reduce the time to reach the threshold. Thus we add AiiA to offset this part and the background expression produced by the AHL later. <br/> | ||
+ | </section> | ||
+ | <div style="clear:both;height:60px;"></div> | ||
+ | <section id="fifth"><h1> procedure </h1> | ||
+ | <div class="p-size"> | ||
+ | clear<br/> | ||
+ | i=1;<br/> | ||
+ | yc1=0.0000001; % The rate of LuxI molecules produced by background expression<br/> | ||
+ | n=2; % Hill factor<br/> | ||
+ | v1=0.001; % The rate at which a AHL-LuxR molecule produces LuxI molecules per unit of time<br/> | ||
+ | Kd=100; % Dissociation constant<br/> | ||
+ | R=100; % The content of LuxR in a cell <br/> | ||
+ | v2=0.001; % LuxI catalyzes the generation of AHL<br/> | ||
+ | N=1.73772; % Total number of cells<br/> | ||
+ | for L=0.001:0.001:1 % Initial AHL molecule <br/> | ||
+ | t=1;<br/> | ||
+ | L(1)=L;<br/> | ||
+ | I(1)=0; % Initial LuxI value<br/> | ||
+ | LR=0;<br/> | ||
+ | t=2;<br/> | ||
+ | while L<3<br/> | ||
+ | if t>7200<br/> | ||
+ | % M=I1(t-7200);% Green fluorescent protein (LuxI) attenuation<br/> | ||
+ | M=0;<br/> | ||
+ | else<br/> | ||
+ | M=0;<br/> | ||
+ | end<br/> | ||
+ | % Y=N/(1+exp((-1.29336)*((0.001*t)-4.35987)));% The cell growth curve corresponds to the number of cells <br/> | ||
+ | Y=N;<br/> | ||
+ | I(t)=R*v1*(L(t-1).^n/(Kd+L(t-1).^n))+I(t-1)+yc1-M;% The amount of LuxI molecule in unit cells +L(1)/v2<br/> | ||
+ | L(t)=I(t)*v2*(Y/N)+L(t-1); % The amount of AHL molecule in unit cells<br/> | ||
+ | LR=R*(L(t).^n/(Kd+L(t).^n));% The amount of LuxR-AHL molecule in unit cells<br/> | ||
+ | t=t+1;<br/> | ||
+ | end<br/> | ||
+ | tt(i)=t-1;<br/> | ||
+ | i=i+1;<br/> | ||
+ | end<br/> | ||
+ | figure<br/> | ||
+ | plot(tt)<br/> | ||
+ | xlabel('Initial AHL concentration')<br/> | ||
+ | ylabel('t')<br/> | ||
+ | grid on;<br/> | ||
+ | </div></section> | ||
</div> | </div> | ||
</div> | </div> | ||
+ | <br/><br/> | ||
</div> | </div> | ||
</html> | </html> | ||
{{sicau-china footer}} | {{sicau-china footer}} |
Revision as of 23:44, 1 November 2017
Introduction
We aim to convert the antibiotic signal into an AHL molecule signal by using a specific promoter in combination with LUX.And set up a positive feedback system based on the population induction system of Vibrio califlora.The input AHL molecular signal is amplified by a positive feedback system,then outputs fluorescent signal.The previous detection system is mostly between “0” and“1”,only detect the presence of the measured object whlie cannot measured on the quantitative. The fluorescence signal reaches the threshold time is different in contrast to inputting different concentrations of AHL signal molecular .Based on this we can build a relationship between the threshold time and the input signal like the qPCR, achieving quantitative effect.
We build a forecasting model and optimize it on the base of that principle.Compared with most biological systems, our system has an effect of local expression.So we made a modeling prediction of the impact of background expression and the stability of the system, proving the feasibility of our system.
Result one:Forecast ModelModeling
- 1.assumption
- 2.theoretical Basis
- Character definition
- Hill function
- Derivation process of discrete forecasting model
- 3.model building
1) The prediction model is an experimental analysis which based on the experimental principle and the Hill function by drawing up the relevant parameters.
2) It is assumed that there is less attenuation of the AHL when it is in low concentration.
3) The molecular weight of AHL-LuxR does not vary with time and remains stable.
4) The fixed parameters used in the model are based on the experimental principle and related literature hypothesis, for there may be about the predicted trend of curve and the problems which may arise in the process of experiment.
5) The model does not consider the impact of environmental factors on the change of natural causes.
6) The threshold can be chosen according to the experimental phenomena, and the threshold in ours prediction model is chosen as [LR]/2.
7) The model does not consider the impact of background expression on GFP accumulation.
2) It is assumed that there is less attenuation of the AHL when it is in low concentration.
3) The molecular weight of AHL-LuxR does not vary with time and remains stable.
4) The fixed parameters used in the model are based on the experimental principle and related literature hypothesis, for there may be about the predicted trend of curve and the problems which may arise in the process of experiment.
5) The model does not consider the impact of environmental factors on the change of natural causes.
6) The threshold can be chosen according to the experimental phenomena, and the threshold in ours prediction model is chosen as [LR]/2.
7) The model does not consider the impact of background expression on GFP accumulation.
1) The effect of different initial AHL concentration:
2)The effect of background expression on AHL accumulation: