Disease ID | Disease name | Source of annotation with TANGO2 | OMIM link | Number of associated genes | genes |
---|---|---|---|---|---|
616878 | METABOLIC ENCEPHALOMYOPATHIC CRISES, RECURRENT, WITH RHABDOMYOLYSIS, CARDIAC ARRHYTHMIAS, AND NEURODEGENERATION | ClinVar, OMIM | link to OMIM | 1 | TANGO2 |
115000 | CARDIAC ARRHYTHMIA | ClinVar | link to OMIM | 25 | KCNE3, CACNB2, AKAP9, NPPA, KCNE1, SCN4B, CASQ2, KCNJ5, TANGO2, JUP, ANK2, KCNJ2, DSG2, NOS1AP, KCNJ8, LIG3, RYR2, CACNA1C, KCNE2, KCNH2, SCN5A, HCN4, SNTA1, SCN1B, KCNQ1 |
Download the gene annotation in CSV format
<type 'exceptions.KeyError'> | Python 2.7.9: /usr/bin/python Wed Jan 15 15:30:59 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 = 'TANGO2' |
/usr/lib/cgi-bin/gene_disease_db/gene.py in GO_ann(gene='TANGO2') |
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 = {} |
<type 'exceptions.KeyError'>: 'biological_process'
args =
('biological_process',)
message =
'biological_process'