Team:Illinois-Tools/Project

From 2009.igem.org

(Difference between revisions)
(Overall project)
Line 26: Line 26:
== '''Overall project''' ==
== '''Overall project''' ==
-
 
-
Your abstract
 
-
 
-
 
 +
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 KEGG databases, which consists of well-studied organisms. The capabilites of our program will be exemplified by establishing a network for the synthesis of biofuels.
 +
Our program is modular and has 6 major components. The first aspect is obtaining reactions from the Kyoto Encyclopedia of Genes and Genomes (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.
 +
[[Image:programdiagram.jpg]]
== Project Details==
== Project Details==

Revision as of 16:44, 4 June 2009

You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing.
Example logo.png

Tell us more about your project. Give us background. Use this is the abstract of your project. Be descriptive but concise (1-2 paragraphs)

Teampic.jpg
Team Example 2


Home The Team The Project Parts Submitted to the Registry Modeling Notebook

(Or you can choose different headings. But you must have a team page, a project page, and a notebook page.)


Contents

Overall project

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 KEGG databases, which consists of well-studied organisms. The capabilites of our program will be exemplified by establishing a network for the synthesis of biofuels.

Our program is modular and has 6 major components. The first aspect is obtaining reactions from the Kyoto Encyclopedia of Genes and Genomes (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.

Programdiagram.jpg

Project Details

Part 2

The Experiments

Part 3

Results