Gene table of USP13

No gene-disease associations

Annotation of the gene USP13

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
endopeptidase activityGO:00041753.63
ubiquitin-like protein ligase bindingGO:00443894.15
ubiquitinyl hydrolase activityGO:01010055.07
enzyme bindingGO:00198992.27
macromolecular complex bindingGO:00448772.61
bindingGO:00054880.18
cysteine-type endopeptidase activityGO:00041975.28
peptidase activityGO:00082333.23
cysteine-type peptidase activityGO:00082344.51
cation bindingGO:00431691.4
ubiquitin-like protein-specific protease activityGO:00197834.97
proteasome bindingGO:00706287.17
transition metal ion bindingGO:00469142.48
chaperone bindingGO:00510875.34
ion bindingGO:00431671.36
ubiquitin bindingGO:00431305.09
protein complex bindingGO:00324033.09
metal ion bindingGO:00468721.41
hydrolase activityGO:00167871.9
catalytic activityGO:00038241.05
thiol-dependent ubiquitin-specific protease activityGO:00048435.43
ubiquitin protein ligase bindingGO:00316254.17
BAT3 complex bindingGO:19042888.35
ubiquitin-like protein bindingGO:00321824.93
thiol-dependent ubiquitinyl hydrolase activityGO:00364595.07
peptidase activity, acting on L-amino acid peptidesGO:00700113.26
protein bindingGO:00055150.46
GO:19044549.74
zinc ion bindingGO:00082702.66
--> -->
 
 
<type 'exceptions.KeyError'>
Python 2.7.9: /usr/bin/python
Wed May 8 22:10:00 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 = 'USP13'
 /usr/lib/cgi-bin/gene_disease_db/gene.py in GO_ann(gene='USP13')
    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:0006355', 'GO:0006464', 'GO:0006508', 'GO:0006511', 'GO:0006914', 'GO:0008152', ...]), 'molecular_function': set(['GO:0003824', 'GO:0004175', 'GO:0004197', 'GO:0004843', 'GO:0005488', 'GO:0005515', ...])}

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