Team:HUST-China/Modelling

From 2013.igem.org

(Difference between revisions)
Line 69: Line 69:
<!------------------------------------------Left side navigator start---------------------------------------------------->
<!------------------------------------------Left side navigator start---------------------------------------------------->
<li class="active"><a href="javascript:void;">Overview</a></li>
<li class="active"><a href="javascript:void;">Overview</a></li>
-
<li><a href="https://2013.igem.org/Team:HUST-China/Modelling/DDE_Model"></i>Delay Difference Equations</a></li>
+
<li><a href="https://2013.igem.org/Team:HUST-China/Modelling/DDE_Model"></i>Delay Differential Equations</a></li>
<li><a href="https://2013.igem.org/Team:HUST-China/Modelling/Parameter_Range_and_Sensitivity_Analysis"></i>Parameter Range and Sensitivity Analysis</a></li>
<li><a href="https://2013.igem.org/Team:HUST-China/Modelling/Parameter_Range_and_Sensitivity_Analysis"></i>Parameter Range and Sensitivity Analysis</a></li>
<li><a href="https://2013.igem.org/Team:HUST-China/Modelling/Stability"></i>Stability</a></li>
<li><a href="https://2013.igem.org/Team:HUST-China/Modelling/Stability"></i>Stability</a></li>
Line 144: Line 144:
/* if (scroll < 454 + part1){
/* if (scroll < 454 + part1){
navli.removeClass("active").eq(0).addClass("active");
navli.removeClass("active").eq(0).addClass("active");
-
}else if (!(scroll < 454 + part1|| scroll > 454 + part1+ part2)){
+
}else if (!
-
navli.removeClass("active").eq(1).addClass("active");
+
-
}else if (!(scroll < 454 + part1 + part2 || scroll > 454 + part1+ part2 + part3)){
+
-
navli.removeClass("active").eq(2).addClass("active");
+
-
}else if (!(scroll < 454 + part1 + part2 + part3 || scroll > 454 + part1+ part2 + part3 + futurework)){
+
-
navli.removeClass("active").eq(3).addClass("active");
+
-
}else if (!(scroll < 454 + part1 + part2 + part3  + futurework || scroll > 454 + part1+ part2 + part3 + judge)){
+
-
navli.removeClass("active").eq(4).addClass("active");
+
-
}*/
+
-
}else{
+
-
                                        $("#up").slideUp("ease-in");
+
-
                                        $("#mainNavBar").removeClass("navbar-fixed-top");
+
-
$(".bs-docs-sidenav").removeClass("affix").addClass("affix-top");
+
-
//navli.removeClass("active").eq(0).addClass("active");
+
-
}
+
-
});
+
-
$("#up").click(pageScroll);
+
-
$.backstretch("https://static.igem.org/mediawiki/2013/6/6f/HUST-bghust.png");
+
-
 
+
-
    });
+
-
 
+
-
    function pageScroll() {
+
-
    var top = $(document).scrollTop();
+
-
window.scrollBy(0,-25);
+
-
scrolldelay = setTimeout('pageScroll()',3);
+
-
if (top == 0) clearTimeout(scrolldelay);
+
-
}
+
-
</script>
+

Revision as of 01:59, 23 October 2013

Overview

The major goals of our modeling work are: validating our project design, simulating its working condition and fitting our simulation with our wet-lab result. The genetic pathway we used is described as below.

Fig 1.The pathway of genetic oscillator used in our project.

The enzymes that can induce the expression of propanoic acid is replaced with mRFP. Throughout the whole modelling work, we choose to study AraC instead of mRFP since they are in the same plasmid and we assumed that the expression rate of both protein is similar. By doing this, we can reduce the number of equations. We divide our modelling work into three parts:
(1)Feasibility of genetic oscillator and its proper parameters.
(2)Oscillation of a group of genetic oscillator cells.
(3)Fitting our experiment data with our simulation data.
To be more specifically, we want to find out if this genetic oscillator can oscillate in the first place, if its period can be adjusted, if it is stable against environment changes, whether a large group of these oscillators can oscillate as well and how our our modelling result fit with our wet-lab result.

If you want to learn about details, please click HERE to download a 11 pages thesis, including every aspects of our work.

You may also want to download a supplementary data of our thesis. Formulas that cannot put on website due to space limitation and raw data are included.