i need both id types i.e(ensembl proteinIDs and KEGG) translated to EntrezGeneIDs.is there any database that links EntrezGeneIDs and EnsemblIDs?
i need both id types i.e(ensembl proteinIDs and KEGG) translated to EntrezGeneIDs.is there any database that links EntrezGeneIDs and EnsemblIDs?
UniProt query = 18,547
database:(type:ensembl) database:(type:geneid) database:(type:kegg) AND reviewed:yes AND organism:"Homo sapiens (Human) [9606]"
Biomart (linked to by Sean above) is pretty much your first port of call for all id-mapping problems.
In this case, ensembl also has a REST endpoint for gathering cross refs:
http://rest.ensembl.org/xrefs/id/ENST00000288602?content-type=application/json;
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.