Gene table of PDE6H : phosphodiesterase 6H

Gene-disease associations table

Disease IDDisease nameSource of annotation with PDE6HOMIM linkNumber of associated genesgenes
610024RETINAL CONE DYSTROPHY 3AClinVar, OMIM link to OMIM 1PDE6H

Download the gene annotation in CSV format

Annotation of the gene PDE6H

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
KEGG pathwayKEGG IDKEGG IC
Purine metabolismhsa002305.28
Associated REACTOME pathways
Associated GO terms for Molecular function
GO termGO IDGO IC
3',5'-cyclic-nucleotide phosphodiesterase activityGO:00041146.52
cyclic-nucleotide phosphodiesterase activityGO:00041126.48
phosphoric ester hydrolase activityGO:00425783.82
bindingGO:00054880.18
enzyme inhibitor activityGO:00048573.78
molecular function regulatorGO:00987722.51
heterocyclic compound bindingGO:19013631.06
nucleoside phosphate bindingGO:19012651.96
phosphoric diester hydrolase activityGO:00080815.23
nucleotide bindingGO:00001661.96
guanyl ribonucleotide bindingGO:00325613.73
purine nucleotide bindingGO:00170762.19
3',5'-cyclic-GMP phosphodiesterase activityGO:00475557.1
hydrolase activityGO:00167871.9
enzyme regulator activityGO:00302342.85
hydrolase activity, acting on ester bondsGO:00167883.1
small molecule bindingGO:00360941.89
catalytic activityGO:00038241.05
cGMP bindingGO:00305536.97
cyclic nucleotide bindingGO:00305516.13
carbohydrate derivative bindingGO:00973672.03
organic cyclic compound bindingGO:00971591.05
guanyl nucleotide bindingGO:00190013.73
protein bindingGO:00055150.46
purine ribonucleotide bindingGO:00325552.2
ribonucleotide bindingGO:00325532.19
--> -->
 
 
<type 'exceptions.KeyError'>
Python 2.7.9: /usr/bin/python
Sat May 4 04:24:12 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 = 'PDE6H'
 /usr/lib/cgi-bin/gene_disease_db/gene.py in GO_ann(gene='PDE6H')
    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:0000187', 'GO:0001932', 'GO:0001934', 'GO:0003008', 'GO:0007600', 'GO:0007601', ...]), 'molecular_function': set(['GO:0000166', 'GO:0003824', 'GO:0004112', 'GO:0004114', 'GO:0004857', 'GO:0005488', ...])}

<type 'exceptions.KeyError'>: 'cellular_component'
      args = ('cellular_component',)
      message = 'cellular_component'