Gene table of NAT8L : N-acetyltransferase 8 like

Gene-disease associations table

Disease IDDisease nameSource of annotation with NAT8LOMIM linkNumber of associated genesgenes
614063N-ACETYLASPARTATE DEFICIENCYOMIM link to OMIM 1NAT8L

Download the gene annotation in CSV format

Annotation of the gene NAT8L

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
Alanine, aspartate and glutamate metabolismhsa002507.64
Metabolic pathwayshsa011002.49
Associated REACTOME pathways
Associated GO terms for Molecular function
GO termGO IDGO IC
aspartate N-acetyltransferase activityGO:00171889.74
N-acetyltransferase activityGO:00080805.27
acetyltransferase activityGO:00164075.1
catalytic activityGO:00038241.05
transferase activityGO:00167401.95
transferase activity, transferring acyl groupsGO:00167464.2
transferase activity, transferring acyl groups other than amino-acyl groupsGO:00167474.37
N-acyltransferase activityGO:00164105.08
--> -->
 
 
<type 'exceptions.KeyError'>
Python 2.7.9: /usr/bin/python
Fri Apr 26 08:29:54 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 = 'NAT8L'
 /usr/lib/cgi-bin/gene_disease_db/gene.py in GO_ann(gene='NAT8L')
    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:0005739', 'GO:0005783', 'GO:0005789', 'GO:0016020', 'GO:0016021', ...]), 'molecular_function': set(['GO:0003824', 'GO:0008080', 'GO:0016407', 'GO:0016410', 'GO:0016740', 'GO:0016746', ...])}

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