Team:XMU-China/Modeling1

From 2013.igem.org

(Difference between revisions)
(Created page with "{{:Team:XMU-China/Home}} {{:Team:XMU-China/Content_modeling}} {{:Team:XMU-China/top}} <html> <head> <style> body {text-align:justify;} - global setting: #globalWrapper{positi...")
Line 47: Line 47:
     <div class="navbox" id="side_list" >
     <div class="navbox" id="side_list" >
<ul class="nav_s" style="font-size:30px">     
<ul class="nav_s" style="font-size:30px">     
-
                        <li><a href="https://2013.igem.org/Team:XMU-China/Project#Background">Background</a></li>
+
                              <li><a href="https://2013.igem.org/Team:XMU-China/Background">Background</a></li>
-
                         <li><a href="https://2013.igem.org/Team:XMU-China/Project#Mechanism">Mechanism</a></li>
+
                         <li><a href="https://2013.igem.org/Team:XMU-China/Mechanism">Mechanism</a></li>
-
                         <li><a href="https://2013.igem.org/Team:XMU-China/Project#Circuit_Construction">Circuit Construction</a></li>
+
                         <li><a href="https://2013.igem.org/Team:XMU-China/Circuit">Circuit Construction</a></li>
-
                         <li><a href="https://2013.igem.org/Team:XMU-China/Project#Microfluidic">Microfluidic</a></li>
+
                         <li><a href="https://2013.igem.org/Team:XMU-China/Microfluidic">Microfluidic</a></li>
-
                         <li><a href="https://2013.igem.org/Team:XMU-China/Project#Modeling">Modeling</a></li>
+
                         <li><a href="https://2013.igem.org/Team:XMU-China/Modeling1">Modeling</a></li>
-
                         <li><a href="https://2013.igem.org/Team:XMU-China/Project#Application">Applications</a></li>
+
                         <li><a href="https://2013.igem.org/Team:XMU-China/Applications">Applications</a></li>
-
                         <li><a href="https://2013.igem.org/Team:XMU-China/Project#Parts">Parts</a></li>
+
                         <li><a href="https://2013.igem.org/Team:XMU-China/Parts1">Parts</a></li>
</ul>
</ul>
</div>
</div>

Revision as of 03:04, 26 October 2013

导航栏

LinkUp - Multipurpose HTML Template

Modeling

Mathematical model

We modeled the oscillate gene circuit (without ndh gene) based on the paper "A synchronized quorum of genetic clocks"[12]. In that, the author characterized the oscillator by using the four delay differential equations (DDEs), which are the basic of our modeling. DDE can perfectly simulate our circuit due to its powerful function about solving the dynamic change in biological processes.

In the first two equations, item is a Hill function equaling to , which describes the delayed reactions about the complex processes in the cells (transcription, translation, maturation, etc.). This Hill function takes the history of the system into account, i.e. the concentration of AHL at the time it binds to LuxR to form the activation complex.
This model does not include an equation for LuxR assuming that it is constitutively produced at a constant level. All parameters are normalized for the convenience of analysis.


Modeling in MATLAB


We used MATLAB to help us solve the DDEs and draw the graphs. In addition, we developed a GUI user interface after finishing the main DDE code. The user interface makes people easier to modify and adjust the parameters without recoding the .m files and any MATLAB language knowledge. We called this software "Gene OS" which is short for Gene oscillate simulator.


See more in Software
XMU-China | Welcome