Difference between revisions of "Davidson Missouri W/Solving the HPP in vivo"

From GcatWiki
Jump to: navigation, search
(Create the Page - outline)
 
(Overview)
Line 2: Line 2:
  
 
=Overview=
 
=Overview=
 +
Our bacterial computer works by taking advantage of the Hin Recombinase protein and HixC sites to perform a "flipping" operation.  By strategically placing HixC sites on a plasmid, along with reporter genes, we can simulate paths on a graph through flipping.
  
 
==The Hin Recombinase/HixC System Revisited==
 
==The Hin Recombinase/HixC System Revisited==
 +
''Salmonella typhimurium'' is a bacterium which moves using flagella.  Depending on its environment, it expresses different sets of surface proteins on its flagella.  It is able to change this expression through the use of Hin Recombinase and Hix sites.  The Hin Recombinase enzyme catalyzes the inversion of DNA that lies between a pair of Hix sites.  By flipping DNA segments between Hix sites ''S. typhimurium'' can express alternate flagellar surface proteins.
  
 
==Flipping Pancakes==
 
==Flipping Pancakes==
 +
In the 2006 iGEM competition, [http://parts.mit.edu/wiki/index.php/Davidson_2006 Davidson] and [http://parts.mit.edu/wiki/index.php/Missouri_Western_State_University_2006 Missouri Western] used the Hix Recombinase/HixC to model a mathematical problem, called the Pancake Flipping problem.  The problem is the following: given a stack of pancakes which are burnt on one side and golden on the other, and two spatulas, what is the minimum number of flips required to sort the stack by pancake size?
  
 
=The Hamiltonian Path Problem=
 
=The Hamiltonian Path Problem=

Revision as of 17:37, 3 July 2007

In 1994 Adleman developed a system to solve the Hamiltonian Path problem using DNA. We have implemented a bacterial system to solve Hamiltonian Path problems in vivo.

Overview

Our bacterial computer works by taking advantage of the Hin Recombinase protein and HixC sites to perform a "flipping" operation. By strategically placing HixC sites on a plasmid, along with reporter genes, we can simulate paths on a graph through flipping.

The Hin Recombinase/HixC System Revisited

Salmonella typhimurium is a bacterium which moves using flagella. Depending on its environment, it expresses different sets of surface proteins on its flagella. It is able to change this expression through the use of Hin Recombinase and Hix sites. The Hin Recombinase enzyme catalyzes the inversion of DNA that lies between a pair of Hix sites. By flipping DNA segments between Hix sites S. typhimurium can express alternate flagellar surface proteins.

Flipping Pancakes

In the 2006 iGEM competition, Davidson and Missouri Western used the Hix Recombinase/HixC to model a mathematical problem, called the Pancake Flipping problem. The problem is the following: given a stack of pancakes which are burnt on one side and golden on the other, and two spatulas, what is the minimum number of flips required to sort the stack by pancake size?

The Hamiltonian Path Problem

What is it?

How We Solve It

Designing a Plasmid

Developing Nodes

The Traveling Salesman Problem

What is it?

How We Solve it