GO term | GO ID | GO IC |
---|---|---|
binding | GO:0005488 | 0.18 |
cation binding | GO:0043169 | 1.4 |
guanylate cyclase regulator activity | GO:0030249 | 7.66 |
metal ion binding | GO:0046872 | 1.41 |
enzyme regulator activity | GO:0030234 | 2.85 |
ion binding | GO:0043167 | 1.36 |
guanylate cyclase activator activity | GO:0030250 | 7.79 |
enzyme activator activity | GO:0008047 | 3.56 |
calcium sensitive guanylate cyclase activator activity | GO:0008048 | 8.13 |
molecular function regulator | GO:0098772 | 2.51 |
cyclase regulator activity | GO:0010851 | 7.54 |
cyclase activator activity | GO:0010853 | 7.79 |
calcium ion binding | GO:0005509 | 3.17 |
<type 'exceptions.KeyError'> | Python 2.7.9: /usr/bin/python Tue Nov 28 14:04:13 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 = 'RCVRN' |
/usr/lib/cgi-bin/gene_disease_db/gene.py in GO_ann(gene='RCVRN') |
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 = {'biological_process': set(['GO:0003008', 'GO:0006140', 'GO:0007165', 'GO:0007600', 'GO:0007601', 'GO:0007602', ...]), 'molecular_function': set(['GO:0005488', 'GO:0005509', 'GO:0008047', 'GO:0008048', 'GO:0010851', 'GO:0010853', ...])} |
<type 'exceptions.KeyError'>: 'cellular_component'
args =
('cellular_component',)
message =
'cellular_component'