What does an Entrez Gene ID look like?
Is there a schema to recognize an Entrez Gene ID?
Performing this search: http://www.ncbi.nlm.nih.gov/gene/?term=test
It looks like they are just numbers, is that correct?
Do they always begin with 1, or is that just Benford's law?
Thanks, Dan.
• 45,058 views
•
link
2 answers
Yes those are just numbers. Example (human),
https://github.com/santhilalsubhash/geneSCF/blob/master/geneSCF-master-v1.0/test/sample_gene_list_id
Gene Symbols as follows (human),
• 1 views
•
link
All entrez ids are numbers. To check that an Entrez id is valid, you can simply use the Entrez Eutils APIs:
In this case "1234[id]" means that we are searching for genes whose ID is 1234.
• 1 views
•
link
Log in to answer this question.
More in this paper.
The Entrez gene ID will be numbers, not to be mistaken for gene official symbol, which for human genes are given by HGNC. You may want to use Ensembl stable IDs that start with ENS (for Ensembl) and will contain a 3-letter code for all non-human species e.g. ENSMUSXXXXXXXXXXX for Mus musculus.