Difference between revisions of "Team:Marburg/Modeling"

Line 74: Line 74:
  
 
             <p>
 
             <p>
Genetic constructs designed to kill GMOs on purpose once they have unintentionally escaped the lab environment are a great way to reduce the threat through these organisms [1]. These constructs are called killswitches in analogy to their industrial equivalent. It might be implemented into an otherwise already genetically modified organism. Once the organism escapes the lab, it will die. This way, it cannot harm the environment.
+
Genetic constructs designed to kill GMOs on purpose once they have unintentionally escaped the lab environment are a great way to reduce the threat through these organisms. These constructs are called killswitches in analogy to their industrial equivalent. It might be implemented into an otherwise already genetically modified organism. Once the organism escapes the lab, it will die. This way, it cannot harm the environment.
 
             </p>
 
             </p>
 
          
 
          
Line 131: Line 131:
  
 
             <p>
 
             <p>
Genetic regulatory networks (GRN) describe how genes are expressed inside an organism [1]. This is very comprehensively summarized in wiring diagrams. Taking electrical circuits as comparison, the electrical current is equivalent to the flow of gene expression in GRNs. Genetic promoters represent nodes with different logical behaviors that lead to gene expression and therefore proteins being built. Subsequently, these proteins control promoters again such that a complex behavior arises.
+
Genetic regulatory networks (GRN) describe how genes are expressed inside an organism. This is very comprehensively summarized in wiring diagrams. Taking electrical circuits as comparison, the electrical current is equivalent to the flow of gene expression in GRNs. Genetic promoters represent nodes with different logical behaviors that lead to gene expression and therefore proteins being built. Subsequently, these proteins control promoters again such that a complex behavior arises.
 
             </p>
 
             </p>
 
          
 
          
Line 143: Line 143:
  
 
             <p>
 
             <p>
A common way to put this into a context so that quantitative statements are possible is to use the modeling of GRNs based on ordinary differential equations (ODEs) [2].
+
A common way to put this into a context so that quantitative statements are possible is to use the modeling of GRNs based on ordinary differential equations (ODEs).
 
             </p>
 
             </p>
 
          
 
          
Line 175: Line 175:
 
          
 
          
 
     </div>
 
     </div>
 +
 +
   
 +
 +
 +
 +
 +
 +
 +
  
 
     <div class="row">
 
     <div class="row">
 
         <div class="col-sm-12 text-justify">
 
         <div class="col-sm-12 text-justify">
             <h3>Continuous genetic regulatory network modeling</h3>         
+
             <h3>Modeled killswitches</h3>       
 +
        </div>
 +
    </div>
 +
 
 +
    <div class="row">
 +
        <div class="col-sm-12 text-justify">
 +
            <h4>(a) BNU China 2014</h4>         
 
         </div>
 
         </div>
 
     </div>
 
     </div>
Line 187: Line 202:
  
 
             <p>
 
             <p>
In the following, the function \(f\) is explained for different biological phenomena. It captures how the concentrations \(\vec{X}\) influences their own change over time.
+
The killswitch of BNU China’s iGEM team in 2014 was chosen to be modeled first. Topologically, it is a simple cascade of repressing units. The network topology given by BNU China 2014 is shown in figure 1. We investigated the involved biological processes and updated the network’s topology accordingly to resemble the biological structure correctly. This can be found in figure 1 as well.
 
             </p>
 
             </p>
 
          
 
          
 
         </div>
 
         </div>
 
          
 
          
 +
    </div>
 +
 +
    <div class="row">
 +
 +
        <div class="col-sm-12">
 +
 +
            <img src="https://static.igem.org/mediawiki/2016/e/e3/T--Marburg--a_topology.svg"
 +
                class="img-responsive center-block figure_img" alt="Figure 1">
 +
 +
            <div class="figure_text">
 +
<b>Figure 1.</b> (a) The topology of the BNU China 2014 killswitch. (b) Our adapted and more detailed topology.
 +
            </div>
 +
 +
        </div>
 +
 
     </div>
 
     </div>
  
Line 199: Line 229:
  
 
             <p>
 
             <p>
In table 2 a summary of biological processes that are translated into their mathematical modeling equivalence is provided. Further reading on that can be found in [#]. The corresponding definitions can be found in table 1. This was used extensively in the modeling section and its application can be found in the notebook section.
+
The inducer is IPTG and controls the toxin MazF. We introduced the dimerization of LacI and CI such that the dimers interact with the promoters. Furthermore, we modeled the repression through IPTG by a reversible second order reaction.
 
             </p>
 
             </p>
 
          
 
          
Line 211: Line 241:
  
 
             <p>
 
             <p>
 
+
With these adaptions, the ODE system of BNU China’s iGEM team 2014 is a 10 dimensional vector and requires 23 parameters. The parameters have been chosen to be in accordance with biological processes. This killswitch is the starting point for other network topologies that have been studied.
 
+
  <table class="table" style="width:75%">
+
    <thead>
+
      <tr>
+
        <th>Symbol</th>
+
        <th>Definition</th>
+
      </tr>
+
    </thead>
+
    <tbody>
+
      <tr>
+
        <td>\(S_i\)</td>
+
        <td>Concentration of substance \(i\).</td>
+
      </tr>
+
      <tr>
+
        <td>\(k_i\)</td>
+
        <td>Parameter describing a process.</td>
+
      </tr>
+
      <tr>
+
    </tbody>
+
  </table>
+
 
+
            <div class="figure_text">
+
<b>Table 1.</b> Definitions of symbols.
+
            </div>
+
 
+
 
             </p>
 
             </p>
 
          
 
          
 
         </div>
 
         </div>
 
          
 
          
 +
    </div>
 +
 +
    <div class="row">
 +
        <div class="col-sm-12 text-justify">
 +
            <h4>(b) Parallel (OR) regulation</h4>       
 +
        </div>
 
     </div>
 
     </div>
  
Line 248: Line 259:
  
 
             <p>
 
             <p>
 
+
While the previous killswitch consists of a serial cascade, another generic topology is two parallel cascades regulating the same toxin. These two cascades regulate the promoter in a OR gate manner: The promoter is repressed if one regulator is present.
 
             </p>
 
             </p>
 
          
 
          
Line 260: Line 271:
  
 
             <p>
 
             <p>
 
+
Each cascade consists of the BNU China 2014 killswitch explained above. We take the step from specific biological substances to abstract substances that behave like their biological equivalences: IPTG becomes I, lacI (LacI) becomes aa/ab (Aa/Ab), cI (CI) becomes ba/bb (Ba/Bb) and finally mazF (MazF) becomes c (C). This way, we focused on the topology of the killswitches. The topology can be found in figure 2.
 
             </p>
 
             </p>
 
          
 
          
Line 267: Line 278:
 
     </div>
 
     </div>
  
 +
    <div class="row">
  
 +
        <div class="col-sm-12">
  
 +
            <img src="https://static.igem.org/mediawiki/2016/a/a6/T--Marburg--b_topology.svg"
 +
                class="img-responsive center-block figure_img" alt="Figure 1">
  
 +
            <div class="figure_text">
 +
<b>Figure 2.</b> The parallel (AND) killswitch's topology.
 +
            </div>
  
 +
        </div>
  
 +
    </div>
  
 +
    <div class="row">
 +
   
 +
        <div class="col-sm-12 text-justify">
  
 
+
            <p>
 +
These changes lead to a 19 dimensional concentration vector with 42 parameters . Since the overall mutation probability depends on the number of parameters, this killswitch is not comparable to the original BNU China 2014 killswitch anymore. For that reason, we introduce a longer cascade in the following that is comparable to this parallel (or) regulation.
 +
            </p>
 +
       
 +
        </div>
 +
       
 +
    </div>
  
 
     <div class="row">
 
     <div class="row">
 
         <div class="col-sm-12 text-justify">
 
         <div class="col-sm-12 text-justify">
             <h3>Modeled killswitches</h3>         
+
             <h4>(c) Serial regulation</h4>         
 
         </div>
 
         </div>
 
     </div>
 
     </div>
  
 
     <div class="row">
 
     <div class="row">
 +
   
 
         <div class="col-sm-12 text-justify">
 
         <div class="col-sm-12 text-justify">
             <h4>(a) BNU China 2014</h4>      
+
 
 +
             <p>
 +
This serial killswitch introduces two chained BNU China 2014 killswitches. That feature increases the number of parameters to 39. Therefore, it is comparable to the parallel (or) killswitch.
 +
            </p>
 +
       
 
         </div>
 
         </div>
 +
       
 +
    </div>
 +
 +
    <div class="row">
 +
 +
        <div class="col-sm-12">
 +
 +
            <img src="https://static.igem.org/mediawiki/2016/2/2d/T--Marburg--c_topology.svg"
 +
                class="img-responsive center-block figure_img" alt="Figure 1">
 +
 +
            <div class="figure_text">
 +
<b>Figure 2.</b> The serial killswitch's topology.
 +
            </div>
 +
 +
        </div>
 +
 
     </div>
 
     </div>
  
 
     <div class="row">
 
     <div class="row">
 
         <div class="col-sm-12 text-justify">
 
         <div class="col-sm-12 text-justify">
             <h4>(b) Parallel (OR) regulation</h4>         
+
             <h4>(d) Parallel (AND) regulation</h4>         
 
         </div>
 
         </div>
 
     </div>
 
     </div>
  
 
     <div class="row">
 
     <div class="row">
 +
   
 
         <div class="col-sm-12 text-justify">
 
         <div class="col-sm-12 text-justify">
             <h4>(c) Serial regulation</h4>      
+
 
 +
             <p>
 +
The last killswitch is similar to the parallel (or) topology. It differs in the sense that the two branches are now interlinked in an AND gate manner: Both regulating branches must be active in order to repress the promoter (CHECK!). Each branch is equivalent to the BNU China 2014 killswitch. The number of parameters is 41 and the concentration vector is 18 dimensional. Therefore, it is also comparable to the killswitches in (b) and (c).
 +
            </p>
 +
       
 
         </div>
 
         </div>
 +
       
 
     </div>
 
     </div>
  
 
     <div class="row">
 
     <div class="row">
 +
 +
        <div class="col-sm-12">
 +
 +
            <img src="https://static.igem.org/mediawiki/2016/b/b3/T--Marburg--d_topology.svg"
 +
                class="img-responsive center-block figure_img" alt="Figure 1">
 +
 +
            <div class="figure_text">
 +
<b>Figure 2.</b> The parallel (AND) killswitch's topology.
 +
            </div>
 +
 +
        </div>
 +
 +
    </div>
 +
 +
    <div class="row">
 +
   
 
         <div class="col-sm-12 text-justify">
 
         <div class="col-sm-12 text-justify">
             <h4>(d) Parallel (AND) regulation</h4>      
+
 
 +
             <p>
 +
 
 +
Further details and the derivations of the ODE systems can be found in the notebook (LINK) section.
 +
            </p>
 +
       
 
         </div>
 
         </div>
 +
       
 
     </div>
 
     </div>
 +
 +
 +
 +
 +
 +
  
 
     <div class="row">
 
     <div class="row">

Revision as of 02:54, 20 October 2016

Projects :: Syndustry - iGEM Marburg 2016

SynDustry Fuse. Use. Produce.

Quantitative evolutionary stability analysis of kill switches

Introduction

The fact that Synthetic Biology not only opens doors to a new era of science but also threatens humankind and the ecosystem we live in is widely known. The impact of genetically modified organisms (GMOs) in nature can not be foreseen and are practically irreversible once having been in contact with nature.

Genetic constructs designed to kill GMOs on purpose once they have unintentionally escaped the lab environment are a great way to reduce the threat through these organisms. These constructs are called killswitches in analogy to their industrial equivalent. It might be implemented into an otherwise already genetically modified organism. Once the organism escapes the lab, it will die. This way, it cannot harm the environment.

However, one has to keep in mind that all organisms underlie natural occurring mutation. Therefore the killswitch might be destroyed through mutations while the organism is under lab conditions. This problem causes subsequently that the GMO might threatens nature due to its survival after an accidental escape.

A killswitch is a genetic regulatory network. Such a network is built from biological components such as promoters and genes which are interlinked with each other. The network’s structure – also called its topology – plays a crucial role for killswitchs: Weakly design killswitch topologies are prone to destruction through mutation. Therefore, a GMO’s safety classification depends on its killswitch topology. This raises the need for a tool to quantify a killswitch topology’s robustness against mutation. Such a tool does not only provide help for a biologist designing a GMO how to design a specific killswitch but it can be also used to derive general design guidelines.

In the following, we will describe how the escape rate of a killswitch is computed. The escape rate is defined as the probability that a killswitch is destroyed due to mutations during lab conditions such that the organism survives in wild life.

Genetic regulatory networks

Genetic regulatory networks (GRN) describe how genes are expressed inside an organism. This is very comprehensively summarized in wiring diagrams. Taking electrical circuits as comparison, the electrical current is equivalent to the flow of gene expression in GRNs. Genetic promoters represent nodes with different logical behaviors that lead to gene expression and therefore proteins being built. Subsequently, these proteins control promoters again such that a complex behavior arises.

A common way to put this into a context so that quantitative statements are possible is to use the modeling of GRNs based on ordinary differential equations (ODEs).

First, a vector of all involved substances is defined $$\vec{X} := \sum_{ i=1 }^{ n } X_i cdot \vec{e}_i$$ with \(X_i\) being the concentration of the \(i\)th substance. Substances span from mRNA over proteins to intermediate complexes. This vector \(\vec{X}_i\) depends on the degree of model detail and the precise biological processes (for instance dimerization or cooperativity).

The time derivative of the vector \(\vec{X}_i\) is then formulated as a continuous function that might depend on the concentrations of all involved substances $$\frac{d}{dt}\vec{X}(t) = \vec{f}(\vec{X},t,k)$$ where \(t\) is a given point in time and \(k=(k_i)_i\) encapsulates all constant parameters used in the time derivative. The parameters \(k_i\) are of very high relevance: They capture the biological processes and determine if the mathematical model in return resembles the involved biology.

Modeled killswitches

(a) BNU China 2014

The killswitch of BNU China’s iGEM team in 2014 was chosen to be modeled first. Topologically, it is a simple cascade of repressing units. The network topology given by BNU China 2014 is shown in figure 1. We investigated the involved biological processes and updated the network’s topology accordingly to resemble the biological structure correctly. This can be found in figure 1 as well.

Figure 1
Figure 1. (a) The topology of the BNU China 2014 killswitch. (b) Our adapted and more detailed topology.

The inducer is IPTG and controls the toxin MazF. We introduced the dimerization of LacI and CI such that the dimers interact with the promoters. Furthermore, we modeled the repression through IPTG by a reversible second order reaction.

With these adaptions, the ODE system of BNU China’s iGEM team 2014 is a 10 dimensional vector and requires 23 parameters. The parameters have been chosen to be in accordance with biological processes. This killswitch is the starting point for other network topologies that have been studied.

(b) Parallel (OR) regulation

While the previous killswitch consists of a serial cascade, another generic topology is two parallel cascades regulating the same toxin. These two cascades regulate the promoter in a OR gate manner: The promoter is repressed if one regulator is present.

Each cascade consists of the BNU China 2014 killswitch explained above. We take the step from specific biological substances to abstract substances that behave like their biological equivalences: IPTG becomes I, lacI (LacI) becomes aa/ab (Aa/Ab), cI (CI) becomes ba/bb (Ba/Bb) and finally mazF (MazF) becomes c (C). This way, we focused on the topology of the killswitches. The topology can be found in figure 2.

Figure 1
Figure 2. The parallel (AND) killswitch's topology.

These changes lead to a 19 dimensional concentration vector with 42 parameters . Since the overall mutation probability depends on the number of parameters, this killswitch is not comparable to the original BNU China 2014 killswitch anymore. For that reason, we introduce a longer cascade in the following that is comparable to this parallel (or) regulation.

(c) Serial regulation

This serial killswitch introduces two chained BNU China 2014 killswitches. That feature increases the number of parameters to 39. Therefore, it is comparable to the parallel (or) killswitch.

Figure 1
Figure 2. The serial killswitch's topology.

(d) Parallel (AND) regulation

The last killswitch is similar to the parallel (or) topology. It differs in the sense that the two branches are now interlinked in an AND gate manner: Both regulating branches must be active in order to repress the promoter (CHECK!). Each branch is equivalent to the BNU China 2014 killswitch. The number of parameters is 41 and the concentration vector is 18 dimensional. Therefore, it is also comparable to the killswitches in (b) and (c).

Figure 1
Figure 2. The parallel (AND) killswitch's topology.

Further details and the derivations of the ODE systems can be found in the notebook (LINK) section.

General genetic algorithms

Adapted genetic algorithm

Implementation

Summary

Figure 1
FIG TEXT HERE

Literature

  1. [1] RW, Brownsey, R. Zhande, and A. N. Boone. "lsoforms of acetyl-CoA carboxylase: structures, regulatory properties and metabolic functions." (1997).
  2. [2] Tehlivets, Oksana, Kim Scheuringer, and Sepp D. Kohlwein. "Fatty acid synthesis and elongation in yeast." Biochimica et Biophysica Acta (BBA)-Molecular and Cell Biology of Lipids 1771.3 (2007): 255-270.
  3. [3] Song, Chan Woo, et al. "Metabolic Engineering of Escherichia coli for the Production of 3-Hydroxypropionic Acid and Malonic Acid through β-Alanine Route." ACS synthetic biology (2016).
  4. [4] Grobler, Jandre, et al. "The mae1 gene of Schizosaccharomyces pombe encodes a permease for malate and other C4 dicarboxylic acids." Yeast 11.15 (1995): 1485-1491.
  5. [5] Chen, Wei Ning, and Kee Yang Tan. "Malonate uptake and metabolism in Saccharomyces cerevisiae." Applied biochemistry and biotechnology 171.1 (2013): 44-62.
  6. [6] Kai, Yasushi, Hiroyoshi Matsumura, and Katsura Izui. "Phosphoenolpyruvate carboxylase: three-dimensional structure and molecular mechanisms."Archives of Biochemistry and Biophysics 414.2 (2003): 170-179.
  7. [7] Song, Chan Woo, et al. "Metabolic engineering of Escherichia coli for the production of 3-aminopropionic acid." Metabolic engineering 30 (2015): 121-129.
  8. [8] Zhang, Guijin, Stephen Brokx, and Joel H. Weiner. "Extracellular accumulation of recombinant proteins fused to the carrier protein YebF in Escherichia coli."Nature biotechnology 24.1 (2006): 100-104.
  9. [9] Majander, Katariina, et al. "Extracellular secretion of polypeptides using a modified Escherichia coli flagellar secretion apparatus." Nature biotechnology23.4 (2005): 475-481.