IllinoisTools/18 July 2009

From 2009.igem.org

(Difference between revisions)
(7/12-7/18)
(7/12-7/18)
Line 5: Line 5:
==7/12-7/18  ==
==7/12-7/18  ==
'''Donny'''
'''Donny'''
 +
I modified the graph library to add room for additional weights. I also added search fields rather than drop down menus for selecting the desired compound.
I modified the graph library to add room for additional weights. I also added search fields rather than drop down menus for selecting the desired compound.

Revision as of 21:21, 26 September 2009

Notebookanimationillinoistools.gif

      • Note: Our notebook is organized in a weekly fashion. Click on the Saturday of every week to view the notes from the previous week.


May
MTWTFSS
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
June
MTWTFSS
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
July
MTWTFSS
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
August
MTWTFSS
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
September
MTWTFSS
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
October
MTWTFSS
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

7/12-7/18

Donny

I modified the graph library to add room for additional weights. I also added search fields rather than drop down menus for selecting the desired compound.

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! Also, I changed the colors for our wiki, and fixed it up a bit. Now it looks a lot better than before (as everybody liked the colors better this time around...).


Palak

This week I continued to populate the database with information from KEGG such as reaction reversibility, reactants, products, etc. I worked particularly long on creating a script to update reversibility because I ran into problem being able to check if it had been changed on the KEGG database.