Team:Tokyo Tech/Modeling

From 2014.igem.org

(Difference between revisions)
Line 55: Line 55:
  <div id="content-over">
  <div id="content-over">
             <div class="post">
             <div class="post">
-
<h2 class="title">Modeling</h2>
+
              <h2 class="title">Modeling</h2>
                 <span class="meta">What we found here is so amazing</span>
                 <span class="meta">What we found here is so amazing</span>
-
    <div class="entry-long">
+
                <div class="entry-long">
-
<tr>
+
                  <table width="900" border="0">
 +
                <tr>
                   <td colspan="2">&nbsp;</td>
                   <td colspan="2">&nbsp;</td>
                 </tr>
                 </tr>
Line 311: Line 312:
         </div>
         </div>
  </div>
  </div>
-
<!-- end #content -->
+
<!-- end #content -->
<div style="clear: both;">&nbsp;</div>
<div style="clear: both;">&nbsp;</div>

Revision as of 06:43, 11 October 2014

Tokyo_Tech

Modeling

What we found here is so amazing
 
Content
 

1. IntroductiOverview

2. Why we change Prhl

3. Bank AHL dependent switching

 
 
 
Overview
 

1. Introduction

 
1.1 Mathematical model

Since our genetic circuit is complex, it is very difficult to predict the system’s behavior intuitively. Thus we constructed mathematical model to predict the behavior.

Fig.  1 circuit design
 
 
Fig.  1 corresponding mathematical model
 

Detail designs are shown below.

 

1.2 Cell population

These equations above describe how cells grow in the culture. Equation (1),(2),(3) describe populations of Bank, Company, and Customer each. All first terms of the equations are meant for carrying capacity. Second terms of (2) and (3) describe the effect of chloramphenicol and chloramphenicol resistance gene. Note that these second terms are set to 0 once the value becomes minus in order to avoid the effect of chloramphenicol promote the growth of cells.

 

1.3 Signaling molecules

These equations describe concentrations of C4HSL and 3OC12HSL.

First and Second term of (4) describes production of C4HSL from RhlI in Bank and Company cells. Third term is meant for decomposition of C4HSL by AiiA in Bank cell. Fourth term is for degradation of C4HSL.

Same goes on 3OC12HSL. First term describes the production of 3OC12HSL from LasI in Bank. Second term is for decomposition of C12HSL by AiiA in Bank cell. Third term is for degradation of 3OC12HSL.

 

1.4 Bank

Bank has two states changing during the cultivation. (6) and (7) describe Distribution state. LacI represses the translation of TetR as described in first term of (8). RhlI will distribute C4HSL which represents money. On the other hand, (8) and (9) describe Collection state. TetR represses LacI. AiiA decomposes C4.

To achieve the state switching depend on the concentration of C4HSL, TetR and AiiA are regulated not only by LacI but also by C4HSL. This makes the system be able to  switch depends on the concentration of C4HSL.

 

1.5 Company

In the presence of C4HSL, LasI and CmR will be expressed.

 

1.6 Customer

In the presence of C12, RhlI and CmR will be expressed.

 

2. Story simulation details