Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are ensembl gene id version numbers not supported? #137

Open
aiqc opened this issue Jul 22, 2023 · 0 comments
Open

Are ensembl gene id version numbers not supported? #137

aiqc opened this issue Jul 22, 2023 · 0 comments

Comments

@aiqc
Copy link

aiqc commented Jul 22, 2023

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}]
"""
@aiqc aiqc changed the title Are ensembl version numbers not supported? Are ensembl gene id version numbers not supported? Jul 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant