Team:ETH Zurich/project/overview/implementationsimple

From 2014.igem.org

(Difference between revisions)
(On our chip, bacterial colonies of the species Escherichia Coli are arranged in an alternate way.)
 
(36 intermediate revisions not shown)
Line 1: Line 1:
-
===== The rule 90 leading to Sierpinski triangles can be simplified to the rule 6, which can also be called an XOR gate : if one of the two cells above is ON, the cell below them is ON, if both cells above are ON or if both cells above are OFF, the cell below is OFF. =====
+
<html><h3 style='font-weight:800; text-align:center'> More details</h3></html>
-
 
+
''E. coli'' bacteria are able to communicate by producing molecules that can cross their cell membrane by simple diffusion. These molecules are called quorum sensing molecules. In our project Mosai''coli'', the cells in every colony on the grid are able to sense these molecules coming from the two colonies above it, and to produce a molecule for the next colonies below it.  
-
[[File:ETH Zurich Rule 6.PNG|center|400px]]
+
-
 
+
<br/>
<br/>
<br/>
<br/>
-
===== On our chip, bacterial colonies of the species ''Escherichia Coli'' producing two different types of signals are arranged in an alternate way. =====
+
In order to make a pattern appear on our grid, we need to tell every cell on this grid:
-
<br/>
+
-
<br/>
+
-
[[File:ETH_Zurich_3Dprint_agar_plate.png|center|600px]]
+
 +
* to sense the signals coming from the two cells above.
 +
* if it senses only one signal, to produce a fluorescent protein and generate the signal for the cells below
 +
* to produce nothing if it senses both signals or if it does not sense any signal.
 +
 +
In synthetic biology, you can tell the cell to compute this algorithm by inserting a genetic circuit. Here is how we did it:
 +
 +
* For sensing the signals coming from above, we added in every cell two genes (''luxR'' and ''lasR'') that produce two proteins (LuxR and LasR) that will bind respectively the blue and the red quorum sensing molecules of the figure above. The blue and red complexes created this way trigger the production of other proteins called integrases (Bxb1 and ΦC31). Integrases flip a DNA sequence between two flanking sequences called ''att''-sites (the triangles in the animation above).
 +
* This sequence between ''att''-sites (see the large, black T in the animation above) is placed in such a way that it blocks production of a fluorescent protein. Once an integrase is present, the DNA sequence is flipped and production becomes possible.  You can see in the animation that if an integrase is present, it can remove this blocking sequence (turn the black T upside down). However if both integrases are present, this sequence is flipped twice and it blocks production of fluorescence again.
 +
*When the fluorescent protein is produced, a second protein is produced as well which triggers the production of a quorum sensing molecule sent to the cells below.
<br/>
<br/>
-
<br/>
+
If you want to know more about quorum sensing and integrases, you can read the article [[Team:ETH_Zurich/project/background#Biotools|Biological tools]] in our Background page.
-
 
+
-
===== In order to implement rule 6 in our cells, we insert genes in their DNA that tell them to produce a molecule QSp or QSq depending on the signals QSp and QSq they receive from above. These signals are called quorum sensing molecules. Cells need to integrate signals they receive in order to know when they should produce a signal. This integration is made possible in the cells by molecules called integrases. To know more about these biological tools, you can read the article [[Team:ETH_Zurich/project/tools|Biological tools]]. =====
+

Latest revision as of 02:21, 18 October 2014

More details

E. coli bacteria are able to communicate by producing molecules that can cross their cell membrane by simple diffusion. These molecules are called quorum sensing molecules. In our project Mosaicoli, the cells in every colony on the grid are able to sense these molecules coming from the two colonies above it, and to produce a molecule for the next colonies below it.

In order to make a pattern appear on our grid, we need to tell every cell on this grid:

  • to sense the signals coming from the two cells above.
  • if it senses only one signal, to produce a fluorescent protein and generate the signal for the cells below
  • to produce nothing if it senses both signals or if it does not sense any signal.

In synthetic biology, you can tell the cell to compute this algorithm by inserting a genetic circuit. Here is how we did it:

  • For sensing the signals coming from above, we added in every cell two genes (luxR and lasR) that produce two proteins (LuxR and LasR) that will bind respectively the blue and the red quorum sensing molecules of the figure above. The blue and red complexes created this way trigger the production of other proteins called integrases (Bxb1 and ΦC31). Integrases flip a DNA sequence between two flanking sequences called att-sites (the triangles in the animation above).
  • This sequence between att-sites (see the large, black T in the animation above) is placed in such a way that it blocks production of a fluorescent protein. Once an integrase is present, the DNA sequence is flipped and production becomes possible. You can see in the animation that if an integrase is present, it can remove this blocking sequence (turn the black T upside down). However if both integrases are present, this sequence is flipped twice and it blocks production of fluorescence again.
  • When the fluorescent protein is produced, a second protein is produced as well which triggers the production of a quorum sensing molecule sent to the cells below.


If you want to know more about quorum sensing and integrases, you can read the article Biological tools in our Background page.