Gene table of MYOZ2 : myozenin 2

Gene-disease associations table

Disease IDDisease nameSource of annotation with MYOZ2OMIM linkNumber of associated genesgenes
PS192600CARDIOMYOPATHY, FAMILIAL HYPERTROPHICClinVar, OMIM, HUMSAVAR link to OMIM 25CALR3, JPH2, VCL, TNNC1, LDB3, ACTC1, CSRP3, MYLK2, TTN, MYH7, NEXN, MYOZ2, TCAP, ACTN2, TNNT2, MYL2, MYBPC3, PLN, MYH6, TPM1, TNNI3, MYL3, PRKAG2, MYPN, CAV3

Download the gene annotation in CSV format

Annotation of the gene MYOZ2

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
telethonin bindingGO:00314338.13
cytoskeletal protein bindingGO:00080923.02
enzyme bindingGO:00198992.27
actin bindingGO:00037793.74
protein phosphatase bindingGO:00199034.93
phosphatase bindingGO:00199024.63
protein phosphatase 2B bindingGO:00303467.54
bindingGO:00054880.18
protein bindingGO:00055150.46
--> -->
 
 
<type 'exceptions.KeyError'>
Python 2.7.9: /usr/bin/python
Tue Apr 23 17:52:23 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 = 'MYOZ2'
 /usr/lib/cgi-bin/gene_disease_db/gene.py in GO_ann(gene='MYOZ2')
    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 = {'cellular_component': set(['GO:0005737', 'GO:0005856', 'GO:0015629', 'GO:0030017', 'GO:0030018', 'GO:0043226', ...]), 'molecular_function': set(['GO:0003779', 'GO:0005488', 'GO:0005515', 'GO:0008092', 'GO:0019899', 'GO:0019902', ...])}

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