Difference between revisions of "Team:USTC/Model/System Analysis/m"

(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...")
 
Line 136: Line 136:
  
 
     <!-- Page Content  -->
 
     <!-- Page Content  -->
    <div id="content">
+
        <div id="content">
  
      <nav class="navbar navbar-expand-lg navbar-light bg-light shadow-lg sticky-top" id="navId">
+
            <nav class="navbar navbar-expand-lg navbar-light bg-light shadow-lg sticky-top" id="navId">
        <div class="container-fluid">
+
                <div class="container-fluid">
  
          <button type="button" id="sidebarCollapse" class="btn btn-info">
+
                    <button type="button" id="sidebarCollapse" class="btn btn-info">
            <i class="fas fa-align-left"></i>
+
                        <i class="fas fa-align-left"></i>
            <span>Nav</span>
+
                        <span>Nav</span>
          </button>
+
                    </button>
          <img height="40px" src="https://static.igem.org/mediawiki/2018/5/5b/T--USTC--mobile-title.png">
+
                    <img height="40px" src="https://static.igem.org/mediawiki/2018/5/5b/T--USTC--mobile-title.png">
          <div class="collapse navbar-collapse" id="navbarSupportedContent">
+
                    <div class="collapse navbar-collapse" id="navbarSupportedContent">
            <ul class="nav navbar-nav ml-auto">
+
                        <ul class="nav navbar-nav ml-auto">
              <li class="nav-item">
+
                            <li class="nav-item">
                <a class="nav-link" href="#p1">Basic principles</a>
+
                                <a class="nav-link" href="#section1">Page</a>
              </li>
+
                            </li>
              <li class="nav-item">
+
                            <li class="nav-item">
                <a class="nav-link" href="#p2">ODEs</a>
+
                                <a class="nav-link" href="#section2">Page</a>
              </li>
+
                            </li>
              <li class="nav-item">
+
                            <li class="nav-item">
                <a class="nav-link" href="#p3">Initial steady states</a>
+
                                <a class="nav-link" href="#section3">Page</a>
              </li>
+
                            </li>
              <li class="nav-item">
+
                            <li class="nav-item">
                <a class="nav-link" href="#p4">Adding nicotine</a>
+
                                <a class="nav-link" href="#section4">Page</a>
              </li>
+
                            </li>
              <li class="nav-item">
+
                        </ul>
                <a class="nav-link" href="#p5">Conclusions</a>
+
                    </div>
              </li>
+
                    <button class="btn btn-dark d-inline-block d-lg-none ml-auto" type="button" data-toggle="collapse"
            </ul>
+
                        data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
          </div>
+
                        aria-label="Toggle navigation">
          <button class="btn btn-dark d-inline-block d-lg-none ml-auto" type="button" data-toggle="collapse"
+
                        <i class="fas fa-align-justify"></i>
            data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
+
                    </button>
            aria-label="Toggle navigation">
+
                </div>
            <i class="fas fa-align-justify"></i>
+
            </nav>
          </button>
+
            <div class="container">
        </div>
+
                <div class="alert alert-success" role="alert">
      </nav>
+
                    <h3 class="alert-heading text-center">System analysis</h4>
    </div>
+
                </div>
  </div>
+
                <!--P1-->
 +
                <div class="card mb-3">
 +
                    <div class="card-body">
 +
                        <h4 class="card-title">Purpose of analysis</h4>
 +
                        <hr>
 +
                        <p class="card-text">In our project, the whole gene circuit is composed of three parts: sensing
 +
                            system, regulation system and degradation system. The function of sensing system is to
 +
                            detect the existence of nicotine and transform the chemical signal (6-Hydroxynicotine) to
 +
                            fluorescence signal (GFP). After receiving the chemical signal, the regulation system can
 +
                            activate the expression of degradation system by increasing the concentration of AHL. In
 +
                            this way, nicotine can be detected by the bacteria and it is economical for bacteria to
 +
                            spare some energy from expressing degradation enzymes to normal growth after sensing. At
 +
                            the same time, adequate metabolic enzymes can be synthesized for nicotine transformation.
 +
                            To reach the target of design, we need to insure low expression of GFP/NicA2 without
 +
                            nicotine, but sufficient quantity of effective or signal proteins when sensing nicotine.
 +
                            The level of expression is under the control of their promoter strengths and DNA copy
 +
                            numbers. This part we will talk about the impact of these two factors to the whole system
 +
                            and help the experiment design to choose the appropriate gene elements for optimizing.</p>
 +
                    </div>
 +
                </div>
 +
                <!--P2-->
 +
                <div class="card mb-3">
 +
                    <div class="card-body">
 +
                        <h4 class="card-title">Promoter strength</h4>
 +
                        <hr>
 +
                        <p class="card-text">There are three important promoters controlling the expression and signal
 +
                            processing in the circuit:</p>
 +
                        <p class="card-text">(1) Promoter1 controls expression of Vppa. Vppa catalyzes the reaction
 +
                            from nicotine to 6-Hydroxynicotine.</p>
 +
                        <p class="card-text">(2) Promoter2 controls expression of hdnoR which binds to pHdno and
 +
                            represses 6Hlno/GFP/LuxI expression. 6-Hydroxynicotine is the inducer to release hdnoR
 +
                            repression. 6Hlno is responsible for 6-Hydroxynicotine degradation. LuxI catalyzes the
 +
                            reaction of AHL synthesis.</p>
 +
                        <p class="card-text">(3) Promoter3 controls expression of LuxR. A certain amount of LuxR-AHL
 +
                            dimer can activate the transcription of NicA22.</p>
 +
                        <p class="card-text">To describe the strength of promoter, we define variable ‘s’ as the
 +
                            strength of promoter. ‘s’ can be any real number in the region of [0,1]. The transcription
 +
                            rate of three promoters can be described as below:</p>
 +
                        <div class="card border-light">
 +
                            <img class="card-img-top w-75 mx-auto" src="https://static.igem.org/mediawiki/2018/c/c8/T--USTC--Model2-Equation1.png"
 +
                                alt="">
 +
                            <div class="card-body">
 +
                                <h4 class="card-title text-center">Equation 1 Transcription rate and promoter strength</h4>
 +
                            </div>
 +
                        </div>
 +
                        <div class="card">
 +
                            <h4 class="card-header">Initial steady state</h4>
 +
                            <div class="card-body">
 +
                                <p class="card-text">The combination of promoter strengths need to meet the
 +
                                    requirements of the design:</p>
 +
                                <p class="card-text">(1) Low concentration of GFP under detection limit.</p>
 +
                                <p class="card-text">(2) Low concentration of AHL to lower the basal expression of
 +
                                    degradation system.</p>
 +
                                <p class="card-text">(3) Low concentration of NicA2 to save energy for normal growth.</p>
 +
                                <div class="card-deck mb-3">
 +
                                    <div class="card">
 +
                                        <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/c/c4/T--USTC--Model2-Fig1.png"
 +
                                            alt="">
 +
                                        <div class="card-body">
 +
                                            <h4 class="card-title text-center">Figure 1 Initial GFP expression with s1</h4>
 +
                                        </div>
 +
                                    </div>
 +
                                    <div class="card">
 +
                                        <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/f/f8/T--USTC--Model2-Fig2.png"
 +
                                            alt="">
 +
                                        <div class="card-body">
 +
                                            <h4 class="card-title">Figure 2 Initial GFP expression with s2</h4>
 +
                                        </div>
 +
                                    </div>
 +
                                </div>
 +
                                <div class="card-deck">
 +
                                    <div class="card">
 +
                                        <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/2/23/T--USTC--Model2-Fig3.png"
 +
                                            alt="">
 +
                                        <div class="card-body">
 +
                                            <h4 class="card-title">Figure 3 Initial AHL expression with s2, s3</h4>
 +
                                        </div>
 +
                                    </div>
 +
                                    <div class="card">
 +
                                        <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/f/fd/T--USTC--Model2-Fig4.png"
 +
                                            alt="">
 +
                                        <div class="card-body">
 +
                                            <h4 class="card-title">Figure 4 Initial NicA expression with s2, s3</h4>
 +
                                        </div>
 +
                                    </div>
 +
                                </div>
 +
                                <p class="card-text">The range of strength value in the simulation is from 1e-2 to 1. The simulation time is 200000 s to guarantee that all species reach equilibrium state at last. From figure1 and figure2, we can find that the change of Vppa and GFP concentration is mainly follow the exponential function. However, the index of Vppa is positive but negative in the condition of GFP. It is reasonable because Vppa expression is promoted by promoter1 and promoter2 represses GFP expression. Considering that the small amount of GFP is difficult to be detected, we can conclude that s2 over 1e-2 is appropriate for repression of GFP expression. Figure3 shows the tendency of AHL concentration change with variable ‘s2’ and ‘s3’. It is obvious that s3 has little impact to AHL concentration but s2 plays a vital role in regulating AHL concentration. Within our parameter region, AHL concentration is much smaller than 0.1 nM, so the expression of degradation system is very low. This phenomenon can clearly be observed from figure 4. When s2 is lower than 1e-1.5 and s3 is higher than 1e-0.5, only about 5-20 M of NicA2 is generated but this concentration range is enough low to satisfy the design.</p>
 +
                            </div>
 +
 
 +
                        </div>
 +
                        <div class="card">
 +
                            <h4 class="card-header">Adding nicotine</h4>
 +
                            <div class="card-body">
 +
                                <p class="card-text">From the simulation result of initial steady state, we can find that range of promoter strength from 0.1 to 1 for both promoters satisfies our requirements of low expression of GFP and NicA2. So, to simplify the simulation, we set the parameter interval of s1 and s2 to [0.1,1]. Under these settings, the difference among initial states under control of various s1/s2 combinations is not very significant. Based on this fact, we set the same initial condition for all simulation to reduce the amount and time of calculation.</p>
 +
                                <div class="card-deck mb-3">
 +
                                    <div class="card">
 +
                                        <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/c/c8/T--USTC--Model2-Fig5.png" alt="">
 +
                                        <div class="card-body">
 +
                                            <h4 class="card-title">Figure 5 GFP with s2, s3, nicotine input</h4>
 +
                                        </div>
 +
                                    </div>
 +
                                    <div class="card">
 +
                                        <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/4/40/T--USTC--Model2-Fig6.png" alt="">
 +
                                        <div class="card-body">
 +
                                            <h4 class="card-title">Figure 6 GFP heat-map</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/a/a7/T--USTC--Model2-Fig7.png" alt="">
 +
                                        <div class="card-body">
 +
                                            <h4 class="card-title">Figure 7 AHL with s2, s3, nicotine input</h4>
 +
                                        </div>
 +
                                    </div>
 +
                                    <div class="card">
 +
                                        <img class="card-img-top" src="https://static.igem.org/mediawiki/2018/c/ce/T--USTC--Model2-Fig8.png" alt="">
 +
                                        <div class="card-body">
 +
                                            <h4 class="card-title">Figure 8 AHL heat-map
  
 
     <div class="overlay"></div>
 
     <div class="overlay"></div>

Revision as of 15:49, 16 October 2018

Purpose of analysis


In our project, the whole gene circuit is composed of three parts: sensing system, regulation system and degradation system. The function of sensing system is to detect the existence of nicotine and transform the chemical signal (6-Hydroxynicotine) to fluorescence signal (GFP). After receiving the chemical signal, the regulation system can activate the expression of degradation system by increasing the concentration of AHL. In this way, nicotine can be detected by the bacteria and it is economical for bacteria to spare some energy from expressing degradation enzymes to normal growth after sensing. At the same time, adequate metabolic enzymes can be synthesized for nicotine transformation. To reach the target of design, we need to insure low expression of GFP/NicA2 without nicotine, but sufficient quantity of effective or signal proteins when sensing nicotine. The level of expression is under the control of their promoter strengths and DNA copy numbers. This part we will talk about the impact of these two factors to the whole system and help the experiment design to choose the appropriate gene elements for optimizing.

Promoter strength


There are three important promoters controlling the expression and signal processing in the circuit:

(1) Promoter1 controls expression of Vppa. Vppa catalyzes the reaction from nicotine to 6-Hydroxynicotine.

(2) Promoter2 controls expression of hdnoR which binds to pHdno and represses 6Hlno/GFP/LuxI expression. 6-Hydroxynicotine is the inducer to release hdnoR repression. 6Hlno is responsible for 6-Hydroxynicotine degradation. LuxI catalyzes the reaction of AHL synthesis.

(3) Promoter3 controls expression of LuxR. A certain amount of LuxR-AHL dimer can activate the transcription of NicA22.

To describe the strength of promoter, we define variable ‘s’ as the strength of promoter. ‘s’ can be any real number in the region of [0,1]. The transcription rate of three promoters can be described as below:

Equation 1 Transcription rate and promoter strength

Initial steady state

The combination of promoter strengths need to meet the requirements of the design:

(1) Low concentration of GFP under detection limit.

(2) Low concentration of AHL to lower the basal expression of degradation system.

(3) Low concentration of NicA2 to save energy for normal growth.

Figure 1 Initial GFP expression with s1

Figure 2 Initial GFP expression with s2

Figure 3 Initial AHL expression with s2, s3

Figure 4 Initial NicA expression with s2, s3

The range of strength value in the simulation is from 1e-2 to 1. The simulation time is 200000 s to guarantee that all species reach equilibrium state at last. From figure1 and figure2, we can find that the change of Vppa and GFP concentration is mainly follow the exponential function. However, the index of Vppa is positive but negative in the condition of GFP. It is reasonable because Vppa expression is promoted by promoter1 and promoter2 represses GFP expression. Considering that the small amount of GFP is difficult to be detected, we can conclude that s2 over 1e-2 is appropriate for repression of GFP expression. Figure3 shows the tendency of AHL concentration change with variable ‘s2’ and ‘s3’. It is obvious that s3 has little impact to AHL concentration but s2 plays a vital role in regulating AHL concentration. Within our parameter region, AHL concentration is much smaller than 0.1 nM, so the expression of degradation system is very low. This phenomenon can clearly be observed from figure 4. When s2 is lower than 1e-1.5 and s3 is higher than 1e-0.5, only about 5-20 M of NicA2 is generated but this concentration range is enough low to satisfy the design.

Adding nicotine

From the simulation result of initial steady state, we can find that range of promoter strength from 0.1 to 1 for both promoters satisfies our requirements of low expression of GFP and NicA2. So, to simplify the simulation, we set the parameter interval of s1 and s2 to [0.1,1]. Under these settings, the difference among initial states under control of various s1/s2 combinations is not very significant. Based on this fact, we set the same initial condition for all simulation to reduce the amount and time of calculation.

Figure 5 GFP with s2, s3, nicotine input

Figure 6 GFP heat-map

Figure 7 AHL with s2, s3, nicotine input

Figure 8 AHL heat-map