Team:Edinburgh/logic/

From 2014.igem.org

(Difference between revisions)
Line 2: Line 2:
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
<style>
<style>
-
   .firstHeading, .top-section {
+
   .firstHeading, #top-section {
       display: None;
       display: None;
   }
   }

Revision as of 11:40, 7 October 2014

Bacterial Logic

This year Edinburgh’s team has looked at metabolic wiring – a new way for connecting logic gates in different cells. To understand how this works, and why it’s a big deal, first we have to look at bacterial computation.

One of the most exciting developments in Synthetic Biology over the past decade has been the introduction of biological logic gates. For those who don’t know, logic gates are binary decision makers. They take in two signals, and emit a signal based on what signals are present. An AND gate, for example, will only emit a signal if it is receiving its two inputs. An OR gate will emit a signal if one of the two signals is present. And so on and so forth.

They have provided the foundations of all our computers for decades, and over the past decade, biological equivalents have been introduced into bacteria. They can be quite simple to understand – consider a pair of genes under inducible promoters. When they are both turned on, the protein products dimerise and act as a transcription factor for a third promoter. The system just described is a simple AND gate – the third gene product is the output, and it is only synthesised when the two inputs (which turned on the first two promoters) are present.

So far so good. This is where the problems begin however.

To make complex decisions, you need multiple logic gates working in tandem, with the outputs of logic gates feeding directly into the inputs of others. However, you cannot simply make a super-intelligent bacterium by cramming it full of logic gates. There’s an upper limit to how many of these circuits a cell can hold before it starts having all sorts of issues – cross-talk begins to wear the system down, and sheer metabolic load makes the cells unviable. It just doesn’t work.

But, the reasoning went, hope is not lost. We can put the logic gates in different cells, and connect them with diffusible signals. Instead of an intelligent bacterium you would have an intelligent population of cells.

This is a viable solution, and it’s the direction the field is moving in, but there are still problems. The systems that began to be built were wired up with quorum sensing molecules – not surprisingly, they’re designed for inter-cellular communication after all. But these are limited in number, which still imposes an upper limit on complexity. You also have an issue with turning off signals – if a signal is only meant to be on a for a short period of time, then it’s going to be a problem when the chemical signal remains in the medium long afterward.

And so it was, that in 2013 a paper was published outlining a solution to all these woes. ‘Metabolic Wiring’ was the proposed solution.

In short, metabolic wiring replaces quorum sensing molecules with metabolites in a metabolic pathway. A cell that is to emit a signal, instead of secreting a quorum sensing molecule, produces an enzyme which performs the first step in a metabolic pathway. The compound now produced then diffuses out of the cell, into neighbouring cells, and when it comes into contact with cells with promoters sensitive to that signal (as part of a logic gate) the signal will have been propagated.

The number of wires here is limited only by the number of metabolic pathways containing membrane diffusible compounds, and the great thing is that since the molecules are both signal and precursor for the next signal, the whole system is much more responsive – the signals quench themselves.

And so, it is hoped, metabolic wiring should facilitate the development of much more intelligent systems. This could be the future of Bacterial Computation.