IllinoisTools/18 July 2009
From 2009.igem.org
Line 5: | Line 5: | ||
==7/12-7/18 == | ==7/12-7/18 == | ||
'''Donny''' | '''Donny''' | ||
+ | |||
+ | '''Nate''' | ||
+ | |||
+ | This was also a very productive week. I was able to get a slew of programs written that I ended up combining to collect and organize data from the KEGG in ways that are most beneficial to our goals. Using this master program, I have assembled a few dictionaries that we can use for our web-tool. Here are the types of dictionaries I have made using my master program: | ||
+ | |||
+ | -Organism Enzymes to Genes (specify organism and enzyme, and it returns the gene) | ||
+ | -Enzymes to Organisms (specify enzyme, and it returns the organisms that the enzyme has genes in) | ||
+ | -Reactions to Enzymes (specify reaction, and it returns the enzymes that facilitate that reaction) | ||
+ | -Enzymes to Genes (specify enzyme, and it returns all genes that can encode that enzyme that are listed on KEGG) | ||
+ | |||
+ | The great thing about this master program is that it is super fast! Hurray for python! |
Revision as of 20:56, 1 September 2009
- Note: Our notebook is organized in a weekly fashion. Click on the Saturday of every week to view the notes from the previous week.
|
|
|
|
|
|
7/12-7/18
Donny
Nate
This was also a very productive week. I was able to get a slew of programs written that I ended up combining to collect and organize data from the KEGG in ways that are most beneficial to our goals. Using this master program, I have assembled a few dictionaries that we can use for our web-tool. Here are the types of dictionaries I have made using my master program:
-Organism Enzymes to Genes (specify organism and enzyme, and it returns the gene) -Enzymes to Organisms (specify enzyme, and it returns the organisms that the enzyme has genes in) -Reactions to Enzymes (specify reaction, and it returns the enzymes that facilitate that reaction) -Enzymes to Genes (specify enzyme, and it returns all genes that can encode that enzyme that are listed on KEGG)
The great thing about this master program is that it is super fast! Hurray for python!