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

From GcatWiki
Jump to: navigation, search
(Flipping Pancakes)
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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''.
+
<center>[[Davidson Missouri W| <span style="color:red">Home</span>]] | [[Davidson Missouri W/Background Information| <span style="color:red">Background Information</span>]] | [[Davidson Missouri W/Solving the HPP in vivo| <span style="color:black">Current Project: Solving the Hamiltonian Path Problem ''in vivo''</span>]] | [[Davidson Missouri W/Mathematical Modeling| <span style="color:red">Mathematical Modeling</span>]] | [[Davidson Missouri W/Gene splitting| <span style="color:red"> Gene Splitting </span>]] | [[Davidson Missouri W/Controlling Expression| <span style="color:red"> Controlling Expression </span>]] | [[Davidson Missouri W/Traveling Salesperson Problem| <span style="color:red">Traveling Salesperson Problem</span> ]] | [[Davidson Missouri W/Backwards promotion and read-through transcription| <span style="color:red">Backwards Promotion and Read-Through Transcription</span>]] | [[Davidson Missouri W/Resources and Citations|<span style="color:red">Resources and Citations</span>]]</center>
  
=Overview=
+
<hr>
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==
+
Using the Hin/''HixC'' flipping mechanism, we are developing a bacterial computer which solves a specific mathematical problem, the ''Hamiltonian Path'' problem.
''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, [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 and with all burnt sides facing downwards?
 
  
 
=The Hamiltonian Path Problem=
 
=The Hamiltonian Path Problem=
 +
A Hamiltonian Path is a trip through a graph which visits each node exactly once.  A graph may have multiple Hamiltonian Paths, only one, or even none.  Given a graph, a starting point and an endpoint, does it contain a Hamiltonian path?
  
==What is it?==
+
We solve our problem by transforming ''E. coli'' cells with specially engineered plasmids.
 
 
==How We Solve It==
 
 
 
===Designing a Plasmid===
 
 
 
===Developing Nodes===
 
  
=The Traveling Salesman Problem=
+
==Designing a Plasmid==
 +
Our plasmid consists of reporter genes and ''HixC'' sites.  ''HixC'' sites are placed within the coding regions of our reporter genes.  The reporter genes are joined in such a way as to represent a graph.  Each reporter gene represents a node, and the connection of two reporter genes together without any ''HixC'' sites in between represents an edge.
  
==What is it?==
+
[[Image:HamiltonianGraph.PNG|thumb|700px|center|Above: A graph on a plasmid.  Below: flipping into a solution.]]
  
==How We Solve it==
+
==Developing Nodes==
 +
We represent the graph's nodes with reporter genes.  In order to allow for flipping, we must insert ''HixC'' sites within the coding regions of our reporter genes.  We call this process [[Gene splitting|''gene splitting'']].  If our reporter gene tolerates a ''HixC'' insertion then we can use it as a node on our graph.

Latest revision as of 15:17, 9 August 2007

Home | Background Information | Current Project: Solving the Hamiltonian Path Problem in vivo | Mathematical Modeling | Gene Splitting | Controlling Expression | Traveling Salesperson Problem | Backwards Promotion and Read-Through Transcription | Resources and Citations

Using the Hin/HixC flipping mechanism, we are developing a bacterial computer which solves a specific mathematical problem, the Hamiltonian Path problem.

The Hamiltonian Path Problem

A Hamiltonian Path is a trip through a graph which visits each node exactly once. A graph may have multiple Hamiltonian Paths, only one, or even none. Given a graph, a starting point and an endpoint, does it contain a Hamiltonian path?

We solve our problem by transforming E. coli cells with specially engineered plasmids.

Designing a Plasmid

Our plasmid consists of reporter genes and HixC sites. HixC sites are placed within the coding regions of our reporter genes. The reporter genes are joined in such a way as to represent a graph. Each reporter gene represents a node, and the connection of two reporter genes together without any HixC sites in between represents an edge.

Above: A graph on a plasmid. Below: flipping into a solution.

Developing Nodes

We represent the graph's nodes with reporter genes. In order to allow for flipping, we must insert HixC sites within the coding regions of our reporter genes. We call this process gene splitting. If our reporter gene tolerates a HixC insertion then we can use it as a node on our graph.