Team:Paris/Analysis/Design1
From 2008.igem.org
(→Implementation of our FIFO) |
(→Implementation of our FIFO) |
||
(7 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
{{Paris/Menu}} | {{Paris/Menu}} | ||
{{Paris/Header|Network Design - Part 1}} | {{Paris/Header|Network Design - Part 1}} | ||
+ | {{Paris/Section_contents_project}} | ||
=Generating a FIFO sequential order of expression= | =Generating a FIFO sequential order of expression= | ||
A clock that would only indicate one hour, would not be very useful. The same goes for our BacteriO'clock. It is necessary that we add several distinct events in each cycle. We want to use three genes activated successively. | A clock that would only indicate one hour, would not be very useful. The same goes for our BacteriO'clock. It is necessary that we add several distinct events in each cycle. We want to use three genes activated successively. | ||
Line 39: | Line 40: | ||
==Implementation of our FIFO== | ==Implementation of our FIFO== | ||
- | + | [[Image:FIFO.png|thumb|center|470px|Network 4 : Final design of our FIFO order generator system]] | |
Now that the necessaries and sufficient conditions have been depicted, we can start to describe our FIFO. Rather than designing it from scratch we decided to look in nature where we found and adopted the flagella system of construction in ''Escherichia coli'' which then inspired us further. | Now that the necessaries and sufficient conditions have been depicted, we can start to describe our FIFO. Rather than designing it from scratch we decided to look in nature where we found and adopted the flagella system of construction in ''Escherichia coli'' which then inspired us further. | ||
{{Paris/Toggle|Click here to know more about ''E. coli'' flagella.|Team:Paris/Flagella}} | {{Paris/Toggle|Click here to know more about ''E. coli'' flagella.|Team:Paris/Flagella}} | ||
- | *For X we chose ''flhDC'' and | + | *For X we chose ''flhDC'' and its natural promoter. |
*For Y, we chose ''fliA'' and its natural promoter. | *For Y, we chose ''fliA'' and its natural promoter. | ||
*For Z<sub>1</sub>, we chose ''fliL'' promoter and ECFP-LVA to report the expression. We chose ECFP because this fluorophore is not very fluorescent. As ''fliL'' promoter is the most strongly activated promoter, it compensate its weakness. | *For Z<sub>1</sub>, we chose ''fliL'' promoter and ECFP-LVA to report the expression. We chose ECFP because this fluorophore is not very fluorescent. As ''fliL'' promoter is the most strongly activated promoter, it compensate its weakness. | ||
Line 48: | Line 49: | ||
*For Z<sub>3</sub>, we chose ''flhB'' promoter and mRFP-LVA to report the expression. mRFP is the fluorophore that has the longest time of maturation. When put last in the FIFO, it helps to separate the different states. | *For Z<sub>3</sub>, we chose ''flhB'' promoter and mRFP-LVA to report the expression. mRFP is the fluorophore that has the longest time of maturation. When put last in the FIFO, it helps to separate the different states. | ||
- | The LVA tails are very important to reduce the fluorophores half lives from | + | The LVA tails are very important to reduce the fluorophores half lives from 20 hours minimum to 30 minutes. Those three fluorophores are compatible together, regarding to their absorption and emission wavelength. |
- | |||
- | + | {{Paris/Navig|Team:Paris/Project}} |
Latest revision as of 03:06, 30 October 2008
Network Design - Part 1
Generating a FIFO sequential order of expressionA clock that would only indicate one hour, would not be very useful. The same goes for our BacteriO'clock. It is necessary that we add several distinct events in each cycle. We want to use three genes activated successively. The easiest way to control a sequential expression of genes : the LIFO order
This order poses a real problem to us : several states of the system are redundant (Table 1). We can not accept a clock that would display twice the same hour !
The rules to generate a FIFO temporal orderIn the contrary, in a FIFO order, there is no confusion possible between different states (Table 1) : they are all distincts. To generate this complex behavior, there are two major possibilities. The simplest way to generate a FIFO : a simple cascade of genesThe first one, the simplest, which is also the most unsophisticated, is a simple cascade of genes (Network 2). When the first gene Z1 is switched on, it activates the second gene Z2, then the third gene Z3 is turned on. When gene Z1 is turned off, Z2 is switched off first, then Z3... This network is really simple to implement but presents several problems that makes it incompatible with our project. First of all, the cascade is not resistant to mutations : when one gene is mutated, the cascade is definitely broken. Secondly, the time scale if far too long. Each activation step would take approximately one hour. One full cycle would last almost six hours. Last but not least, the cascade is probably not very resistant to intracellular noise, it is not robust enough. The more sophisticated way to generate a FIFO behavior : a particular Multiple Output Feed-Forward LoopThe other way to implement a FIFO is based on a logic structure called Feed Forward Loop. ↓ Click here to know more about Feed Forward Loops ↑
More precisely, the genetic network is called Multiple Output FFL (Network 3). Each gene Zi is regulated by both X and Y, as in a typical FFL. X activates Zi when its concentration reaches the threshold KX/Zi. It is the same for Y and its respective thresholds.
Implementation of our FIFONow that the necessaries and sufficient conditions have been depicted, we can start to describe our FIFO. Rather than designing it from scratch we decided to look in nature where we found and adopted the flagella system of construction in Escherichia coli which then inspired us further. ↓ Click here to know more about E. coli flagella. ↑
The LVA tails are very important to reduce the fluorophores half lives from 20 hours minimum to 30 minutes. Those three fluorophores are compatible together, regarding to their absorption and emission wavelength.
|