Team:XMU-China/Project Modelling Intracellularmodel
From 2014.igem.org
(6 intermediate revisions not shown) | |||
Line 352: | Line 352: | ||
$(".navbar_main").mouseenter(function(){ | $(".navbar_main").mouseenter(function(){ | ||
var nav_bar_hover_target = $(this); | var nav_bar_hover_target = $(this); | ||
- | nav_bar_hover_target.children(".navbar_sub").slideDown(); | + | nav_bar_hover_target.children(".navbar_sub").stop().slideDown(); |
$(".navbar_main").mouseleave(function(){ | $(".navbar_main").mouseleave(function(){ | ||
var nav_bar_hoveroff_target = $(this); | var nav_bar_hoveroff_target = $(this); | ||
- | nav_bar_hoveroff_target.children(".navbar_sub").slideUp(); | + | nav_bar_hoveroff_target.children(".navbar_sub").stop().slideUp(); |
}); | }); | ||
}); | }); | ||
Line 468: | Line 468: | ||
<!--Application_RBSpromoter--> | <!--Application_RBSpromoter--> | ||
<div id="Project_Application_RBSpromoter"> | <div id="Project_Application_RBSpromoter"> | ||
- | <img id="Project_Application_RBSpromoter_title" class="Project_title" src="https://static.igem.org/mediawiki/2014/ | + | <img id="Project_Application_RBSpromoter_title" class="Project_title" src="https://static.igem.org/mediawiki/2014/a/a7/Xmu_Intracellular_model_zwei.png"/> |
<div id="Project_Application_RBSpromoter_wd"> | <div id="Project_Application_RBSpromoter_wd"> | ||
<p style="font-family:Arial;font-size:29px;"> | <p style="font-family:Arial;font-size:29px;"> | ||
Line 483: | Line 483: | ||
</p> | </p> | ||
<p style="font-family:Arial;font-size:16px;"> | <p style="font-family:Arial;font-size:16px;"> | ||
- | <span style="font-family:Arial;font-size:16px;">Equations as follows</span><span style="font-family:Arial;font-size:16px;valign:sup;"> | + | <span style="font-family:Arial;font-size:16px;">Equations as follows</span><span style="font-family:Arial;font-size:16px;valign:sup;"><sup>[1][2]</sup></span>: </span> |
</p> | </p> | ||
<table style="border: currentColor; border-image: none; font-family: Times New Roman,宋体; font-size: 13px; margin-right: auto; margin-left: auto; border-collapse: collapse; styleName: Normal Table; border-insideH: 1px none #000000; border-insideV: 1px none #000000; cellpadding: 0px 7px 0px 7px;"> | <table style="border: currentColor; border-image: none; font-family: Times New Roman,宋体; font-size: 13px; margin-right: auto; margin-left: auto; border-collapse: collapse; styleName: Normal Table; border-insideH: 1px none #000000; border-insideV: 1px none #000000; cellpadding: 0px 7px 0px 7px;"> | ||
Line 725: | Line 725: | ||
<p style="font-family:Arial;font-size:16px;padding-top:16px;"> | <p style="font-family:Arial;font-size:16px;padding-top:16px;"> | ||
<span style="font-family:Arial;font-size:16px;">With above two equations, the relation between stimuli and intracellular is built. With certain concentration of IPTG and L-arabinose, the concentration of </span><span style="font-family:Arial;font-size:16px;">c</span><span style="font-family:Arial;font-size:16px;">heZ (Z</span><span style="font-family:Arial;font-size:16px;valign:sub;">T</span><span style="font-family:Arial;font-size:16px;">) will get for the following modeling.</span> | <span style="font-family:Arial;font-size:16px;">With above two equations, the relation between stimuli and intracellular is built. With certain concentration of IPTG and L-arabinose, the concentration of </span><span style="font-family:Arial;font-size:16px;">c</span><span style="font-family:Arial;font-size:16px;">heZ (Z</span><span style="font-family:Arial;font-size:16px;valign:sub;">T</span><span style="font-family:Arial;font-size:16px;">) will get for the following modeling.</span> | ||
+ | </p> | ||
+ | <p> | ||
+ | </br> | ||
+ | </p> | ||
+ | <p>Want to see more modellings: <a href="https://2014.igem.org/Team:XMU-China/Project_Modelling_sdmodel" target="_blank">Macroscopic Stimulus Diffusion Model</a href="https://2014.igem.org/Team:XMU-China/Project_Modelling_sdmodel" target="_blank">, <a href="https://2014.igem.org/Team:XMU-China/Project_Modelling_mmmodel" target="_blank">Microscopic Motion Model</a href="https://2014.igem.org/Team:XMU-China/Project_Modelling_mmmodel" target="_blank">.</p> | ||
+ | <p> | ||
+ | </br> | ||
</p> | </p> | ||
<p style="font-family:Arial;font-size:16px;padding-top:16px;"> | <p style="font-family:Arial;font-size:16px;padding-top:16px;"> | ||
Line 736: | Line 743: | ||
</p> | </p> | ||
<p style="font-family:Arial;font-size:16px;padding-top:16px;"> | <p style="font-family:Arial;font-size:16px;padding-top:16px;"> | ||
- | + | <a href="http://www.ncbi.nlm.nih.gov/pubmed/21998392" target="_blank">2.Basu S, Gerchman Y, Collins C H, et al. A synthetic multicellular system for programmed pattern formation. Nature, 2005, 434: 1130-1134. </a> | |
</p> | </p> | ||
<p style="font-family:Arial;font-size:16px;padding-top:16px;"> | <p style="font-family:Arial;font-size:16px;padding-top:16px;"> |
Latest revision as of 03:27, 18 October 2014
INTRACELLULAR MODEL
The following functions are based on ordinary differential equations with Hill functions that captured the activation and repression of protein synthesis.
The intracellular species included cheZ (C or ZT), LacI (L), L-ara (A), IPTG (I).
Equations as follows[1][2]:
|
(a) |
|
(b) |
Parameters:
α----- protein synthesis rate()
β----- repression coefficient( )
γ----- protein decay()
δ-----activation coefficient()
m----- transcription factor cooperativity ()
With above two equations, the relation between stimuli and intracellular is built. With certain concentration of IPTG and L-arabinose, the concentration of cheZ (ZT) will get for the following modeling.
Want to see more modellings: Macroscopic Stimulus Diffusion Model, Microscopic Motion Model.
References
1. Song, K. Introduction to Synthetic Biology. Science Press.