This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Given Ensembl Ids For Genes Or Mirna,S How To Identify That It Belongs To Human Just By Looking?

I have big .csv file. it's contain genes of different species. only the Ensembl ID of genes are there. I just want to extract genes related to human from that file. How can I identify human genes just by looking their Ensembl ID ?

ensembl genomic mira

1 answer

Looking at a page of orthologs like this one will give you a clue.

Human gene IDs are ENSG followed by digits.

For other species, a 3-letter abbreviation of the species name is inserted between ENS and G. For example: ENSPTRG for chimpanzee (Pan troglodytes).

I knew there would be and that you would tell us! Thanks Emily.

Log in to answer this question.