Difference between revisions of "Team:USTC/Model/Single Cell Model"

(Created page with "<html> <head> <!-- Bootstrap CSS --> <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:USTC/BScss?action=raw&ctype=text/css"> <!-- Scroll...")
 
 
(4 intermediate revisions by 3 users not shown)
Line 52: Line 52:
 
         </li>
 
         </li>
 
         <!--Project-->
 
         <!--Project-->
         <li>
+
         <li class="active">
 
           <a href="#modelSubmenu" data-toggle="collapse" aria-expanded="false">MODEL <i class="fa fa-caret-down"></i></a>
 
           <a href="#modelSubmenu" data-toggle="collapse" aria-expanded="false">MODEL <i class="fa fa-caret-down"></i></a>
 
           <ul class="collapse list-unstyled" id="modelSubmenu">
 
           <ul class="collapse list-unstyled" id="modelSubmenu">
Line 58: Line 58:
 
               <a href="https://2018.igem.org/Team:USTC/Model">Overview</a>
 
               <a href="https://2018.igem.org/Team:USTC/Model">Overview</a>
 
             </li>
 
             </li>
             <li>
+
             <li class="active">
 
               <a href="https://2018.igem.org/Team:USTC/Model/Single_Cell_Model">Single-cell Model</a>
 
               <a href="https://2018.igem.org/Team:USTC/Model/Single_Cell_Model">Single-cell Model</a>
 
             </li>
 
             </li>
Line 65: Line 65:
 
             </li>
 
             </li>
 
             <li>
 
             <li>
               <a href="https://2018.igem.org/Team:USTC/Model/Performance_evaluation">Performance evaluation</a>
+
               <a href="https://2018.igem.org/Team:USTC/Model/Performance_evaluation">Performance Evaluation</a>
 
             </li>
 
             </li>
 
    <li>
 
    <li>
Line 100: Line 100:
 
<!--Achievements-->
 
<!--Achievements-->
 
<li>
 
<li>
           <a href="#">ACHIEVEMENTS</a>
+
           <a href="https://2018.igem.org/Team:USTC/Achievements">ACHIEVEMENTS</a>
 
         </li>
 
         </li>
 
<li>
 
<li>
Line 118: Line 118:
  
 
     <!-- Page Content  -->
 
     <!-- Page Content  -->
   <html>
+
   <div id="content">
  
<head>
+
      <nav class="navbar navbar-expand-lg navbar-light bg-light shadow-lg sticky-top" id="navId">
    <!-- Bootstrap CSS -->
+
        <div class="container-fluid">
    <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:USTC/BScss?action=raw&amp;ctype=text/css">
+
    <!-- Scrollbal Custom CSS -->
+
    <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:USTC/customScrollbarCSS?action=raw&amp;ctype=text/css">
+
    <!-- Custom CSS -->
+
    <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:USTC/CSS/mobile?action=raw&amp;ctype=text/css">
+
    <!-- Font Awsome CSS -->
+
    <link rel="stylesheet" type="text/css" href="https://2018.igem.org/Team:USTC/fontawsome?action=raw&amp;ctype=text/css">
+
  
 
+
          <button type="button" id="sidebarCollapse" class="btn btn-info">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
            <i class="fas fa-align-left"></i>
</head>
+
            <span>Nav</span>
 
+
          </button>
 
+
          <img height="40px" src="https://static.igem.org/mediawiki/2018/5/5b/T--USTC--mobile-title.png">
 
+
          <div class="collapse navbar-collapse" id="navbarSupportedContent">
<body>
+
            <ul class="nav navbar-nav ml-auto">
  <div class="wrapper">
+
              <li class="nav-item">
    <!-- Sidebar  -->
+
                <a class="nav-link" href="#p1">Basic principles</a>
    <nav id="sidebar">
+
              </li>
      <div class="navbar-brand">
+
              <li class="nav-item">
        <img width="270px" src="https://static.igem.org/mediawiki/2018/1/1e/T--USTC--sidenav-logo.png" />
+
                <a class="nav-link" href="#p2">ODEs</a>
 +
              </li>
 +
              <li class="nav-item">
 +
                <a class="nav-link" href="#p3">Initial steady states</a>
 +
              </li>
 +
              <li class="nav-item">
 +
                <a class="nav-link" href="#p4">Adding nicotine</a>
 +
              </li>
 +
              <li class="nav-item">
 +
                <a class="nav-link" href="#p5">Conclusions</a>
 +
              </li>
 +
            </ul>
 +
          </div>
 +
          <button class="btn btn-dark d-inline-block d-lg-none ml-auto" type="button" data-toggle="collapse"
 +
            data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
 +
            aria-label="Toggle navigation">
 +
            <i class="fas fa-align-justify"></i>
 +
          </button>
 +
        </div>
 +
      </nav>
 +
      <div class="container">
 +
        <div class="alert" role="alert">
 +
          <h1 class="alert-heading text-center">Single-cell model</h1>
 +
        </div>
 +
        <!--P1-->
 +
        <div class="card mb-3" id="p1">
 +
          <div class="card-body">
 +
            <h4 class="card-title">Basic principles</h4>
 +
            <hr>
 +
            <p class="card-text">The single-cell model is a mathematical model of the species involved in our system.
 +
              To describe the concentration of every species in the model, non-linear ordinary differential equations
 +
              (ODEs) are applied and mainly based on mass action law and Hill equation. Most of the kinetic parameters
 +
              are from literatures, but some without experimental data are estimated. The model is simulated with
 +
              Matlab solvers to get the change of every components.</p>
 +
          </div>
 +
        </div>
 +
        <!--P2-->
 +
        <div class="card mb-3" id="p2">
 +
          <div class="card-body">
 +
            <h4 class="card-title">ODEs</h4>
 +
            <hr>
 +
            <p class="card-text">The construction of ODEs is based on the gene circuit and metabolic flux described as
 +
              the figure below:</p>
 +
            <div class="card">
 +
              <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/3/38/T--USTC--Model1-Schematic1.png" alt="">
 +
              <div class="card-body">
 +
                <h4 class="card-title text-center">Figure 1 Complete gene circuit and metabolic flux</h4>
 +
              </div>
 +
            </div>
 +
            <div class="card">
 +
              <h4 class="card-header">Gene expression pathway:</h4>
 +
              <div class="card-body">
 +
                <p class="card-text">The change of mRNA concentration can be divided to two components: transcription
 +
                  from DNA and self-degradation. The change of protein concentration can also be divided to two
 +
                  components: translation from mRNA and self-degradation.</p>
 +
              </div>
 +
              <div class="card border-light">
 +
                <img class="card-img-top w-50 mx-auto" src="https://static.igem.org/mediawiki/2018/b/b9/T--USTC--Model1-Equation1.png"
 +
                  alt="">
 +
                <div class="card-body">
 +
                  <h5 class="card-title text-center">Equation 1 mRNA transcription and protein translation</h5>
 +
                </div>
 +
              </div>
 +
            </div>
 +
            <div class="card">
 +
              <h4 class="card-header">Nicotine uptake:</h4>
 +
              <div class="card-body">
 +
                <p class="card-text">The process of nicotine uptake is considered to be in a diffusion way, because the
 +
                  exact nicotine uptake mechanism is not fully understood.</p>
 +
              </div>
 +
              <div class="card border-light">
 +
                <img class="card-img-top w-75 mx-auto" src="https://static.igem.org/mediawiki/2018/a/a6/T--USTC--Model1-Equation2.png"
 +
                  alt="">
 +
                <div class="card-body">
 +
                  <h5 class="card-title text-center">Equation 2 Nicotine uptake and transformation</h5>
 +
                </div>
 +
              </div>
 +
            </div>
 +
            <div class="card">
 +
              <h4 class="card-header">Sensing system:</h4>
 +
              <div class="card border-light">
 +
                <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/0/0b/T--USTC--Model1-Schematic2.png"
 +
                  alt="">
 +
                <div class="card-body">
 +
                  <h4 class="card-title text-center">Figure 2 Release and recovery of hdnoR repression</h4>
 +
                </div>
 +
              </div>
 +
              <div class="card-body">
 +
                <p class="card-text">The repression of hdnoR to GFP expression follows Hill equation. Vppa catalyzes
 +
                  the transformation of nicotine to 6-Hydroxynicotine (6Hn). 6-Hydroxynicotine can release the
 +
                  repression
 +
                  of hdnoR. 6Hlno catalyzes the reaction of 6-Hydroxynicotine degradation.</p>
 +
              </div>
 +
              <div class="card border-light">
 +
                <img class="card-img mx-auto" src="https://static.igem.org/mediawiki/2018/9/97/T--USTC--Model1-Equation3.png"
 +
                  alt="">
 +
                <div class="card-body">
 +
                  <h5 class="card-title text-center">Equation 3 hdnoR production and repression</h5>
 +
                </div>
 +
              </div>
 +
              <div class="card">
 +
                <h4 class="card-header">Regulation system:</h4>
 +
                <div class="card-body">
 +
                  <p class="card-text">In consideration of slow synthesis of LuxI and LuxR but fast association and
 +
                    dimerization reaction, we neglect the impact of LuxR-AHL dimerization and AHL diffusion. The
 +
                    transcription of Lux pR is activated by LuxR-AHL following the Hill equation.</p>
 +
                </div>
 +
                <div class="card border-light">
 +
                  <img class="card-img-top w-50 mx-auto" src="https://static.igem.org/mediawiki/2018/3/3d/T--USTC--Model1-Equation4.png"
 +
                    alt="">
 +
                  <div class="card-body">
 +
                    <h5 class="card-title text-center">Equation 4 Activation of degradation system</h5>
 +
                  </div>
 +
                </div>
 +
              </div>
 +
              <div class="card">
 +
                <h4 class="card-header">Degradation system:</h4>
 +
                <div class="card border-light">
 +
                  <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/b/bc/T--USTC--Model1-Schematic3.png"
 +
                    alt="">
 +
                  <div class="card-body">
 +
                    <h4 class="card-title text-center">Figure 3 Degradation pathway of nicotine to 3-succinoyl-pyridine</h4>
 +
                  </div>
 +
                </div>
 +
                <div class="card-body">
 +
                  <p class="card-text">NicA2/Pnao/Sapd catalyzes the metabolic pathway from nicotine to
 +
                    3-Succinoyl-Pyridine. To simplify
 +
                    the model, we suppose that the reaction catalyzed by NicA2 determines the direction of metabolic
 +
                    flux. So the change
 +
                    of 3-Succinoyl-Pyridine is defined by the enzymatic reaction related to NicA2.</p>
 +
                </div>
 +
                <div class="card border-light">
 +
                  <img class="card-img mx-auto w-50" src="https://static.igem.org/mediawiki/2018/2/27/T--USTC--Model1-Equation5.png" alt="">
 +
                  <div class="card-body">
 +
                    <h5 class="card-title text-center">Equation 5 production of 3-Succinoyl-Pyridine from nicotine</h5>
 +
                  </div>
 +
                </div>
 +
              </div>
 +
            </div>
 +
          </div>
 +
        </div>
 +
        <!--P3-->
 +
        <div class="card mb-3" id="p3">
 +
          <div class="card-body">
 +
            <h4 class="card-title">Initial steady states</h4>
 +
            <hr>
 +
            <p class="card-text">The first step of our simulation is to obtain the initial state of the whole system. Before we add nicotine to the medium, the expression of the species involved in the circuit has already reached the equilibrium and kept in the steady state with tiny fluctuations. So we need to identify the initial concentration of these species in advance and the vector of initial state can be used as the initial condition for solving the ODEs with nicotine. To insure all species in equilibrium, we set the simulation time to 50000 s.</p>
 +
            <div class="card-deck mb-3">
 +
              <div class="card">
 +
                <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/e/e1/T--USTC--Model1-Fig1.png" alt="">
 +
                <div class="card-body">
 +
                  <h4 class="card-title text-center">(a)</h4>
 +
                </div>
 +
              </div>
 +
              <div class="card">
 +
                <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/5/5d/T--USTC--Model1-Fig2.png" alt="">
 +
                <div class="card-body">
 +
                  <h4 class="card-title text-center">(b)</h4>
 +
                </div>
 +
              </div>
 +
            </div>
 +
            <div class="card-deck">
 +
              <div class="card">
 +
                <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/6/60/T--USTC--Model1-Fig3.png" alt="">
 +
                <div class="card-body">
 +
                  <h4 class="card-title text-center">(c)</h4>
 +
                </div>
 +
              </div>
 +
              <div class="card">
 +
                <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/3/38/T--USTC--Model1-Fig4.png" alt="">
 +
                <div class="card-body">
 +
                  <h4 class="card-title text-center">(d)</h4>
 +
                </div>
 +
              </div>
 +
            </div>
 +
            <h5 class="card-title text-center">Figure 1 initial concentration of cellular species</h5>
 +
            <p class="card-text">
 +
              We hope that little signal of GFP can be observed and AHL concentration is lower than 0.1 nM to avoid the activation of degradation system expression. From the result of modeling, we can find that the expression of GFP is very low in equilibrium (Figure 4b). However, the maximum concentration of AHL is about 2.7 nM (Figure 4c), which means that the leaky expression of degradation system is possible. Although the maximal quantity of NicA2 protein can be very high, the expression declines to a low level after 14h which is in the time range for bacteria cultivation. Our results show that leaky expression of NicA2 does exist but the system can reach to an ideal initial steady state after some time. So we confirm that the requirement of the initial state is met by our circuit and setups in theory.
 +
            </p>
 +
          </div>
 +
        </div>
 +
        <!--P4-->
 +
        <div class="card mb-3" id="p4">
 +
          <div class="card-body">
 +
            <h4 class="card-title">Adding nicotine</h4>
 +
            <hr>
 +
            <p class="card-text">To get the solution of the whole system with nicotine input, we choose the initial state after 50000 s simulation as the vector for initial condition. We consider that the uptake of nicotine by bacteria will cost some time, so no nicotine is in the cell at first and we separate the extracellular nicotine and intracellular nicotine to different variables. We set 0.00616 M for extracellular nicotine to simulate the real state of the experiment. The start of simulation is the time point that we select for the initial state 50000 s.</p>
 +
            <div class="card-deck mb-3">
 +
              <div class="card">
 +
                <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/3/33/T--USTC--Model1-Fig5.png" alt="">
 +
                <div class="card-body">
 +
                  <h4 class="card-title text-center">(a)</h4>
 +
                </div>
 +
              </div>
 +
              <div class="card">
 +
                <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/e/e6/T--USTC--Model1-Fig6.png" alt="">
 +
                <div class="card-body">
 +
                  <h4 class="card-title text-center">(b)</h4>
 +
                </div>
 +
              </div>
 +
            </div>
 +
            <div class="card-deck mb-3">
 +
              <div class="card">
 +
                <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/2/24/T--USTC--Model1-Fig7.png" alt="">
 +
                <div class="card-body">
 +
                  <h4 class="card-title text-center">(c)</h4>
 +
                </div>
 +
              </div>
 +
              <div class="card">
 +
                <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/e/e1/T--USTC--Model1-Fig8.png" alt="">
 +
                <div class="card-body">
 +
                  <h4 class="card-title text-center">(d)</h4>
 +
                </div>
 +
              </div>
 +
            </div>
 +
            <div class="card-deck">
 +
              <div class="card">
 +
                <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/c/c6/T--USTC--Model1-Fig9.png" alt="">
 +
                <div class="card-body">
 +
                  <h4 class="card-title text-center">(e)</h4>
 +
                </div>
 +
              </div>
 +
              <div class="card">
 +
                <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/d/d4/T--USTC--Model1-Fig10.png" alt="">
 +
                <div class="card-body">
 +
                  <h4 class="card-title text-center">(f)</h4>
 +
                </div>
 +
              </div>
 +
            </div>
 +
            <h5 class="card-title text-center">Figure 2 Concentration of species after adding nicotine</h5>
 +
            <p class="card-text">The simulation time is from 50000s to 200000s so that every species in the circuit can reach the equilibrium at last. After 42 min, the concentration of GFP reaches maximum value 1070 nM (Figure 5d). The stop time of GFP signal is about 6 hours after adding nicotine. Because we add SsrA tag to GFP molecule which increases the degradation speed of GFP to be 10 times faster than normal condition, so the time of GFP exhaustion is earlier than 6Hlno and LuxI. AHL concentration can be as high as 220 nM, 3-fold higher than the AHL threshold for expression activation (Figure 5e). AHL molecules are exhausted after 15 hours. About the uptake of nicotine, it is obvious that the tendency of extracellular nicotine change is similar to the negative exponential function which accords with our theory of model. The burst of 6-Hydroxynicotine after 24 min is because of the increase of intracellular nicotine (Figure 5b). But as the synthesis of 6-Hydroxynicotine, repression by hdnoR is released and high expression of 6Hlno leads to the fast degradation of 6-Hydroxynicotine. At the same time, over 24000 nM NicA2 are expressed after about 2.5h and transform intracellular nicotine to 3-Succinoyl-Pyridine (Figure 5f, Figure 5a). It takes approximately 31h to reach the maximal transformation of nicotine (Figure 5a). The final concentration of 3-Succinoyl-Pyridine is 0.003 M, about half of the nicotine input. 9 h after complete degradation, the degradation system is shut down. From these data, we can conclude that our system can uptake nicotine, activate the expression of downstream gene elements and degrade nicotine to 3-Succinoyl-Pyridine in a relative short time.</p>
 +
          </div>
 +
        </div>
 +
        <!--P5-->
 +
        <div class="card" id="p5">
 +
          <div class="card-body">
 +
            <h4 class="card-title">Conclusions</h4>
 +
            <hr>
 +
            <p class="card-text mb-3">The result shows that our system can realize the expectations of the design. At first, our circuit guarantees the low expression of GFP/6Hlno/LuxI under the control of hdnoR without nicotine in the system. Second, the model shows that the speed of nicotine uptake is enough to activate high enough expression of GFP and NicA2 in a relative short time, so we can monitor the existence of nicotine in the medium judging by the color of bacteria. At last, half of nicotine can be transformed to the end product and shut-down of degradation system is achieved by the degradation of 6-Hydroxynicotine with 6Hlno. After simulation, we get a series of data which can be used as the reference for the experiment design about the concentration of some species and the optimized sampling time.</p>
 +
            <h4 class="card-title">Modeling results for experiment reference</h4>
 +
            <hr>
 +
            <p class="card-text">Defined parameters:</p>
 +
            <p class="card-text">Promoter 1 strength <code style="font-weight: bold;">0.5</code></p>
 +
            <p class="card-text">Promoter 2 strength <code style="font-weight: bold;">0.5</code></p>
 +
            <p class="card-text">Promoter 3 strength <code style="font-weight: bold;">0.5</code></p>
 +
            <p class="card-text">Plasmid 1 copy number <code style="font-weight: bold;">10 per cell</code></p>
 +
            <p class="card-text">Plasmid 2 copy number <code style="font-weight: bold;">10 per cell</code></p>
 +
            <p class="card-text">Nicotine input <code style="font-weight: bold;">0.00616 M</code></p>
 +
            <table class="table table-hover table-secondary">
 +
              <thead>
 +
                <tr>
 +
                  <th>Adding nicotine</th>
 +
                  <th>Concentration</th>
 +
                  <th>Sampling time</th>
 +
                </tr>
 +
              </thead>
 +
              <tbody>
 +
                <tr>
 +
                  <td>GFP</td>
 +
                  <td>1100nM</td>
 +
                  <td>42min</td>
 +
                </tr>
 +
                <tr>
 +
                  <td>AHL</td>
 +
                  <td>220nM</td>
 +
                  <td>3h</td>
 +
                </tr>
 +
                <tr>
 +
                  <td>NicA2</td>
 +
                  <td>25uM</td>
 +
                  <td>6-16h</td>
 +
                </tr>
 +
                <tr>
 +
                  <td>3-Succinoyl-Pyridine</td>
 +
                  <td>3000uM</td>
 +
                  <td>After 20h</td>
 +
                </tr>
 +
              </tbody>
 +
            </table>
 +
          </div>
 +
        </div>
 +
        <!--P6-->
 
       </div>
 
       </div>
      <ul class="list-unstyled components">
+
   <img class="mt-3" src="https://static.igem.org/mediawiki/2018/1/19/T--USTC--bottom.png" alt="" style="max-width: 100%;height: auto;">
        <li>
+
</div>
          <a href="https://2018.igem.org/Team:USTC">HOME</a>
+
  </div>
        </li>
+
        <li>
+
          <a href="#projectSubmenu" data-toggle="collapse" aria-expanded="false">PROJECT <i class="fa fa-caret-down"></i></a>
+
          <ul class="collapse list-unstyled" id="projectSubmenu">
+
            <li>
+
              <a href="https://2018.igem.org/Team:USTC/Description">Description</a>
+
            </li>
+
            <li>
+
              <a href="https://2018.igem.org/Team:USTC/Design">Design</a>
+
            </li>
+
            <li>
+
              <a href="https://2018.igem.org/Team:USTC/Results">Results</a>
+
            </li>
+
            <li>
+
              <a href="https://2018.igem.org/Team:USTC/Hardware">Hardware</a>
+
            </li>
+
        <li>
+
              <a href="https://2018.igem.org/Team:USTC/Safety">Safety</a>
+
            </li>
+
    <li>
+
              <a href="https://2018.igem.org/Team:USTC/Parts">Parts</a>
+
            </li>
+
          </ul>
+
        </li>
+
        <!--Project-->
+
        <li>
+
          <a href="#modelSubmenu" data-toggle="collapse" aria-expanded="false">MODEL <i class="fa fa-caret-down"></i></a>
+
          <ul class="collapse list-unstyled" id="modelSubmenu">
+
            <li>
+
              <a href="https://2018.igem.org/Team:USTC/Model">Overview</a>
+
            </li>
+
            <li>
+
              <a href="https://2018.igem.org/Team:USTC/Model/Single_Cell_Model">Single-cell Model</a>
+
            </li>
+
            <li>
+
              <a href="https://2018.igem.org/Team:USTC/Model/System_Analysis">System Analysis</a>
+
            </li>
+
            <li>
+
              <a href="https://2018.igem.org/Team:USTC/Model/Performance_evaluation">Performance evaluation</a>
+
            </li>
+
    <li>
+
              <a href="https://2018.igem.org/Team:USTC/Model/Parameters">Parameters</a>
+
            </li>
+
          </ul>
+
        </li>
+
        <!--Model-->
+
        <li>
+
          <a href="https://2018.igem.org/Team:USTC/InterLab">INTERLAB</a>
+
        </li>
+
        <!--Interlab-->
+
        <li>
+
          <a href="https://2018.igem.org/Team:USTC/Notebook">NOTEBOOK</a>
+
        </li>
+
        <!--Notebook-->
+
        <li>
+
          <a href="#HPSubmenu" data-toggle="collapse" aria-expanded="false">HUMAN PRACTICES <i class="fa fa-caret-down"></i></a>
+
          <ul class="collapse list-unstyled" id="HPSubmenu">
+
            <li>
+
              <a href="https://2018.igem.org/Team:USTC/Human_Practices">Overview</a>
+
            </li>
+
            <li>
+
              <a href="https://2018.igem.org/Team:USTC/Human_Practices/General_HP">General HP</a>
+
            </li>
+
            <li>
+
              <a href="https://2018.igem.org/Team:USTC/Human_Practices/Integrated_HP">Integrated HP</a>
+
            </li>
+
    <li>
+
      <a href="https://2018.igem.org/Team:USTC/Collaborations">Collaborations</a>
+
    </li>
+
          </ul>
+
        </li>
+
<!--Achievements-->
+
<li>
+
          <a href="#">ACHIEVEMENTS</a>
+
        </li>
+
<li>
+
          <a href="#Teamsubmenu" data-toggle="collapse" aria-expanded="false">TEAM <i class="fa fa-caret-down"></i></a>
+
          <ul class="collapse list-unstyled" id="Teamsubmenu">
+
    <li>
+
              <a href="https://2018.igem.org/Team:USTC/Team">Members</a>
+
            </li>
+
            <li>
+
              <a href="https://2018.igem.org/Team:USTC/Attributions">Attributions</a>
+
            </li>
+
          </ul>
+
        </li>
+
 
+
      </ul>
+
    </nav>
+
 
+
    <!-- Page Content  -->
+
    
+
 
+
    <div class="overlay"></div>
+
 
+
    <!-- Popper.JS -->
+
    <script type="text/javascript" src="https://2018.igem.org/Team:USTC/Popperjs?action=raw&amp;ctype=text/javascript"></script>
+
    <!-- Bootstrap JS -->
+
    <script type="text/javascript" src="https://2018.igem.org/Team:USTC/BSjs?action=raw&amp;ctype=text/javascript"></script>
+
    <!-- jQuery Custom Scroller -->
+
    <script type="text/javascript" src="https://2018.igem.org/Team:USTC/customScrollbarJS?action=raw&amp;ctype=text/javascript"></script>
+
 
+
 
+
    <script type="text/javascript">
+
        $(document).ready(function () {
+
            $("#sidebar").mCustomScrollbar({
+
                theme: "minimal"
+
            });
+
 
+
            $('.overlay').on('click', function () {
+
                $('#sidebar').removeClass('active');
+
                $('.overlay').removeClass('active');
+
                $('li:not(".active") a[aria-expanded=true]').click();
+
            });
+
 
+
            $('#sidebarCollapse').on('click', function () {
+
                $('#sidebar').addClass('active');
+
                $('.overlay').addClass('active');
+
                $('.collapse.in').toggleClass('in');
+
            });
+
            $("#top_title").hide();
+
            $(".mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul").css("margin","0");
+
            $("a:visited").css("color","");
+
            $("body").scrollspy({ target: "#navId", offset: 50 });
+
            $("li.active a").click();
+
        });
+
    </script>
+
</body>
+
</html>
+
 
+
  
 
     <div class="overlay"></div>
 
     <div class="overlay"></div>

Latest revision as of 03:39, 18 October 2018

Basic principles


The single-cell model is a mathematical model of the species involved in our system. To describe the concentration of every species in the model, non-linear ordinary differential equations (ODEs) are applied and mainly based on mass action law and Hill equation. Most of the kinetic parameters are from literatures, but some without experimental data are estimated. The model is simulated with Matlab solvers to get the change of every components.

ODEs


The construction of ODEs is based on the gene circuit and metabolic flux described as the figure below:

Figure 1 Complete gene circuit and metabolic flux

Gene expression pathway:

The change of mRNA concentration can be divided to two components: transcription from DNA and self-degradation. The change of protein concentration can also be divided to two components: translation from mRNA and self-degradation.

Equation 1 mRNA transcription and protein translation

Nicotine uptake:

The process of nicotine uptake is considered to be in a diffusion way, because the exact nicotine uptake mechanism is not fully understood.

Equation 2 Nicotine uptake and transformation

Sensing system:

Figure 2 Release and recovery of hdnoR repression

The repression of hdnoR to GFP expression follows Hill equation. Vppa catalyzes the transformation of nicotine to 6-Hydroxynicotine (6Hn). 6-Hydroxynicotine can release the repression of hdnoR. 6Hlno catalyzes the reaction of 6-Hydroxynicotine degradation.

Equation 3 hdnoR production and repression

Regulation system:

In consideration of slow synthesis of LuxI and LuxR but fast association and dimerization reaction, we neglect the impact of LuxR-AHL dimerization and AHL diffusion. The transcription of Lux pR is activated by LuxR-AHL following the Hill equation.

Equation 4 Activation of degradation system

Degradation system:

Figure 3 Degradation pathway of nicotine to 3-succinoyl-pyridine

NicA2/Pnao/Sapd catalyzes the metabolic pathway from nicotine to 3-Succinoyl-Pyridine. To simplify the model, we suppose that the reaction catalyzed by NicA2 determines the direction of metabolic flux. So the change of 3-Succinoyl-Pyridine is defined by the enzymatic reaction related to NicA2.

Equation 5 production of 3-Succinoyl-Pyridine from nicotine

Initial steady states


The first step of our simulation is to obtain the initial state of the whole system. Before we add nicotine to the medium, the expression of the species involved in the circuit has already reached the equilibrium and kept in the steady state with tiny fluctuations. So we need to identify the initial concentration of these species in advance and the vector of initial state can be used as the initial condition for solving the ODEs with nicotine. To insure all species in equilibrium, we set the simulation time to 50000 s.

(a)

(b)

(c)

(d)

Figure 1 initial concentration of cellular species

We hope that little signal of GFP can be observed and AHL concentration is lower than 0.1 nM to avoid the activation of degradation system expression. From the result of modeling, we can find that the expression of GFP is very low in equilibrium (Figure 4b). However, the maximum concentration of AHL is about 2.7 nM (Figure 4c), which means that the leaky expression of degradation system is possible. Although the maximal quantity of NicA2 protein can be very high, the expression declines to a low level after 14h which is in the time range for bacteria cultivation. Our results show that leaky expression of NicA2 does exist but the system can reach to an ideal initial steady state after some time. So we confirm that the requirement of the initial state is met by our circuit and setups in theory.

Adding nicotine


To get the solution of the whole system with nicotine input, we choose the initial state after 50000 s simulation as the vector for initial condition. We consider that the uptake of nicotine by bacteria will cost some time, so no nicotine is in the cell at first and we separate the extracellular nicotine and intracellular nicotine to different variables. We set 0.00616 M for extracellular nicotine to simulate the real state of the experiment. The start of simulation is the time point that we select for the initial state 50000 s.

(a)

(b)

(c)

(d)

(e)

(f)

Figure 2 Concentration of species after adding nicotine

The simulation time is from 50000s to 200000s so that every species in the circuit can reach the equilibrium at last. After 42 min, the concentration of GFP reaches maximum value 1070 nM (Figure 5d). The stop time of GFP signal is about 6 hours after adding nicotine. Because we add SsrA tag to GFP molecule which increases the degradation speed of GFP to be 10 times faster than normal condition, so the time of GFP exhaustion is earlier than 6Hlno and LuxI. AHL concentration can be as high as 220 nM, 3-fold higher than the AHL threshold for expression activation (Figure 5e). AHL molecules are exhausted after 15 hours. About the uptake of nicotine, it is obvious that the tendency of extracellular nicotine change is similar to the negative exponential function which accords with our theory of model. The burst of 6-Hydroxynicotine after 24 min is because of the increase of intracellular nicotine (Figure 5b). But as the synthesis of 6-Hydroxynicotine, repression by hdnoR is released and high expression of 6Hlno leads to the fast degradation of 6-Hydroxynicotine. At the same time, over 24000 nM NicA2 are expressed after about 2.5h and transform intracellular nicotine to 3-Succinoyl-Pyridine (Figure 5f, Figure 5a). It takes approximately 31h to reach the maximal transformation of nicotine (Figure 5a). The final concentration of 3-Succinoyl-Pyridine is 0.003 M, about half of the nicotine input. 9 h after complete degradation, the degradation system is shut down. From these data, we can conclude that our system can uptake nicotine, activate the expression of downstream gene elements and degrade nicotine to 3-Succinoyl-Pyridine in a relative short time.

Conclusions


The result shows that our system can realize the expectations of the design. At first, our circuit guarantees the low expression of GFP/6Hlno/LuxI under the control of hdnoR without nicotine in the system. Second, the model shows that the speed of nicotine uptake is enough to activate high enough expression of GFP and NicA2 in a relative short time, so we can monitor the existence of nicotine in the medium judging by the color of bacteria. At last, half of nicotine can be transformed to the end product and shut-down of degradation system is achieved by the degradation of 6-Hydroxynicotine with 6Hlno. After simulation, we get a series of data which can be used as the reference for the experiment design about the concentration of some species and the optimized sampling time.

Modeling results for experiment reference


Defined parameters:

Promoter 1 strength 0.5

Promoter 2 strength 0.5

Promoter 3 strength 0.5

Plasmid 1 copy number 10 per cell

Plasmid 2 copy number 10 per cell

Nicotine input 0.00616 M

Adding nicotine Concentration Sampling time
GFP 1100nM 42min
AHL 220nM 3h
NicA2 25uM 6-16h
3-Succinoyl-Pyridine 3000uM After 20h