Difference between revisions of "Team:TUDelft/DennisModel"

(Undo revision 163490 by HuyenMy (talk))
Line 7: Line 7:
 
<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 {
 +
text-decoration: none;
 +
color: inherit;
 +
}
 +
 +
 +
div .protocols {
 +
width: 100%;
 +
min-width: 300px;
 +
max-width: 800px;
 +
margin: 1.5em auto;
 +
color: #333;
 +
box-sizing: border-box;
 +
}
 +
 +
ul {
 +
list-style: none;
 +
padding: 0;
 +
}
 +
ul .inner {
 +
 +
padding-left: 50px;
 +
padding-top: 10px;
 +
overflow: hidden;
 +
display: none;
 +
}
 +
 +
 +
ul li {
 +
margin: .5em 0;
 +
font-weight: 300;
 +
}
 +
 +
ul li a.toggle {
 +
 +
display: block;
 +
background: rgba(0, 166, 214, 1);
 +
color: #fefefe;
 +
padding: .75em;
 +
padding-left: 50px;
 +
border-radius: 0.5em;
 +
transition: background .3s ease;
 +
text-decoration: none;
 +
}
 +
 +
ul li a.toggle:hover {
 +
background: rgba(0, 166, 214, 0.65);
 +
 +
}
 +
 +
  
 
</style>
 
</style>

Revision as of 10:42, 26 September 2019

Sci-Phi 29


Overview

The main goal of our project revolves around predictability. Without predictability, we cannot reliably design and implement synthetic biology solutions. However, when transferring genetic circuits between different organisms, many variables change. This dramatically increases the uncertainty of the outcome. With our modeling, we aim to demonstrate ways to make a genetic circuit independent of some of these variables, thereby decreasing this uncertainty. We couple our model with a software tool that determines a coding sequence for each gene involved in the circuit in such a way that they have similar codon usage bias across species of interest.

TALE - Incoherent Feed Forward Loop to control gene expression

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 respresses the expression of it. .... has previously described this system and showed how it results in independence of copy number for a gene of interest.

We further analyzed this system through the use of modeling, which revealed that it's insensitive to many other variables as well, which hasn't been explored yet. Transferring genetic circuits between organisms yields large variation in most (if not all) of the parameters in the system, we exploited the robustness of this model to maintain predictability even when crossing species barriers.

Below you can find a set of questions used to establish design requirements for both our software tools and our genetic circuit.

You can find the full model description here!

Codon usage - Cross species codon harmonization