Gene table of TET2 : tet methylcytosine dioxygenase 2

Gene-disease associations table

Disease IDDisease nameSource of annotation with TET2OMIM linkNumber of associated genesgenes
614286MYELODYSPLASTIC SYNDROMEOMIM link to OMIM 5SETBP1, SF3B1, GATA2, TET2, ASXL1

Download the gene annotation in CSV format

Annotation of the gene TET2

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
REACTOME pathwayREACTOME IDREACTOME IC
TET1,2,3 and TDG demethylate DNAR-HSA-522103010.98
Epigenetic regulation of gene expressionR-HSA-2121656.46
Gene ExpressionR-HSA-741602.72
Associated GO terms for Molecular function
GO termGO IDGO IC
cation bindingGO:00431691.4
protein bindingGO:00055150.46
metal ion bindingGO:00468721.41
dioxygenase activityGO:00512135.25
transition metal ion bindingGO:00469142.48
oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, 2-oxoglutarate as one donor, and incorporation of one atom each of oxygen into both donorsGO:00167065.95
organic cyclic compound bindingGO:00971591.05
oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygenGO:00167054.65
ion bindingGO:00431671.36
ferrous iron bindingGO:00081986.65
catalytic activityGO:00038241.05
bindingGO:00054880.18
nucleic acid bindingGO:00036761.44
DNA bindingGO:00036771.92
iron ion bindingGO:00055064.65
oxidoreductase activityGO:00164913.12
methylcytosine dioxygenase activityGO:00705798.35
heterocyclic compound bindingGO:19013631.06
zinc ion bindingGO:00082702.66
--> -->
 
 
<type 'exceptions.KeyError'>
Python 2.7.9: /usr/bin/python
Sat Apr 20 08:46:10 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 = 'TET2'
 /usr/lib/cgi-bin/gene_disease_db/gene.py in GO_ann(gene='TET2')
    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:0001822', 'GO:0002244', 'GO:0002318', 'GO:0005975', 'GO:0006139', 'GO:0006206', ...]), 'molecular_function': set(['GO:0003676', 'GO:0003677', 'GO:0003824', 'GO:0005488', 'GO:0005506', 'GO:0005515', ...])}

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