This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Entrez e-utils reference for ensembl ids

I know this is a long shot, but assuming my access to services is limited to e-utils, is there any way to map ensemble gene ids like ENSG00000010404 ( iduronate 2-sulfatase) to Entrez Gene UIDs e.g "3423" ?

ensembl entrez e-utils gene

2 answers

Using EntrezDirect:

$ esearch -db gene -query ENSG00000010404 | esummary | xtract -pattern DocumentSummary -element Id,Description
3423    iduronate 2-sulfatase

awesome, didn't know that ENSG ids were accepted

Can't you just download biomaRt tables and use them to look up the correspondence like it's done here?

Log in to answer this question.