Team:Paris Liliane Bettencourt/Project/Memo-cell

From 2010.igem.org

(Difference between revisions)
(Introduction)
Line 33: Line 33:
<html>
<html>
<p style="display:block;">
<p style="display:block;">
-
Humans have invented many ways to count, from very simple manual counter to more
+
<head>
-
complex logic gates implemented within electrical circuits.
+
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 +
  <meta http-equiv="Content-Style-Type" content="text/css">
 +
  <title></title>
 +
  <meta name="Generator" content="Cocoa HTML Writer">
 +
  <meta name="CocoaVersion" content="1038.32">
 +
  <style type="text/css">
 +
    p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: justify; font: 12.0px Helvetica}
 +
    p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: justify; font: 12.0px Helvetica; min-height: 14.0px}
 +
    li.li1 {margin: 0.0px 0.0px 0.0px 0.0px; text-align: justify; font: 12.0px Helvetica}
 +
    span.s1 {letter-spacing: 0.0px}
 +
    ol.ol1 {list-style-type: decimal}
 +
  </style>
-
<br><br>Counting is an essential process in our daily life, and implementing an automated counter
+
</head>
-
into bacteria could have many applications, from medical to industrial.
+
<body>
 +
<p class="p1"><span class="s1">Humans have invented many ways to count, from very simple manual counters to more complex logic gates implemented within electrical circuits.</span></p>
 +
<p class="p2"><span class="s1"></span><br></p>
 +
<p class="p1"><span class="s1">Counting is an essential process in our daily life, and implementing an automated counter into bacteria could have many applications, from medical to industrial.</span></p>
 +
<p class="p2"><span class="s1"></span><br></p>
 +
<p class="p1"><span class="s1">Counting with single-cells is a concept that has already been tackled but which is still in its infancy. Some counters have already been designed and implemented, but could only count up to three; though they could be extended. However, as these systems lie on the number of different transcription factors / recombination enzymes available AND characterised, extension to achieve counting more that 3 is pretty limited. Moreover, it is important to notice that for these designs, once an element as been used for counting, it can not be reused.</span></p>
 +
<p class="p2"><span class="s1"></span><br></p>
 +
<p class="p2"><span class="s1"></span><br></p>
 +
<p class="p1"><span class="s1">The Memo-cell project is a novel and original approach to free from these constraints, allowing a limitless counting.</span></p>
 +
<p class="p2"><span class="s1"></span><br></p>
 +
<p class="p2"><span class="s1"></span><br></p>
 +
<p class="p1"><span class="s1">The framework for this approach is fairly simple. We will implement memory in the bacteria using a sequential integration of DNA pieces into the bacteria chromosome, controlled in space and time.<span class="Apple-converted-space"> </span></span></p>
-
<br><br>Counting with bacteria is a concept that has already been tackled but which is still in its
+
<p class="p1"><span class="s1">Memory will then be hardcoded in the genome by the number of DNA pieces integrated one after the other in the genome.</span></p>
-
infancy. Some counters have already been designed and implemented, but could only
+
<p class="p1"><span class="s1">Our plan is to create a mechanism that allows the bacteria to integrate in its chromosome a specific piece of DNA at a specific location, every time it detects a specific input signal.</span></p>
-
count up to three; though they could be extended. However, as these systems lie on
+
<p class="p1"><span class="s1">The successive detection of signals will results in the successive integration of DNA pieces one after the other on the chromosome. The total number of DNA pieces integrated on the chromosome will then correspond to the number of times the signal has been detected.</span></p>
-
the number of different transcription factors / recombination enzymes available AND
+
<p class="p1"><span class="s1">For instance, we could integrate the light sensing module developed by the *** igem team<span class="Apple-converted-space">  </span>and plug it to our memo-cell module. Hence, the memo-cell module would be triggered when there is light, and our bacteria will count the number of days.</span></p>
-
characterized, extension to achieve counting more that 3 is pretty limited. Moreover, it is
+
<p class="p2"><span class="s1"></span><br></p>
-
important to notice that for these designs, once an element as been used for counting, it
+
<p class="p2"><span class="s1"></span><br></p>
-
can not be reused.
+
<p class="p1"><span class="s1">To achieve this goal, we had to hijack and to extensively engineer three mechanisms:</span></p>
 +
<ol class="ol1">
 +
  <li class="li1"><span class="s1">The recombination system of Phages Lambda and HK022;</span></li>
-
<br><br>We propose here a completely novel and original approach to free from these constraints,
+
  <li class="li1"><span class="s1">The recombination system of Transposon Tn916;</span></li>
-
allowing a limitless counting.
+
  <li class="li1"><span class="s1">The microcin C51 from a specific E.coli strain.</span></li>
 +
</ol>
 +
</body>
-
<br><br>The framework for this approach is fairly simple. We will implement memory within the
 
-
bacteria using a sequential integration of DNA pieces into the bacteria chromosome,
 
-
controlled in space an time.
 
-
 
-
<br><br>Basically, the module we have developped is completely modular. To work, it just needs to
 
-
be plug with an input module and an output module. Each time the input module will send
 
-
a signal, our memory module will add one number to the count. When the memo-cell is
 
-
used as a recorder, no output module needs to be connected. However, if a timer function
 
-
is what you’re looking for, you can plug an output module which will be triggered when the
 
-
counter will have counted up to the desired number.
 
</html>
</html>
<br><br>
<br><br>
 +
==Approach==
==Approach==
<html>
<html>

Revision as of 11:37, 27 October 2010


Memo-Cell project




Introduction

Humans have invented many ways to count, from very simple manual counters to more complex logic gates implemented within electrical circuits.


Counting is an essential process in our daily life, and implementing an automated counter into bacteria could have many applications, from medical to industrial.


Counting with single-cells is a concept that has already been tackled but which is still in its infancy. Some counters have already been designed and implemented, but could only count up to three; though they could be extended. However, as these systems lie on the number of different transcription factors / recombination enzymes available AND characterised, extension to achieve counting more that 3 is pretty limited. Moreover, it is important to notice that for these designs, once an element as been used for counting, it can not be reused.



The Memo-cell project is a novel and original approach to free from these constraints, allowing a limitless counting.



The framework for this approach is fairly simple. We will implement memory in the bacteria using a sequential integration of DNA pieces into the bacteria chromosome, controlled in space and time.

Memory will then be hardcoded in the genome by the number of DNA pieces integrated one after the other in the genome.

Our plan is to create a mechanism that allows the bacteria to integrate in its chromosome a specific piece of DNA at a specific location, every time it detects a specific input signal.

The successive detection of signals will results in the successive integration of DNA pieces one after the other on the chromosome. The total number of DNA pieces integrated on the chromosome will then correspond to the number of times the signal has been detected.

For instance, we could integrate the light sensing module developed by the *** igem team and plug it to our memo-cell module. Hence, the memo-cell module would be triggered when there is light, and our bacteria will count the number of days.



To achieve this goal, we had to hijack and to extensively engineer three mechanisms:

  1. The recombination system of Phages Lambda and HK022;
  2. The recombination system of Transposon Tn916;
  3. The microcin C51 from a specific E.coli strain.


Approach

Our plan is to create a mechanism that allows the bacteria to integrate in its chromosomee a specific piece of DNA at a specific location, everytime it senses the input signal. Moreover,

What we need:

Bacteria can manipulate DNA with ease, let’s use this property. e

Even if bacteria are «less» complex than us, they can be very useful as it has been proved during the last years since the beginning of synthetic biology.