Difference between revisions of "Team:TUDelft/DennisModelFull"

(Undo revision 125081 by Dkenbeek (talk))
Line 4: Line 4:
  
 
<html>
 
<html>
<head>
+
    <head>
<style>
+
        <style>
@import url('https://fonts.googleapis.com/css?family=Pacifico|Open+Sans:300,400,600');
+
            @import url('https://fonts.googleapis.com/css?family=Pacifico|Open+Sans:300,400,600');
  
  
a {
+
            a {
text-decoration: none;
+
                text-decoration: none;
color: inherit;
+
                color: inherit;
}
+
            }
  
  
div .protocols {
+
            div .protocols {
width: 100%;
+
                width: 100%;
min-width: 300px;
+
                min-width: 300px;
max-width: 800px;
+
                max-width: 800px;
margin: 1.5em auto;
+
                margin: 1.5em auto;
color: #333;
+
                color: #333;
box-sizing: border-box;
+
                box-sizing: border-box;
}
+
            }
  
ul {
+
            ul {
list-style: none;
+
                list-style: none;
padding: 0;
+
                padding: 0;
}
+
            }
ul .inner {
+
            ul .inner {
  
padding-left: 50px;
+
                padding-left: 50px;
padding-top: 10px;
+
                padding-top: 10px;
overflow: hidden;
+
                overflow: hidden;
display: none;
+
                display: none;
}
+
            }
  
  
ul li {
+
            ul li {
margin: .5em 0;
+
                margin: .5em 0;
font-weight: 300;
+
                font-weight: 300;
}
+
            }
  
ul li a.toggle {
+
            ul li a.toggle {
  
display: block;
+
                display: block;
background: rgba(0, 166, 214, 1);
+
                background: rgba(0, 166, 214, 1);
color: #fefefe;
+
                color: #fefefe;
padding: .75em;
+
                padding: .75em;
padding-left: 50px;
+
                padding-left: 50px;
border-radius: 0.5em;
+
                border-radius: 0.5em;
transition: background .3s ease;
+
                transition: background .3s ease;
text-decoration: none;
+
                text-decoration: none;
}
+
            }
  
ul li a.toggle:hover {
+
            ul li a.toggle:hover {
background: rgba(0, 166, 214, 0.65);
+
                background: rgba(0, 166, 214, 0.65);
  
}
+
            }
  
 +
        </style>
  
 
+
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
</style>
+
        <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
+
        <script id="MathJax-script" async
 
+
                src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
</head>
+
        </script>
 +
    </head>
  
 
     <body>
 
     <body>
    <br>
+
        <br>
 
         <div class="Banner container-fluid text-center mb-0 align-items-center ">
 
         <div class="Banner container-fluid text-center mb-0 align-items-center ">
  
Line 76: Line 78:
 
             </div>             
 
             </div>             
 
         </div>
 
         </div>
  <div class= "centerjustify">
+
        <div class= "centerjustify">
+
    <h2>Overview - The Model</h2>
+
 
+
  <p> In our system we exploit a commonly applied control system known as an Incoherent Feed Forward Loop (iFFL), in which an activator regulates both a gene and a repressor of the gene ... .  This control system is established through the expression of a Transcription activator-like effector (TALE) protein.  TALE proteins recognize DNA by a simple DNA-binding mechanism which can be altered to recognize any sequence you want … . In our system the TALE protein binds to the promoter of a gene of interest and thus represses the expression of it. .... has previously described this system and showed how it results in independence of copy number for a gene of interest. Our further analyzation of this system has revealed the system to be independent of many other variables. We exploit this robustness of the system to show how it can yield predictable expression when transferring your genetic circuit between prokaryotes. <br> <br>
+
Visit our page on TALE to learn more!
+
  </p>
+
 
+
<p>In order to model our system we have to identify all interactions and subsequently define the rate equations. Figure 1 depicts a scheme of all interactions. </p>
+
 
+
<figure>
+
    <img src="https://static.igem.org/mediawiki/2019/8/85/T--TUDelft--TALE_system.png"  style="width:100%"
+
        alt="TALE system">
+
    <figcaption>Figure 1: Scheme of genetic circuit interactions</figcaption>
+
</figure>
+
<br>
+
From this we can immediately derive the following system of ordinary differential equations:
+
 
+
 
+
  
<a href="https://www.codecogs.com/eqnedit.php?latex=\frac{dm_T}{dt}$&space;=&space;$c\cdot&space;a_T&space;-&space;y_m&space;\cdot&space;m_T" target="_blank"><img src="https://latex.codecogs.com/gif.latex?\frac{dm_T}{dt}$&space;=&space;$c\cdot&space;a_T&space;-&space;y_m&space;\cdot&space;m_T" title="\frac{dm_T}{dt}$ = $c\cdot a_T - y_m \cdot m_T" /></a>
+
            <h2>Overview - The Model</h2>
<br>
+
  
<a href="https://www.codecogs.com/eqnedit.php?latex=\frac{dT}{dt}&space;=&space;b_T&space;\cdot&space;m_T&space;-&space;y_T&space;\cdot&space;T&space;-&space;n&space;\cdot&space;k_{on}\cdot&space;T^n&space;\cdot&space;P_G&space;&plus;&space;n&space;\cdot&space;k_{off}&space;\cdot&space;P_{G.T}&space;\cdot&space;T^n" target="_blank"><img src="https://latex.codecogs.com/gif.latex?\frac{dT}{dt}&space;=&space;b_T&space;\cdot&space;m_T&space;-&space;y_T&space;\cdot&space;T&space;-&space;n&space;\cdot&space;k_{on}\cdot&space;T^n&space;\cdot&space;P_G&space;&plus;&space;n&space;\cdot&space;k_{off}&space;\cdot&space;P_{G.T}&space;\cdot&space;T^n" title="\frac{dT}{dt} = b_T \cdot m_T - y_T \cdot T - n \cdot k_{on}\cdot T^n \cdot P_G + n \cdot k_{off} \cdot P_{G.T} \cdot T^n" /></a>
+
            <p> In our system we exploit a commonly applied control system known as an Incoherent Feed Forward Loop (iFFL), in which an activator regulates both a gene and a repressor of the gene ... .  This control system is established through the expression of a Transcription activator-like effector (TALE) protein.  TALE proteins recognize DNA by a simple DNA-binding mechanism which can be altered to recognize any sequence you want … . In our system the TALE protein binds to the promoter of a gene of interest and thus represses the expression of it. .... has previously described this system and showed how it results in independence of copy number for a gene of interest. Our further analyzation of this system has revealed the system to be independent of many other variables. We exploit this robustness of the system to show how it can yield predictable expression when transferring your genetic circuit between prokaryotes. <br> <br>
<br>
+
                Visit our page on TALE to learn more!
 +
            </p>
  
<a href="https://www.codecogs.com/eqnedit.php?latex=\frac{dP_G}{dt}&space;=&space;k_{off}&space;\cdot&space;P_{G.T}&space;-&space;n&space;\cdot&space;k_{on}&space;\cdot&space;T^n&space;\cdot&space;P_G&space;&plus;&space;n&space;\cdot&space;y_T&space;\cdot&space;P_{G.T}" target="_blank"><img src="https://latex.codecogs.com/gif.latex?\frac{dP_G}{dt}&space;=&space;k_{off}&space;\cdot&space;P_{G.T}&space;-&space;n&space;\cdot&space;k_{on}&space;\cdot&space;T^n&space;\cdot&space;P_G&space;&plus;&space;n&space;\cdot&space;y_T&space;\cdot&space;P_{G.T}" title="\frac{dP_G}{dt} = k_{off} \cdot P_{G.T} - n \cdot k_{on} \cdot T^n \cdot P_G + n \cdot y_T \cdot P_{G.T}" /></a>
+
            <p>In order to model our system we have to identify all interactions and subsequently define the rate equations. Figure 1 depicts a scheme of all interactions. </p>
<br>
+
<a href="https://www.codecogs.com/eqnedit.php?latex=\frac{dP_{G.T}}{dt}&space;=&space;n&space;\cdot&space;k_{on}&space;\cdot&space;T^n&space;\cdot&space;P_G&space;-&space;k_{off}&space;\cdot&space;P_{G.T}&space;-&space;n&space;\cdot&space;y_T&space;\cdot&space;P_{G.T}" target="_blank"><img src="https://latex.codecogs.com/gif.latex?\frac{dP_{G.T}}{dt}&space;=&space;n&space;\cdot&space;k_{on}&space;\cdot&space;T^n&space;\cdot&space;P_G&space;-&space;k_{off}&space;\cdot&space;P_{G.T}&space;-&space;n&space;\cdot&space;y_T&space;\cdot&space;P_{G.T}" title="\frac{dP_{G.T}}{dt} = n \cdot k_{on} \cdot T^n \cdot P_G - k_{off} \cdot P_{G.T} - n \cdot y_T \cdot P_{G.T}" /></a>
+
<br>
+
  
<a href="https://www.codecogs.com/eqnedit.php?latex=\frac{dm_G}{dt}&space;=&space;a_{Gmax}&space;\cdot&space;P_G&space;&plus;&space;a_{Gmin}&space;\cdot&space;P_{G.T}&space;-&space;y_m&space;\cdot&space;m_G" target="_blank"><img src="https://latex.codecogs.com/gif.latex?\frac{dm_G}{dt}&space;=&space;a_{Gmax}&space;\cdot&space;P_G&space;&plus;&space;a_{Gmin}&space;\cdot&space;P_{G.T}&space;-&space;y_m&space;\cdot&space;m_G" title="\frac{dm_G}{dt} = a_{Gmax} \cdot P_G + a_{Gmin} \cdot P_{G.T} - y_m \cdot m_G" /></a>
+
            <figure>
<br>
+
                <img src="https://static.igem.org/mediawiki/2019/8/85/T--TUDelft--TALE_system.png" style="width:100%"
 +
                    alt="TALE system">
 +
                <figcaption>Figure 1: Scheme of genetic circuit interactions</figcaption>
 +
            </figure>
  
<a href="https://www.codecogs.com/eqnedit.php?latex=\frac{dm_G}{dt}$&space;=&space;$b_G&space;\cdot&space;m_G&space;-&space;y_G&space;\cdot&space;G" target="_blank"><img src="https://latex.codecogs.com/gif.latex?\frac{dm_G}{dt}$&space;=&space;$b_G&space;\cdot&space;m_G&space;-&space;y_G&space;\cdot&space;G" title="\frac{dm_G}{dt}$ = $b_G \cdot m_G - y_G \cdot G" /></a>
+
            <br>
<br>
+
            <p>
    </body>
+
                \[{dm_T \over dt} = {c \cdot a_T - y_m \cdot m_T}\]
</html>
+
                \[\frac{dT}{dt} = b_T \cdot m_T - y_T \cdot T - n \cdot k_{on}\cdot T^n \cdot P_G + n \cdot k_{off} \cdot P_{G.T} \cdot T^n\]
 +
                \[\frac{dP_G}{dt} = k_{off} \cdot P_{G.T} - n \cdot k_{on} \cdot T^n \cdot P_G + n \cdot y_T \cdot P_{G.T}\]
 +
                \[\frac{dP_{G.T}}{dt} = n \cdot k_{on} \cdot T^n \cdot P_G - k_{off} \cdot P_{G.T} - n \cdot y_T \cdot P_{G.T} \]
 +
                \[\frac{dm_G}{dt} = a_{Gmax} \cdot P_G + a_{Gmin} \cdot P_{G.T} - y_m \cdot m_G \]
 +
                \[\frac{dm_G}{dt} = b_G \cdot m_G - y_G \cdot G \]
 +
            </p>
  
 +
            </body>
 +
        </html>
 
{{:Team:TUDelft/Footer}}
 
{{:Team:TUDelft/Footer}}

Revision as of 16:37, 5 September 2019

Sci-Phi 29


Overview - The Model

In our system we exploit a commonly applied control system known as an Incoherent Feed Forward Loop (iFFL), in which an activator regulates both a gene and a repressor of the gene ... . This control system is established through the expression of a Transcription activator-like effector (TALE) protein. TALE proteins recognize DNA by a simple DNA-binding mechanism which can be altered to recognize any sequence you want … . In our system the TALE protein binds to the promoter of a gene of interest and thus represses the expression of it. .... has previously described this system and showed how it results in independence of copy number for a gene of interest. Our further analyzation of this system has revealed the system to be independent of many other variables. We exploit this robustness of the system to show how it can yield predictable expression when transferring your genetic circuit between prokaryotes.

Visit our page on TALE to learn more!

In order to model our system we have to identify all interactions and subsequently define the rate equations. Figure 1 depicts a scheme of all interactions.

TALE system
Figure 1: Scheme of genetic circuit interactions

\[{dm_T \over dt} = {c \cdot a_T - y_m \cdot m_T}\] \[\frac{dT}{dt} = b_T \cdot m_T - y_T \cdot T - n \cdot k_{on}\cdot T^n \cdot P_G + n \cdot k_{off} \cdot P_{G.T} \cdot T^n\] \[\frac{dP_G}{dt} = k_{off} \cdot P_{G.T} - n \cdot k_{on} \cdot T^n \cdot P_G + n \cdot y_T \cdot P_{G.T}\] \[\frac{dP_{G.T}}{dt} = n \cdot k_{on} \cdot T^n \cdot P_G - k_{off} \cdot P_{G.T} - n \cdot y_T \cdot P_{G.T} \] \[\frac{dm_G}{dt} = a_{Gmax} \cdot P_G + a_{Gmin} \cdot P_{G.T} - y_m \cdot m_G \] \[\frac{dm_G}{dt} = b_G \cdot m_G - y_G \cdot G \]