Team:Illinois-Tools/Project

From 2009.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
__NOTOC__
 +
<div style="background-color:#FF8C00; color: white">
 +
<html>
 +
<head>
 +
<style>
 +
.firstHeading {display: none;}
 +
table {
 +
  background-color: #FF8C00;
 +
  font-color: white;
 +
  color:white;
 +
}
 +
a.menu {
 +
  background-color: #FF8C00;
 +
  color: white;
 +
  width: 12em;
 +
}
 +
 +
.firstHeading {
 +
  color:white;
 +
}
 +
 +
#bodyContent {
 +
background-color: #FF8C00;
 +
}
 +
 +
#content {
 +
background-color: #00008B; border: none;
 +
}
 +
 +
#footer-box {
 +
  background-color: #FF8C00;
 +
}
 +
p {
 +
  color:white;
 +
}
 +
body {
 +
  background: #00008B url(https://static.igem.org/mediawiki/2009/2/2b/IllinoisToolsBackground.gif) repeat-x;
 +
}
 +
 +
</style>
 +
</head>
 +
</html>
 +
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 +
 +
<br>
 +
<head>
 +
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
 +
<style type="text/css" media="screen">
 +
.clear { clear: both; }
 +
.wrap { margin: 2px auto;}
 +
#menu { float: left; margin: auto; }
 +
#menu li { display: inline; }
 +
#menu li a { float: left; padding: 8px 30px; margin: auto; color: #EABBEF; background: #00008B;  }
 +
#menu li a:hover { color: #fff; background: #0000FF; }
 +
#menu a.active{color: #fff; background: #0000FF; }
 +
</style>
 +
  </head>
 +
<body>
 +
<div class="wrap">
 +
 +
<ul id="menu">
 +
<li><a href="https://2009.igem.org/Team:Illinois-Tools">Home</a></li>
 +
<li><a href="https://2009.igem.org/Team:Illinois-Tools/Team">The Team</a></li>
 +
<li><a href="https://2009.igem.org/Team:Illinois-Tools/Project" class="active">The Project</a></li>
 +
<li><a href="https://2009.igem.org/Team:Illinois-Tools/Parts">Parts</a></li>
 +
<li><a href="https://2009.igem.org/Team:Illinois-Tools/Modeling">Modeling</a></li>
 +
            <li><a href="https://2009.igem.org/Team:Illinois-Tools/ResearchArticles">Research Articles</a></li>
 +
            <li><a href="https://2009.igem.org/Team:Illinois-Tools/Notebook">Notebook</a></li>
 +
</ul>
 +
<div class="clear"></div>
 +
 +
</div>
 +
</body>
 +
</html>
== '''Overall project''' ==
== '''Overall project''' ==
Line 30: Line 104:
== Results ==
== Results ==
-
 
+
Eggs and Spam
-
 
+
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
-
!align="center"|[[Team:Illinois-Tools|Home]]
+
-
!align="center"|[[Team:Illinois-Tools/Team|The Team]]
+
-
!align="center"|[[Team:Illinois-Tools/Project|The Project]]
+
-
!align="center"|[[Team:Illinois-Tools/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:Illinois-Tools/Modeling|Modeling]]
+
-
!align="center"|[[Team:Illinois-Tools/ResearchArticles|Research Articles]]
+
-
!align="center"|[[Team:Illinois-Tools/Notebook|Notebook]]
+
-
|}
+

Revision as of 22:13, 30 June 2009


Overall project

Synthetic biology is the creation of new functions using existing existing biological systems. In order to assist synthetic biologists, the 2009 Illinois tools team is trying to create a web-based open source program that outputs a theoretical pathway to synthesize a desired chemical product given an input and an output compound. This network will meet several constraints such as maximal reaction rates and mass balance. The ideal network will consist of known reactions taken from the Kyoto Encyclopedia of Genes and Genomes (KEGG)database, which consists of well-studied organisms. The capabilites of our program will be exemplified by establishing a network for the synthesis of biofuels from various input compounds.

Our program is modular and has 6 major components. The first aspect is obtaining reactions from the KEGG database via KEGG API and determining the shortest paths from the starting compound to the ending compound. The second is taking our theoretical outputs and running them through an a program like Constraint-Based Reconstruction and Analysis(COBRA) to optimize the reactions. The result from this would then be graphed using Networkx or pyDot. After the optimal paths have been determined, the program will look for the necessary activators and promoters in the biobrick registry and give the location of those. The sixth aspect of our program is to log our results.

Project Details

Part 2

The Experiments

Part 3

Results

Eggs and Spam