GO term | GO ID | GO IC |
---|---|---|
purine ribonucleoside triphosphate binding | GO:0035639 | 2.22 |
GO:0042296 | 8.35 | |
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 |
ubiquitin-like protein transferase activity | GO:0019787 | 3.69 |
nucleotide binding | GO:0000166 | 1.96 |
transferase activity | GO:0016740 | 1.95 |
purine nucleoside binding | GO:0001883 | 2.22 |
ribonucleoside binding | GO:0032549 | 2.22 |
purine nucleotide binding | GO:0017076 | 2.19 |
ATP binding | GO:0005524 | 2.43 |
small molecule binding | GO:0036094 | 1.89 |
catalytic activity | GO:0003824 | 1.05 |
ubiquitin-like protein conjugating enzyme activity | GO:0061650 | 6.37 |
ubiquitin-protein transferase activity | GO:0004842 | 3.73 |
ubiquitin conjugating enzyme activity | GO:0061631 | 6.41 |
adenyl nucleotide binding | GO:0030554 | 2.4 |
carbohydrate derivative binding | GO:0097367 | 2.03 |
organic cyclic compound binding | GO:0097159 | 1.05 |
adenyl ribonucleotide binding | GO:0032559 | 2.41 |
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 Mon Jun 5 02:38:42 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 = 'UBE2E2' |
/usr/lib/cgi-bin/gene_disease_db/gene.py in GO_ann(gene='UBE2E2') |
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:0000209', 'GO:0006464', 'GO:0006950', 'GO:0006974', 'GO:0007346', 'GO:0008152', ...]), 'molecular_function': set(['GO:0000166', 'GO:0001882', 'GO:0001883', 'GO:0003824', 'GO:0004842', 'GO:0005488', ...])} |
<type 'exceptions.KeyError'>: 'cellular_component'
args =
('cellular_component',)
message =
'cellular_component'