Gene table of OTUD6B

No gene-disease associations

Annotation of the gene OTUD6B

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
hydrolase activityGO:00167871.9
ubiquitin-like protein-specific protease activityGO:00197834.97
ubiquitinyl hydrolase activityGO:01010055.07
cysteine-type peptidase activityGO:00082344.51
catalytic activityGO:00038241.05
peptidase activity, acting on L-amino acid peptidesGO:00700113.26
peptidase activityGO:00082333.23
thiol-dependent ubiquitinyl hydrolase activityGO:00364595.07
--> -->
 
 
<type 'exceptions.KeyError'>
Python 2.7.9: /usr/bin/python
Fri Apr 26 16:19: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 = 'OTUD6B'
 /usr/lib/cgi-bin/gene_disease_db/gene.py in GO_ann(gene='OTUD6B')
    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:0006508', 'GO:0008152', 'GO:0019538', 'GO:0043170', 'GO:0044238', 'GO:0071704']), 'molecular_function': set(['GO:0003824', 'GO:0008233', 'GO:0008234', 'GO:0016787', 'GO:0019783', 'GO:0036459', ...])}

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