Team:ETH Zurich/project/overview/implementationsimple

From 2014.igem.org

(Difference between revisions)
()
()
Line 5: Line 5:
<br/>
<br/>
In order to make a pattern appear on our grid, we need to tell every cell on this grid :
In order to make a pattern appear on our grid, we need to tell every cell on this grid :
 +
<br/>
 +
<br/>
1) to sense the signals coming from the 2 cells above. It can be one red signal, one blue signal, both signals, or no signal at all.
1) to sense the signals coming from the 2 cells above. It can be one red signal, one blue signal, both signals, or no signal at all.
 +
<br/>
<br/>
<br/>
2) to produce a fluorescent protein and a signal towards the cells below, if it sensed only a blue signal, or if it sensed only a red signal.
2) to produce a fluorescent protein and a signal towards the cells below, if it sensed only a blue signal, or if it sensed only a red signal.
 +
<br/>
<br/>
<br/>
3) to produce nothing if it sensed both signals, or if it didn't sense any signal.
3) to produce nothing if it sensed both signals, or if it didn't sense any signal.
Line 13: Line 17:
In synthetic biology, you can tell the cell to compute this algorithm by adding genes into it. This is how we did it :
In synthetic biology, you can tell the cell to compute this algorithm by adding genes into it. This is how we did it :
 +
<br/>
1)For the first point (sensing the signals coming from above), we added in every cell some genes (''luxR'' and ''lasR'') that produce some proteins (LuxR and LasR) that will bind respectively the blue and the red quorum sensing molecules. The blue and red complexes created this way trigger the production of other proteins called integrases (Bxb1 and ΦC31).  
1)For the first point (sensing the signals coming from above), we added in every cell some genes (''luxR'' and ''lasR'') that produce some proteins (LuxR and LasR) that will bind respectively the blue and the red quorum sensing molecules. The blue and red complexes created this way trigger the production of other proteins called integrases (Bxb1 and ΦC31).  
 +
<br/>
<br/>
<br/>
2)For the second point you can see on the picture above that the gene coding for the green fluorescent protein ''sfgfp'' can't be expressed if a terminator T is present upstream in the sequence. You can notice also that if one of the 2 integrases Bxb1 or ΦC31 is present, it can bind to two sites around the terminator, cut the sequence and flip this terminator, and thus ''sfgfp'' can be expressed again. When ''sfgfp'' is expressed, an enzyme called LuxI or LasI is also produced which triggers the production of a quorum sensing molecule. So thanks to the terminator and to these sites which can be recognized by integrases, our cell is able to satisfy the second point.
2)For the second point you can see on the picture above that the gene coding for the green fluorescent protein ''sfgfp'' can't be expressed if a terminator T is present upstream in the sequence. You can notice also that if one of the 2 integrases Bxb1 or ΦC31 is present, it can bind to two sites around the terminator, cut the sequence and flip this terminator, and thus ''sfgfp'' can be expressed again. When ''sfgfp'' is expressed, an enzyme called LuxI or LasI is also produced which triggers the production of a quorum sensing molecule. So thanks to the terminator and to these sites which can be recognized by integrases, our cell is able to satisfy the second point.
 +
<br/>
<br/>
<br/>
3)It is easy to understand that if no signal is coming at all from above, the cell doesn't produce anything. If both signals are coming from above, both integrases will be produced, and the terminator will be flipped twice, so it comes back to its initial state and nothing is produced. So the third point is satisfied.
3)It is easy to understand that if no signal is coming at all from above, the cell doesn't produce anything. If both signals are coming from above, both integrases will be produced, and the terminator will be flipped twice, so it comes back to its initial state and nothing is produced. So the third point is satisfied.

Revision as of 15:41, 10 October 2014

E Coli bacteria are able to communicate together by producing molecules that are able to go through their cell membrane. These molecules are called quorum sensing molecules. In our project Mosaicoli, every cell colony on the grid is able to sense quorum sensing molecules coming from the two colonies above it, and to produce a quorum sensing 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 :

1) to sense the signals coming from the 2 cells above. It can be one red signal, one blue signal, both signals, or no signal at all.

2) to produce a fluorescent protein and a signal towards the cells below, if it sensed only a blue signal, or if it sensed only a red signal.

3) to produce nothing if it sensed both signals, or if it didn't sense any signal.

In synthetic biology, you can tell the cell to compute this algorithm by adding genes into it. This is how we did it :

1)For the first point (sensing the signals coming from above), we added in every cell some genes (luxR and lasR) that produce some proteins (LuxR and LasR) that will bind respectively the blue and the red quorum sensing molecules. The blue and red complexes created this way trigger the production of other proteins called integrases (Bxb1 and ΦC31).

2)For the second point you can see on the picture above that the gene coding for the green fluorescent protein sfgfp can't be expressed if a terminator T is present upstream in the sequence. You can notice also that if one of the 2 integrases Bxb1 or ΦC31 is present, it can bind to two sites around the terminator, cut the sequence and flip this terminator, and thus sfgfp can be expressed again. When sfgfp is expressed, an enzyme called LuxI or LasI is also produced which triggers the production of a quorum sensing molecule. So thanks to the terminator and to these sites which can be recognized by integrases, our cell is able to satisfy the second point.

3)It is easy to understand that if no signal is coming at all from above, the cell doesn't produce anything. If both signals are coming from above, both integrases will be produced, and the terminator will be flipped twice, so it comes back to its initial state and nothing is produced. So the third point is satisfied.

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