| GO term | GO ID | GO IC |
|---|---|---|
| ubiquitin-like protein transferase activity | GO:0019787 | 3.69 |
| cation binding | GO:0043169 | 1.4 |
| transition metal ion binding | GO:0046914 | 2.48 |
| ubiquitin protein ligase activity | GO:0061630 | 4.47 |
| ion binding | GO:0043167 | 1.36 |
| catalytic activity | GO:0003824 | 1.05 |
| transferase activity | GO:0016740 | 1.95 |
| binding | GO:0005488 | 0.18 |
| ubiquitin-like protein ligase activity | GO:0061659 | 4.44 |
| metal ion binding | GO:0046872 | 1.41 |
| ubiquitin-protein transferase activity | GO:0004842 | 3.73 |
| zinc ion binding | GO:0008270 | 2.66 |
| <type 'exceptions.KeyError'> | Python 2.7.9: /usr/bin/python Sun Apr 5 19:05:46 2026 |
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 = 'FBXO30' |
| /usr/lib/cgi-bin/gene_disease_db/gene.py in GO_ann(gene='FBXO30') |
| 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:0006464', 'GO:0008152', 'GO:0009987', 'GO:0016567', 'GO:0019538', 'GO:0032446', ...]), 'molecular_function': set(['GO:0003824', 'GO:0004842', 'GO:0005488', 'GO:0008270', 'GO:0016740', 'GO:0019787', ...])} |
<type 'exceptions.KeyError'>: 'cellular_component'
args =
('cellular_component',)
message =
'cellular_component'