biothings / mygene.info

MyGene.info: A BioThings API for gene annotations
http://mygene.info
Other
115 stars 20 forks source link

Are ensembl gene id version numbers not supported? #137

Open aiqc opened 1 year ago

aiqc commented 1 year ago

ENSG00000210196

gene_client.getgenes(['ENSG00000210196'], fields='symbol')
"""
[{'query': 'ENSG00000210196', '_id': '4571', '_version': 2, 'symbol': 'TRNP'}]
"""

ENSG00000210196.2

gene_client.getgenes(['ENSG00000210196.2'], fields='symbol')
"""
[{'query': 'ENSG00000210196.2', 'notfound': True}]
"""