Disease ID | Disease name | Source of annotation with OSBPL2 | OMIM link | Number of associated genes | genes |
---|---|---|---|---|---|
PS124900 | DEAFNESS, AUTOSOMAL DOMINANT | OMIM | link to OMIM | 33 | GJB2, DIAPH1, DFNA5, CEACAM16, CRYM, CCDC50, GJB3, KCNQ4, POU4F3, SLC17A8, MYO1A, TBC1D24, MYO7A, COL11A2, MIR96, GJB6, OSBPL2, TMC1, MYO6, P2RX2, EYA4, ACTG1, HOMER2, SIX1, WFS1, KITLG, DIABLO, COCH, TECTA, MYH9, MYH14, TNC, GRHL2 |
Download the gene annotation in CSV format
GO term | GO ID | GO IC |
---|---|---|
sterol binding | GO:0032934 | 5.98 |
cholesterol binding | GO:0015485 | 6.1 |
alcohol binding | GO:0043178 | 5.53 |
organic cyclic compound binding | GO:0097159 | 1.05 |
lipid binding | GO:0008289 | 3.26 |
small molecule binding | GO:0036094 | 1.89 |
binding | GO:0005488 | 0.18 |
protein binding | GO:0005515 | 0.46 |
steroid binding | GO:0005496 | 5.24 |
<type 'exceptions.KeyError'> | Python 2.7.9: /usr/bin/python Wed Sep 11 11:11:08 2024 |
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 = 'OSBPL2' |
/usr/lib/cgi-bin/gene_disease_db/gene.py in GO_ann(gene='OSBPL2') |
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:0006810', 'GO:0006869', 'GO:0044699', 'GO:0044765', 'GO:0051179', 'GO:0051234', ...]), 'molecular_function': set(['GO:0005488', 'GO:0005496', 'GO:0005515', 'GO:0008289', 'GO:0015485', 'GO:0032934', ...])} |
<type 'exceptions.KeyError'>: 'cellular_component'
args =
('cellular_component',)
message =
'cellular_component'