Team:XMU-China/Project Modelling mmmodel
From 2014.igem.org
(4 intermediate revisions not shown) | |||
Line 351: | Line 351: | ||
$(".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 469: | Line 469: | ||
<img id="Project_Application_RBSpromoter_title" class="Project_title" src="https://static.igem.org/mediawiki/2014/0/07/Xmu_Intracellular_model.png"/> | <img id="Project_Application_RBSpromoter_title" class="Project_title" src="https://static.igem.org/mediawiki/2014/0/07/Xmu_Intracellular_model.png"/> | ||
<div id="Project_Application_RBSpromoter_wd"> | <div id="Project_Application_RBSpromoter_wd"> | ||
- | < | + | <h1 style="text-align: center; line-height: 200%; padding-top: 22px; padding-bottom: 22px; font-size: 29px; styleName: Normal; outlineLvl: 0;"> |
- | <span style=" | + | <span style="font-size: 27px;">MICROSCOPIC MOTION MODEL</span> |
- | </ | + | </h1> |
<p style="font-family:Arial;font-size:29px;text-align:left;"> | <p style="font-family:Arial;font-size:29px;text-align:left;"> | ||
<br/> | <br/> | ||
Line 541: | Line 541: | ||
<p style="font-family:Arial;font-size:16px;"> | <p style="font-family:Arial;font-size:16px;"> | ||
<span style="font-family:Arial;font-size:16px;">As a result, </span><span style="font-family:Arial;font-size:16px;">the relation between intracellular and macroscopic motion is built. Thus utilizing all above modeling,</span><span style="font-family:Arial;font-size:16px;"> </span><span style="font-family:Arial;font-size:16px;">we can</span><span style="font-family:Arial;font-size:16px;"> simulate the motion of </span><span style="font-family:Arial;font-style:italic;font-size:16px;">E. coli</span><span style="font-family:Arial;font-size:16px;">. </span><span style="font-family:Arial;font-size:16px;">Meanwhile</span><span style="font-family:Arial;font-size:16px;">, we can predict </span><span style="font-family:Arial;font-size:16px;">any</span><span style="font-family:Arial;font-size:16px;"> </span><span style="font-family:Arial;font-size:16px;">parameter </span><span style="font-family:Arial;font-size:16px;">with </span><span style="font-family:Arial;font-size:16px;">enough measurable parameters</span><span style="font-family:Arial;font-size:16px;"> </span><span style="font-family:Arial;font-size:16px;">given.</span> | <span style="font-family:Arial;font-size:16px;">As a result, </span><span style="font-family:Arial;font-size:16px;">the relation between intracellular and macroscopic motion is built. Thus utilizing all above modeling,</span><span style="font-family:Arial;font-size:16px;"> </span><span style="font-family:Arial;font-size:16px;">we can</span><span style="font-family:Arial;font-size:16px;"> simulate the motion of </span><span style="font-family:Arial;font-style:italic;font-size:16px;">E. coli</span><span style="font-family:Arial;font-size:16px;">. </span><span style="font-family:Arial;font-size:16px;">Meanwhile</span><span style="font-family:Arial;font-size:16px;">, we can predict </span><span style="font-family:Arial;font-size:16px;">any</span><span style="font-family:Arial;font-size:16px;"> </span><span style="font-family:Arial;font-size:16px;">parameter </span><span style="font-family:Arial;font-size:16px;">with </span><span style="font-family:Arial;font-size:16px;">enough measurable parameters</span><span style="font-family:Arial;font-size:16px;"> </span><span style="font-family:Arial;font-size:16px;">given.</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_Intracellularmodel" target="_blank">Macroscopic Intracellular Model</a href="https://2014.igem.org/Team:XMU-China/Project_Modelling_Intracellularmodel" target="_blank"> .</p> | ||
+ | <p> | ||
+ | </br> | ||
</p> | </p> | ||
<p style="font-family:Arial;font-size:16px;"> | <p style="font-family:Arial;font-size:16px;"> | ||
Line 555: | Line 562: | ||
</p> | </p> | ||
- | <p style="font-family:Arial;font-size:16px;styleName:List Paragraph;text-indent:2em;styleName:Normal;font-size:14px;text-align:justify;margin-left:28px;text-indent: | + | <p style="font-family:Arial;font-size:16px;styleName:List Paragraph;text-indent:2em;styleName:Normal;font-size:14px;text-align:justify;margin-left:28px;text-indent:-28px;"> |
<a href="www.pdn.cam.ac.uk/groups/comp-cell/Rates.html" target="_blank">2. www.pdn.cam.ac.uk/groups/comp-cell/Rates.html</a> | <a href="www.pdn.cam.ac.uk/groups/comp-cell/Rates.html" target="_blank">2. www.pdn.cam.ac.uk/groups/comp-cell/Rates.html</a> | ||
</p> | </p> |
Latest revision as of 03:46, 18 October 2014
MICROSCOPIC MOTION MODEL
Flagella can rotate in two ways: clockwise (CW) and counter-clockwise (CCW). The both determine the motion of E. coli. When FliM binds with cheY-P, the flagella rotate CW and the bacterium moves more randomly which seems that E. coli is tumbling. On the other hand, when the dephosphated cheY binds with FliM, the flagella rotate CCW and bacterium swims smooth. At the macro level, they run in certain direction.
cheZ and cheA control the level of phosphorylation of cheY. cheZ dephosphates cheY-P while cheA phosphates cheY. Reaction can be described using the following equations .With steady state approximation, the concentration ratio of cheY to cheY-P could be calculated (Table 2).
Table 1. Flagella’ motion
It has been reported that the concentration of cheY-P can be used to predict drift velocity of E. coli. [7] By given concentration of cheZ and equations above, we can calculate the concentration ratio of cheY to cheY-P. While the concentration of cheY-P can be calculated by given cheZ (ZT). The motion caused by chemotaxis can be predicted by following equation. With following equation, drift velocity could be calculated.
\(\frac{{{\rm{dC}}}}{{{\rm{dt}}}} = \frac{{{{\rm{\alpha }}_{\rm{C}}}}}{{1 + {{\left( {{\rm{L}}/{{\rm{\beta }}_{\rm{L}}}} \right)}^{{{\rm{m}}_1}}}}} - {{\rm{\gamma }}_{\rm{C}}} \cdot {\rm{C}}\) |
(5) |
As a result, the relation between intracellular and macroscopic motion is built. Thus utilizing all above modeling, we can simulate the motion of E. coli. Meanwhile, we can predict any parameter with enough measurable parameters given.
Want to see more modellings: Macroscopic Stimulus Diffusion Model, Macroscopic Intracellular Model .
References
2. www.pdn.cam.ac.uk/groups/comp-cell/Rates.html