GO term | GO ID | GO IC |
---|---|---|
purine ribonucleoside triphosphate binding | GO:0035639 | 2.22 |
binding | GO:0005488 | 0.18 |
heterocyclic compound binding | GO:1901363 | 1.06 |
nucleoside phosphate binding | GO:1901265 | 1.96 |
nucleoside binding | GO:0001882 | 2.21 |
pyrophosphatase activity | GO:0016462 | 3.04 |
nucleotide binding | GO:0000166 | 1.96 |
guanyl ribonucleotide binding | GO:0032561 | 3.73 |
purine nucleoside binding | GO:0001883 | 2.22 |
ribonucleoside binding | GO:0032549 | 2.22 |
purine nucleotide binding | GO:0017076 | 2.19 |
GTP binding | GO:0005525 | 3.78 |
hydrolase activity | GO:0016787 | 1.9 |
GTPase activity | GO:0003924 | 4.31 |
nucleoside-triphosphatase activity | GO:0017111 | 3.09 |
small molecule binding | GO:0036094 | 1.89 |
catalytic activity | GO:0003824 | 1.05 |
hydrolase activity, acting on acid anhydrides, in phosphorus-containing anhydrides | GO:0016818 | 3.03 |
carbohydrate derivative binding | GO:0097367 | 2.03 |
organic cyclic compound binding | GO:0097159 | 1.05 |
hydrolase activity, acting on acid anhydrides | GO:0016817 | 3.03 |
guanyl nucleotide binding | GO:0019001 | 3.73 |
protein binding | GO:0005515 | 0.46 |
purine ribonucleotide binding | GO:0032555 | 2.2 |
purine ribonucleoside binding | GO:0032550 | 2.22 |
ribonucleotide binding | GO:0032553 | 2.19 |
<type 'exceptions.KeyError'> | Python 2.7.9: /usr/bin/python Tue Dec 3 11:05:35 2024 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/usr/lib/cgi-bin/gene_disease_db/gene.py in |
475 kegg_ann(gene) |
476 react_ann(gene) |
=> 477 GOBPs,GOCCs=GO_ann(gene) |
478 if make_file==True: |
479 outcsv.close() |
GOBPs undefined, GOCCs undefined, GO_ann = <function GO_ann>, gene = 'GPN1' |
/usr/lib/cgi-bin/gene_disease_db/gene.py in GO_ann(gene='GPN1') |
345 print '<summary id="missing"> Associated GO terms for '+root2root_names[root]+' </summary>' |
346 print '</details>' |
=> 347 return root2GO["biological_process"],root2GO["cellular_component"] |
348 |
349 def kegg_ann(gene): |
root2GO = {'cellular_component': set(['GO:0005634', 'GO:0005654', 'GO:0005737', 'GO:0005739', 'GO:0043226', 'GO:0043227', ...]), 'molecular_function': set(['GO:0000166', 'GO:0001882', 'GO:0001883', 'GO:0003824', 'GO:0003924', 'GO:0005488', ...])} |
<type 'exceptions.KeyError'>: 'biological_process'
args =
('biological_process',)
message =
'biological_process'