Difference between revisions of "Team:ZJUT-China/Model"

Line 568: Line 568:
  
 
}
 
}
 +
p{
 +
  text-indent:2em!important; 
 +
}
 +
 
.homepage_img{
 
.homepage_img{
 
   text-align: center;
 
   text-align: center;
Line 897: Line 901:
 
}
 
}
 
.modelingimg{
 
.modelingimg{
   width: 80%;
+
   width: 100%;
   padding-left: 10%;
+
  text-align: center;
 +
   padding-top: 20px;
 +
  padding-bottom: 20px;
 +
}
 +
.modelingimg img{
 +
  max-width: 60%;
 
}
 
}
 
.note2{
 
.note2{
Line 1,006: Line 1,015:
 
     <h1>Abstract</h1>
 
     <h1>Abstract</h1>
 
     <p>
 
     <p>
       In order to make sure that our system could be common used by the researchers who want to clean the ARG after experiments, we developed a model to Calculate the point when all ARG are cleaned and the bacteria suicide. We got test data of our parts and then built rate equations. And next we used those rate equations to simulate how our system work and tried to find a better ratio of the vector’s copy number.
+
       In order to ensure that our system will be used better by the researchers who want to clean the antibiotic resistance gene(arg) after experiment, we developed a model to calculate when all args will be cut off and cause bacteria auto-lysis. We get some data of our parts and built some rate equations. We then used those rate equations to simulate how our system work and find a better ratio of the vector’s copy number.
 
     </p>
 
     </p>
     <h1>System modeling Var1.0</h1>
+
     <h1>System modeling Ver1.0</h1>
     <div class="modelingmath">
+
     <div class="modelingimg">
            d[express-cas]/dt=[vector]*vm/(1+[light_signal])
+
       <img src="https://static.igem.org/mediawiki/2018/3/31/T--ZJUT-China--modeling11.png" alt="">
       <br>  d[cut off]/dt=kf*[sg]*[cas9]*[ARG]/(km+[ARG])
+
 
     </div>
 
     </div>
 
     <div class="note2">
 
     <div class="note2">
        Our ODE model of the light-controlled ARG cutting system ver1.0 . We assumed that the expression rate is proportional to the copy number of the vectors, and vm means the mixture rate of one vector express the cas9, [light signal] we use is a dimensionless parameter here, and the cut-off rate of cas9 conform the Michaelis-Menten equation.
+
      Our ODE model of the light control arg cutting system ver1.0. We assume the express rate proportional to the copy number of the vector, vm means the mixture rate of one vector express the cas9, [light signal] we use is a dimensionless parameter here, and the cut off rate of cas9 conform Michaelis-Menten equation.
 
     </div>
 
     </div>
 
     <h1>Result</h1>
 
     <h1>Result</h1>
Line 1,021: Line 1,029:
 
     </p>
 
     </p>
 
     <div class="modelingimg">
 
     <div class="modelingimg">
       <img src="https://static.igem.org/mediawiki/2018/6/6c/T--ZJUT-China--modeling1.png" alt="">
+
       <img src="https://static.igem.org/mediawiki/2018/1/1b/T--ZJUT-China--modeling123.png" alt="">
 
     </div>
 
     </div>
     <h1>System modeling Ver3.0</h1>
+
     <h1>System modeling Ver1.1</h1>
 +
    <p>This model is built to predict the growth curve. And to test whether our system model ver1.0 can fit the data of our wet lab. This model concern more about the growth of cell, and the death
 +
    </p>
 +
    <h1>Result</h1>
 +
    <div class="modelingimg">
 +
      <img src="https://static.igem.org/mediawiki/2018/7/77/T--ZJUT-China--modeling12.png" alt="">
 +
    </div>
 +
    <div class="note2">
 +
      When time=5h we put in different concentrations of Arabinose in the medium.
 +
    <br>The points are the data get tested by wet lab and the lines are the data simulated by computer.
 +
    </div>
 +
    <div class="modelingimg">
 +
      <img src="https://static.igem.org/mediawiki/2018/e/e0/T--ZJUT-China--modeling13.png" alt="">
 +
    </div>
 +
    <div class="note2">
 +
      The first 3 equations are built to show the how the E.coli with our system ver1.0 growth, and the last one is the growth equation of control group.
 +
    </div>
 +
    <h1>System modeling Ver2.0</h1>
 
     <p>
 
     <p>
       This presents an issue for researchers and factors who wish to make use of our system of the ARG killing parts in a more complex environment. In order to address this issue, we decided to develop a mathematical model of how light signal effects influence the time of cutting off all ARGs and bacteria's suicide induced by our ARG killing system.
+
       This presents an issue for researchers and factors who wish to make use of our system of the arg killing parts in a more complex environment. In order to address this issue, we decided to develop a mathematical model of how light signal effects influence the time of cut off all args and suicide of bacterial by our arg killing system.
       In the light-controlled ARG cutting system ver3.0 we want to add 3 repressors, one more sgRNA, and a lysin gene to make our cells can cut off all the ARGs and then suicide in  chronological order which is designed.
+
       In the light control arg cutting system ver2.0 we want add 3 repressors, one more sgRNA and a lysin gene to let our cells can cut off all the args and suicide by the time order we designed.
    <br>
+
 
     </p>
 
     </p>
     <div class="modelingmath">
+
     <div class="modelingimg">
      d[express_r1]/t=kf*[vector_1]/(vm+[light signal])
+
       <img src="https://static.igem.org/mediawiki/2018/2/2e/T--ZJUT-China--modeli14.png" alt="">
       <br>d[degrade_r1]/t=vm*[repressor_1]/([repressor_1]+km)
+
      <br>d[express_r2]/t=kf*[vector_2]
+
      <br>d[degrade_r2]/t=vm*[repressor_2]/([repressor_2]+km)
+
      <br>d[express_r3]/t=kf*[vector_1]
+
      <br>d[degrade_r3]/t=vm*[repressor_3]/([repressor_3]+km)
+
      <br>d[express_cas]/t=kf*[vector_1]*(vm-[repressor_1])
+
      <br>d[express_sg1]/t=0
+
      <br>d[express_sg2]/t=kf*[vector_2]*(vm-[repressor_2])
+
      <br>d[express_ly]/t=kf*[chromosome]*(vm-[repressor_3])
+
      <br>d[cut off_1]/t=kf*[ARG_1]*[sg_1]*[cas9]/(km+[ARG_1])
+
      <br>d[cut off_2]/t=kf*[ARG_2]*[sg_2]*[cas9]/(km+[ARG_2])
+
 
     </div>
 
     </div>
 
     <div class="note2">
 
     <div class="note2">
       Our ODE model of the light-controlled ARG cutting system ver3.0. In this model we considered the expression and degrading rate of the repressor and the effect of the copy numbers of two vectors.
+
       Our ODE model of the light control arg cutting system ver2.0. In this model we considered the express and degrade rate of the repressors and the effect of the copy number of 2vectors.
 
     </div>
 
     </div>
 
     <p>
 
     <p>
       Through changing the copy numbers of two vectors in our system model, we could  get a ratio of the copy numbers letting  our system do nothing before we give the light signal, while having a higher reacting rate when we want it to work.
+
       Through change the copy number of two vectors in our system model, we can get a ratio of the copy number let our system do nothing before we give the light signal, while has a faster react rate when we want it work.
 
     </p>
 
     </p>
 
     <h1>Result</h1>
 
     <h1>Result</h1>
 
     <div class="modelingimg">
 
     <div class="modelingimg">
       <img src="https://static.igem.org/mediawiki/2018/4/4c/T--ZJUT-China--modeling3.png" alt="">
+
       <img src="https://static.igem.org/mediawiki/2018/6/6f/T--ZJUT-China--modeli15.png" alt="">
 
     </div>
 
     </div>
     <div class="note">
+
     <div class="note">Figure 1:when Time>=1t the strength of light signal=0.1,it use 9t to cut off all antibiotic resistance gene.
      Figure 1:when Time>=1t the strength of light signal=0.1,it use 12.5t to cut off all antibiotic resistance gene.
+
 
     </div>
 
     </div>
 
     <div class="modelingimg">
 
     <div class="modelingimg">
       <img src="https://static.igem.org/mediawiki/2018/4/4a/T--ZJUT-China--modeling4.png" alt="">
+
       <img src="https://static.igem.org/mediawiki/2018/a/a9/T--ZJUT-China--modeli17.png" alt="">
 
     </div>
 
     </div>
     <div class="note">
+
     <div class="note">Figure 2:when Time>=1t the strength of light signal=1,it use 8t to cut off all antibiotic resistance gene.</div>
      Figure 2:when Time>=1t the strength of light signal=1,it use 12t to cut off all antibiotic resistance gene.
+
    <div class="modelingimg">
 +
      <img src="https://static.igem.org/mediawiki/2018/d/d3/T--ZJUT-China--modeli16.png" alt="">
 +
    </div>
 +
    <div class="note">Figure 3:when Time>=1t the strength of light signal=1, and shutdown when Time=2, it use 11t to cut off.
 
     </div>
 
     </div>
 
     <div class="modelingimg">
 
     <div class="modelingimg">
       <img src="https://static.igem.org/mediawiki/2018/f/fa/T--ZJUT-China--modeling5.png" alt="">
+
       <img src="https://static.igem.org/mediawiki/2018/6/6b/T--ZJUT-China--modeli18.png" alt="">
 
     </div>
 
     </div>
     <div class="note">
+
     <div class="note">Figure 4:when Time>=1t the strength of light signal=0.01, and shutdown when Time=2, it use 11t to cut off.
      Figure 3:when Time>=1t the strength of light signal=1, and shutdown when Time=2, it use 12t to cut off.
+
 
     </div>
 
     </div>
    <h1>
 
      Discussion
 
    </h1>
 
 
     <p>
 
     <p>
       Our modeling and analysis focused on the aim of achieving a better theoretical ground to forecast how our system work after giving the light signal.
+
      It’s obverse that final system will react faster when under a very strength light signal. However, just a very weak plased light signal is enough to start our system. So our system is very safe even if some bacteria equipped with our system we don’t treat it seriously, it will finally cut off all args it has and lysis automaticly.
      From the test of ODE model of the light-controlled ARG cutting system ver3.0, we found that giving a short pulse light signal can make almost same effects as we constant light signal, so we find a plan to just give a short pulse light signal but make our system still response as fast as it was before, as well as saving energy used to give the light signal.
+
    </p>
 +
    <h1>Discussion</h1>
 +
    <p>
 +
       Our modeling and analysis was focused to achieve a better theoretical grounding of forecasting how our system work after we give the light signal.
 +
    </p><p>  From the test of our ODE model of the light control arg cutting system ver2.0, we find give a short pulse light signal can make almost same effect as we constant light signal, so we can find a plan to just give a short pulse light signal but make our system till response as fast as it, and save energy used to give the light signal.
 
     </p>
 
     </p>
 
     <div class="note1">
 
     <div class="note1">

Revision as of 10:08, 16 October 2018

Team:ZJUT-China - 2018.igem.org

Loading menubar.....

Team:ZJUT-China

Abstract

In order to ensure that our system will be used better by the researchers who want to clean the antibiotic resistance gene(arg) after experiment, we developed a model to calculate when all args will be cut off and cause bacteria auto-lysis. We get some data of our parts and built some rate equations. We then used those rate equations to simulate how our system work and find a better ratio of the vector’s copy number.

System modeling Ver1.0

Our ODE model of the light control arg cutting system ver1.0. We assume the express rate proportional to the copy number of the vector, vm means the mixture rate of one vector express the cas9, [light signal] we use is a dimensionless parameter here, and the cut off rate of cas9 conform Michaelis-Menten equation.

Result

This is the result we got by the ODE model of the light-controlled ARG cutting system ver1.0

System modeling Ver1.1

This model is built to predict the growth curve. And to test whether our system model ver1.0 can fit the data of our wet lab. This model concern more about the growth of cell, and the death

Result

When time=5h we put in different concentrations of Arabinose in the medium.
The points are the data get tested by wet lab and the lines are the data simulated by computer.
The first 3 equations are built to show the how the E.coli with our system ver1.0 growth, and the last one is the growth equation of control group.

System modeling Ver2.0

This presents an issue for researchers and factors who wish to make use of our system of the arg killing parts in a more complex environment. In order to address this issue, we decided to develop a mathematical model of how light signal effects influence the time of cut off all args and suicide of bacterial by our arg killing system. In the light control arg cutting system ver2.0 we want add 3 repressors, one more sgRNA and a lysin gene to let our cells can cut off all the args and suicide by the time order we designed.

Our ODE model of the light control arg cutting system ver2.0. In this model we considered the express and degrade rate of the repressors and the effect of the copy number of 2vectors.

Through change the copy number of two vectors in our system model, we can get a ratio of the copy number let our system do nothing before we give the light signal, while has a faster react rate when we want it work.

Result

Figure 1:when Time>=1t the strength of light signal=0.1,it use 9t to cut off all antibiotic resistance gene.
Figure 2:when Time>=1t the strength of light signal=1,it use 8t to cut off all antibiotic resistance gene.
Figure 3:when Time>=1t the strength of light signal=1, and shutdown when Time=2, it use 11t to cut off.
Figure 4:when Time>=1t the strength of light signal=0.01, and shutdown when Time=2, it use 11t to cut off.

It’s obverse that final system will react faster when under a very strength light signal. However, just a very weak plased light signal is enough to start our system. So our system is very safe even if some bacteria equipped with our system we don’t treat it seriously, it will finally cut off all args it has and lysis automaticly.

Discussion

Our modeling and analysis was focused to achieve a better theoretical grounding of forecasting how our system work after we give the light signal.

From the test of our ODE model of the light control arg cutting system ver2.0, we find give a short pulse light signal can make almost same effect as we constant light signal, so we can find a plan to just give a short pulse light signal but make our system till response as fast as it, and save energy used to give the light signal.

[1]Quantitative approaches to the study of bistability in the lac operon of Escherichia coli J R Soc Interface. 2008 Aug 6; 5(Suppl 1): S29–S39. Published online 2008 Apr 15. doi:  10.1098/rsif.2008.0086.focus [2]Combinatorial transcriptional control of the lactose operon of Escherichia coli Thomas Kuhlman, Zhongge Zhang, Milton H. Saier, Jr., Terence Hwa Proc Natl Acad Sci U S A. 2007 Apr 3; 104(14): 6043–6048. Published online 2007 Mar 21. doi: 10.1073/pnas.0606717104