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 |
purine nucleoside binding | GO:0001883 | 2.22 |
nucleoside binding | GO:0001882 | 2.21 |
nucleotide binding | GO:0000166 | 1.96 |
actin binding | GO:0003779 | 3.74 |
nucleoside phosphate binding | GO:1901265 | 1.96 |
ribonucleoside binding | GO:0032549 | 2.22 |
purine nucleotide binding | GO:0017076 | 2.19 |
motor activity | GO:0003774 | 4.81 |
ATP binding | GO:0005524 | 2.43 |
hydrolase activity | GO:0016787 | 1.9 |
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 |
adenyl nucleotide binding | GO:0030554 | 2.4 |
carbohydrate derivative binding | GO:0097367 | 2.03 |
organic cyclic compound binding | GO:0097159 | 1.05 |
cytoskeletal protein binding | GO:0008092 | 3.02 |
hydrolase activity, acting on acid anhydrides | GO:0016817 | 3.03 |
pyrophosphatase activity | GO:0016462 | 3.04 |
adenyl ribonucleotide binding | GO:0032559 | 2.41 |
calmodulin binding | GO:0005516 | 4.55 |
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 Oct 3 07:41:45 2023 |
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 = 'MYO5C' |
/usr/lib/cgi-bin/gene_disease_db/gene.py in GO_ann(gene='MYO5C') |
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:0016459', 'GO:0031982', 'GO:0031988', 'GO:0032991', 'GO:0043226', 'GO:0043227', ...]), 'molecular_function': set(['GO:0000166', 'GO:0001882', 'GO:0001883', 'GO:0003774', 'GO:0003779', 'GO:0003824', ...])} |
<type 'exceptions.KeyError'>: 'biological_process'
args =
('biological_process',)
message =
'biological_process'