GO term | GO ID | GO IC |
---|---|---|
phosphatase regulator activity | GO:0019208 | 5.26 |
enzyme binding | GO:0019899 | 2.27 |
binding | GO:0005488 | 0.18 |
protein phosphatase type 2A regulator activity | GO:0008601 | 6.69 |
enzyme inhibitor activity | GO:0004857 | 3.78 |
molecular function regulator | GO:0098772 | 2.51 |
hydrolase activity | GO:0016787 | 1.9 |
phosphatase inhibitor activity | GO:0019212 | 6.02 |
protein phosphatase regulator activity | GO:0019888 | 5.41 |
enzyme regulator activity | GO:0030234 | 2.85 |
carboxylic ester hydrolase activity | GO:0052689 | 4.81 |
protein kinase binding | GO:0019901 | 3.44 |
catalytic activity | GO:0003824 | 1.05 |
protein phosphatase binding | GO:0019903 | 4.93 |
phosphatase binding | GO:0019902 | 4.63 |
protein phosphatase inhibitor activity | GO:0004864 | 6.07 |
hydrolase activity, acting on ester bonds | GO:0016788 | 3.1 |
protein phosphatase 2A binding | GO:0051721 | 6.41 |
GO:0051723 | 9.74 | |
GO:0051722 | 9.74 | |
kinase binding | GO:0019900 | 3.32 |
protein binding | GO:0005515 | 0.46 |
<type 'exceptions.KeyError'> | Python 2.7.9: /usr/bin/python Sun Sep 24 07:24:21 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 = 'PPME1' |
/usr/lib/cgi-bin/gene_disease_db/gene.py in GO_ann(gene='PPME1') |
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:0006482', 'GO:0008152', 'GO:0008214', 'GO:0009987', 'GO:0010921', ...]), 'molecular_function': set(['GO:0003824', 'GO:0004857', 'GO:0004864', 'GO:0005488', 'GO:0005515', 'GO:0008601', ...])} |
<type 'exceptions.KeyError'>: 'cellular_component'
args =
('cellular_component',)
message =
'cellular_component'