Team:Illinois-Tools/Modeling

From 2009.igem.org

(Difference between revisions)
(Modeling)
(Modeling)
Line 123: Line 123:
The Illinois - Tools team can model any pathway, whose starting and ending compounds are stored in the Kegg database.  The algorithm developed by the team takes information from the Kegg database and finds the most optimum pathway, based on the weights selected by the user.  Examples include the pathway with the least number of steps, or the pathway that uses the least amount of ATP.   
The Illinois - Tools team can model any pathway, whose starting and ending compounds are stored in the Kegg database.  The algorithm developed by the team takes information from the Kegg database and finds the most optimum pathway, based on the weights selected by the user.  Examples include the pathway with the least number of steps, or the pathway that uses the least amount of ATP.   
-
The Illinois-Tools team also wishes to use this algorithm to help other IGEM teams in modeling their own desired pathways.  For example, the team from Amsterdam worked on creating more healthy foodsThey looked for organisms that could ferment crops like rice and soy and produce vitamins, in order to add nutrients to the food that would eventually be consumed by people.   
+
The Illinois-Tools team also wishes to use this algorithm to help other IGEM teams in modeling their own desired pathways.  For example, the our program can help the Illinois wetlab team in modeling their pathwayThe wetlab team's project is about a binary decoder that senses 2 inputs, such as 2 sugars, and produces one of four possible outputs, which are fluorescent proteins, based on the combination of inputs.   
-
Here is a link to their wiki:
+
Go to [https://2009.igem.org/Team:Illinois Illinois]
-
https://2009.igem.org/Team:Amsterdam
+
-
In order to help this team test their organism, the Illinois-Tools team could run a simulation using its algorithm and find the most optimum pathways to get from the starch / sugar starting compounds to vitamins.  The program will provide pathways in several different organisms, based on the different weights selected.
+
A possible future expansion of their project would be to model these pathways computationally, and see if it would be experimentally feasible. Also, once the protein output is obtained, they want to check if these can be used to produce useful compounds like biofuels.
 +
To help this team reach its goals, our program, IMPtools, was able to model a pathway from D-Arabinose to Ethanol. Here is the result.  The labels are the Kegg IDs for compounds. 
 +
 +
[[Image:rxn.png]]
 +
 +
 
===The Algorithm===
===The Algorithm===
.
.

Revision as of 03:13, 22 October 2009

Modelingillinoistools.gif

Modeling

The Illinois - Tools team can model any pathway, whose starting and ending compounds are stored in the Kegg database. The algorithm developed by the team takes information from the Kegg database and finds the most optimum pathway, based on the weights selected by the user. Examples include the pathway with the least number of steps, or the pathway that uses the least amount of ATP.

The Illinois-Tools team also wishes to use this algorithm to help other IGEM teams in modeling their own desired pathways. For example, the our program can help the Illinois wetlab team in modeling their pathway. The wetlab team's project is about a binary decoder that senses 2 inputs, such as 2 sugars, and produces one of four possible outputs, which are fluorescent proteins, based on the combination of inputs.

Go to Illinois

A possible future expansion of their project would be to model these pathways computationally, and see if it would be experimentally feasible. Also, once the protein output is obtained, they want to check if these can be used to produce useful compounds like biofuels.

To help this team reach its goals, our program, IMPtools, was able to model a pathway from D-Arabinose to Ethanol. Here is the result. The labels are the Kegg IDs for compounds.

Rxn.png


The Algorithm

.