Gene table of OSBPL2 : oxysterol binding protein like 2

Gene-disease associations table

Disease IDDisease nameSource of annotation with OSBPL2OMIM linkNumber of associated genesgenes
PS124900DEAFNESS, AUTOSOMAL DOMINANTOMIM link to OMIM 33GJB2, 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

Annotation of the gene OSBPL2

Associated genes in ENSEMBL
Associated proteins - SwissProt Accession ID
Associated PDB IDs
Cytogenetic Band
Tandem repeats annotation
Transcription regulation as annotated in TRRUST
Associated KEGG pathways
Associated REACTOME pathways
Associated GO terms for Molecular function
GO termGO IDGO IC
sterol bindingGO:00329345.98
cholesterol bindingGO:00154856.1
alcohol bindingGO:00431785.53
organic cyclic compound bindingGO:00971591.05
lipid bindingGO:00082893.26
small molecule bindingGO:00360941.89
bindingGO:00054880.18
protein bindingGO:00055150.46
steroid bindingGO:00054965.24
--> -->
 
 
<type 'exceptions.KeyError'>
Python 2.7.9: /usr/bin/python
Fri Apr 19 00:41:41 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'