Disease ID | Disease name | Source of annotation with HFM1 | OMIM link | Number of associated genes | genes |
---|---|---|---|---|---|
615724 | PREMATURE OVARIAN FAILURE 9 | ClinVar, OMIM, HUMSAVAR | link to OMIM | 1 | HFM1 |
Download the gene annotation in CSV format
GO term | GO ID | GO IC |
---|---|---|
purine ribonucleoside triphosphate binding | GO:0035639 | 2.22 |
binding | GO:0005488 | 0.18 |
nucleic acid binding | GO:0003676 | 1.44 |
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 |
nucleoside phosphate binding | GO:1901265 | 1.96 |
ribonucleoside binding | GO:0032549 | 2.22 |
purine nucleotide binding | GO:0017076 | 2.19 |
ATP binding | GO:0005524 | 2.43 |
hydrolase activity | GO:0016787 | 1.9 |
nucleoside-triphosphatase activity | GO:0017111 | 3.09 |
helicase activity | GO:0004386 | 4.69 |
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 |
hydrolase activity, acting on acid anhydrides | GO:0016817 | 3.03 |
pyrophosphatase activity | GO:0016462 | 3.04 |
adenyl ribonucleotide binding | GO:0032559 | 2.41 |
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 Wed Jan 15 15:25:20 2025 |
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 = 'HFM1' |
/usr/lib/cgi-bin/gene_disease_db/gene.py in GO_ann(gene='HFM1') |
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:0000712', 'GO:0007049', 'GO:0009987', 'GO:0022402', 'GO:0022414', 'GO:0044699', ...]), 'molecular_function': set(['GO:0000166', 'GO:0001882', 'GO:0001883', 'GO:0003676', 'GO:0003824', 'GO:0004386', ...])} |
<type 'exceptions.KeyError'>: 'cellular_component'
args =
('cellular_component',)
message =
'cellular_component'