Team:WHU-China/Project/Modeling

From 2011.igem.org

(Difference between revisions)
 
(290 intermediate revisions not shown)
Line 2: Line 2:
<head>
<head>
<style type="text/css">
<style type="text/css">
-
#footer-box
+
 
 +
#countdown
{
{
display:none;
display:none;
}
}
-
div.wide
+
#visit
{
{
-
position:relative;
+
display:none;
-
width:900px;
+
-
left:50px;
+
-
top:20px;
+
}
}
-
div.high
+
#contact
 +
{position:absolute;
 +
z-index:1;
 +
left:0px;}
 +
 
 +
#bottom
{
{
-
position:relative;
+
position:absolute;
-
width:1000px;
+
z-index:1;
-
top:20px;
+
 
-
height:800px;
+
}
}
-
div.left
+
#footer-box
{
{
-
position:relative;
+
display:none;
-
left:20px;
+
-
width:480px;
+
-
height:200px;
+
}
}
-
div.right
+
div.wide
{
{
position:relative;
position:relative;
-
left:20px;
 
-
width:460px;
 
-
height:200px;
 
-
}
 
-
#left1
 
-
{
 
-
position:absolute;
 
-
width:500px;
 
-
left:0;
 
-
}
 
-
#right1
 
-
{
 
-
position:absolute;
 
-
width:500px;
 
-
left:500px;
 
-
}
 
-
#left2
 
-
{
 
-
position:absolute;
 
-
width:500px;
 
-
left:0;
 
-
top:40px;
 
-
}
 
-
#right2
 
-
{
 
-
position:absolute;
 
-
width:500px;
 
-
left:500px;
 
-
top:40px;
 
-
}
 
-
#intro
 
-
{
 
width:900px;
width:900px;
left:50px;
left:50px;
-
position:absolute;
+
top:40px;
 +
font-size:20px;
}
}
 +
</style>
</style>
Line 74: Line 43:
$(document).ready(function()
$(document).ready(function()
{
{
-
    
+
        var Sys = {}; 
 +
        var ua = navigator.userAgent.toLowerCase(); 
 +
        var s; 
 +
        (s = ua.match(/msie ([\d.]+)/)) ? Sys.ie = s[1] : 
 +
        (s = ua.match(/firefox\/([\d.]+)/)) ? Sys.firefox = s[1] : 
 +
        (s = ua.match(/chrome\/([\d.]+)/)) ? Sys.chrome = s[1] : 
 +
        (s = ua.match(/opera.([\d.]+)/)) ? Sys.opera = s[1] : 
 +
        (s = ua.match(/version\/([\d.]+).*safari/)) ? Sys.safari = s[1] : 0; 
 +
 
 +
     
 +
     
 +
        if (Sys.chrome||Sys.safari)     
 +
{
 +
   var a1=2810;
 +
  var a2=document.body.clientHeight;
 +
  document.getElementById("bottom").style.top=(a2+a1).toString()+'px';
 +
  document.getElementById("contact").style.top=(a2+a1+80).toString()+'px';}
 +
else
 +
 +
if(Sys.ie)
 +
{
 +
var a1=2780;
 +
  var a2=document.body.clientHeight;
 +
  document.getElementById("bottom").style.top=(a2+a1).toString()+'px';
 +
  document.getElementById("contact").style.top=(a2+a1+80).toString()+'px';
 +
}else{
 +
  var a1=2780;
 +
  var a2=document.body.clientHeight;
 +
  document.getElementById("bottom").style.top=(a2+a1).toString()+'px';
 +
  document.getElementById("contact").style.top=(a2+a1+80).toString()+'px';}}
 +
 
});
});
</script>
</script>
Line 81: Line 80:
<div id="content1">
<div id="content1">
<div  class="wide" id="wide1">
<div  class="wide" id="wide1">
-
In the mathematic modeling section , we make stimulation about the oscillator and consider two possible circumstance.
+
<div style="font-size:30px;font-family: 'Bodoni MT', Helvetica, sans-serif;" >Gene Circuit </div>
-
 
+
<img src="/wiki/images/c/cd/Oscillator5.png" width="80%"  style="margin-left:10%"/>
 +
<p>
 +
&nbsp;&nbsp;This is our gene circuit designed to equip our E.coli with the ability to change color with time.</br>
 +
&nbsp;&nbsp;The key players are LsrR and LsrK. The alternation of their expression results in the oscillating concentration of the reporter—GFP, and thus yield the periodically changing color. </br>
 +
&nbsp;&nbsp;Theoretically, at the very beginning, LsrR is expressed and inhibits LsrK. After some time, LsrR inhibits itself and its concentration drops. Therefore LsrK has a chance to express and climbs due to its self enlarging. However, LsrK induces the reexpression of LsrR at the same time. In this way, their concentrations wave alternatively. C1’s function is to delay the oscillation and stabilize the system.
 +
</p>
</div>
</div>
-
 
-
<div class="high" id="high1">
 
-
<div id="left1">
 
-
<div class="left" id="l1">
 
-
The system including two protein:
 
-
Using differential equation to describe the system:
 
-
Where  means the volume of  ,  means the volume of  ,  means the delay time of the reaction.
 
-
</div>
 
-
<div class="left" id="l2">
 
-
This is the classic delay ODE , using the matlab software, we got the solution image ;
 
-
</div>
 
-
<div class="left" id="l3">
 
-
We mainly consider the system including three protein:
 
-
We also use delay ODE to describe the system:
 
-
</div>
 
-
<div class="left" id="l4">
 
-
where:  means the volume of 
 
-
though dimensionless:
 
-
The balance point of the equation is  and 
 
-
</div>
 
-
</div>
 
-
 
-
<div id="right1">
 
-
<div class="right" id="r1">
 
-
</div>
 
-
<div class="right" id="r2">
 
-
</div>
 
-
<div class="right" id="r3">
 
-
</div>
 
-
<div class="right" id="r4">
 
-
</div>
 
-
</div>
 
-
 
-
 
-
</div>
 
-
 
-
 
<div class="wide" id="wide2">
<div class="wide" id="wide2">
-
 
+
<p></br></p>
-
 
+
<div style="font-size:30px;font-family: 'Bodoni MT', Helvetica, sans-serif;">Modeling</div>
 +
<p>
 +
&nbsp;&nbsp;In the part of waving time, there is a two nodes system .Using the method of the mathematic theory of the ODE and the stochastic process.,we get our models.In the models, X1 denotes LsrK, X2 denotes LsrR.</br>
 +
&nbsp;&nbsp;First we generate a ODE to describe the system:
 +
</p>
 +
<img src="/wiki/images/c/c3/Model-1.png"  style="margin-left:2%"/>
 +
<p>
 +
&nbsp;&nbsp;the solution diagram of the function is:
 +
</p>
 +
<img src="/wiki/images/e/e3/Model-2.png"  style="margin-left:2%"/>
 +
<p>
 +
&nbsp;&nbsp;Taking the fluctuations arising from the molecules into account, we need to resort to stochastic simulations. We use here the Gillespie algorithm to simulate a stochastic version of the model.Suppose the system size Ω=1000,then we can get the result of simulation.
 +
</p>
 +
<img src="/wiki/images/0/04/Model-3.png"  style="margin-left:2%"/>
 +
<p>
 +
&nbsp;&nbsp;Bifurcation diagram:
 +
</p>
 +
<img src="/wiki/images/7/77/Model-a1-b2-1.png" width="80%" style="margin-left:2%"/>
 +
<p>
 +
&nbsp;&nbsp;Period evolution with parameters:
 +
</p>
 +
<img src="/wiki/images/2/22/Model-a1-b2-2.png" width="80%" style="margin-left:2%"/>
 +
<p>
 +
&nbsp;&nbsp;Due to the conclusion we can find that the b1 is more sensitive to the period. If we want to change the period of the system , it more efficient to adjust the parameter of b2 and then adjust the biological properties.
 +
</p>
</div>
</div>
-
<div class="high" id="high2">
+
<div class="wide" id="wide3">
-
<div id="intro">
+
<p></br></p>
-
</div>
+
<div style="font-size:30px;font-family: 'Bodoni MT', Helvetica, sans-serif;">Conclusion</div>
-
<div id="left2">
+
<p>
-
<div class="left" id="l12">
+
&nbsp;&nbsp;As the changes of period with the change of the parameters in the image , we can get the conclusion that: </br>
-
</div>
+
1. &nbsp;&nbsp;&nbsp;&nbsp;a1,a2,a3,b1  has a little influence on period. </br>
-
<div class="left" id="l22">
+
2. &nbsp;&nbsp;&nbsp;&nbsp;b2 has inversely proportional relationship with period , it has a huge influence on the period. </br>
-
</div>
+
&nbsp;&nbsp;This conclusion we get before can be used to guide the design of biological systems. In order to achieve the adjustment of &nbsp;&nbsp;period, we can adjust the size of some parameters.</br>
-
<div class="left" id="l32">
+
Both the deterministic and stochastic models confirm our conjecture that the oscillator can work stably.
-
</div>
+
-
<div class="left" id="l42">
+
-
</div>
+
-
</div>
+
-
<div id="right2">
+
</p>
-
<div class="right" id="r12">
+
</div>
</div>
-
<div class="right" id="r22">
+
<div style="height:100px"></div>
 +
<div id="bottom">
 +
<image src="/wiki/images/5/58/Whu-backgroundbottom.png"/>
</div>
</div>
-
<div class="right" id="r32">
+
<div id="contact">
 +
<a href="https://2011.igem.org/wiki/index.php?title=Team:WHU-China/Project/Modeling&action=edit"><img class="whucontact" style="position:relative;left:636px;top:38px;z-index:10;" src="/wiki/images/2/2a/Whu-Home_r1_c1.png"/></a>
 +
<a href="Mailto:gubrian890512@gmail.com"><img class="whucontact" style="position:relative;left:660px;top:38px;z-index:10;" src="/wiki/images/9/97/Whu-Home_r1_c3.png"/></a>
 +
<a href="https://igem.org/Main_Page"><img class="whucontact" style="position:relative;left:676px;top:38px;z-index:10;" src="/wiki/images/0/03/Whu-Home_r1_c5.png"/></a>
 +
<img id="bb" src="/wiki/images/3/3c/Whu-build.jpg"/>
</div>
</div>
-
<div class="right" id="r42">
 
-
</div>
 
-
</div>
 
-
 
-
</div>
 
-
 
-
<div class="wide" id="wide3">
 
-
</div>
 
-
 
-
 
-
<div style="height:100px;"></div>
 
</div>
</div>

Latest revision as of 03:33, 29 October 2011

Gene Circuit

  This is our gene circuit designed to equip our E.coli with the ability to change color with time.
  The key players are LsrR and LsrK. The alternation of their expression results in the oscillating concentration of the reporter—GFP, and thus yield the periodically changing color.
  Theoretically, at the very beginning, LsrR is expressed and inhibits LsrK. After some time, LsrR inhibits itself and its concentration drops. Therefore LsrK has a chance to express and climbs due to its self enlarging. However, LsrK induces the reexpression of LsrR at the same time. In this way, their concentrations wave alternatively. C1’s function is to delay the oscillation and stabilize the system.


Modeling

  In the part of waving time, there is a two nodes system .Using the method of the mathematic theory of the ODE and the stochastic process.,we get our models.In the models, X1 denotes LsrK, X2 denotes LsrR.
  First we generate a ODE to describe the system:

  the solution diagram of the function is:

  Taking the fluctuations arising from the molecules into account, we need to resort to stochastic simulations. We use here the Gillespie algorithm to simulate a stochastic version of the model.Suppose the system size Ω=1000,then we can get the result of simulation.

  Bifurcation diagram:

  Period evolution with parameters:

  Due to the conclusion we can find that the b1 is more sensitive to the period. If we want to change the period of the system , it more efficient to adjust the parameter of b2 and then adjust the biological properties.


Conclusion

  As the changes of period with the change of the parameters in the image , we can get the conclusion that:
1.     a1,a2,a3,b1 has a little influence on period.
2.     b2 has inversely proportional relationship with period , it has a huge influence on the period.
  This conclusion we get before can be used to guide the design of biological systems. In order to achieve the adjustment of   period, we can adjust the size of some parameters.
Both the deterministic and stochastic models confirm our conjecture that the oscillator can work stably.

Count Down

days

hours

minutes

seconds

Visitor

Retrieved from "http://2011.igem.org/Team:WHU-China/Project/Modeling"