Gene table of PPME1

No gene-disease associations

Annotation of the gene PPME1

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
phosphatase regulator activityGO:00192085.26
enzyme bindingGO:00198992.27
bindingGO:00054880.18
protein phosphatase type 2A regulator activityGO:00086016.69
enzyme inhibitor activityGO:00048573.78
molecular function regulatorGO:00987722.51
hydrolase activityGO:00167871.9
phosphatase inhibitor activityGO:00192126.02
protein phosphatase regulator activityGO:00198885.41
enzyme regulator activityGO:00302342.85
carboxylic ester hydrolase activityGO:00526894.81
protein kinase bindingGO:00199013.44
catalytic activityGO:00038241.05
protein phosphatase bindingGO:00199034.93
phosphatase bindingGO:00199024.63
protein phosphatase inhibitor activityGO:00048646.07
hydrolase activity, acting on ester bondsGO:00167883.1
protein phosphatase 2A bindingGO:00517216.41
GO:00517239.74
GO:00517229.74
kinase bindingGO:00199003.32
protein bindingGO:00055150.46
--> -->
 
 
<type 'exceptions.KeyError'>
Python 2.7.9: /usr/bin/python
Wed Apr 24 08:07:30 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 = 'PPME1'
 /usr/lib/cgi-bin/gene_disease_db/gene.py in GO_ann(gene='PPME1')
    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:0006464', 'GO:0006482', 'GO:0008152', 'GO:0008214', 'GO:0009987', 'GO:0010921', ...]), 'molecular_function': set(['GO:0003824', 'GO:0004857', 'GO:0004864', 'GO:0005488', 'GO:0005515', 'GO:0008601', ...])}

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