This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to find the gene name and classification using Ensembl ID?

Hello All I have a file containing a list of onding and non- coding genes (2500 numbers). I want to know the name of those genes as text or CSV format. How to convert it Thank you

genome ensembl lncrna

1 answer

There are plenty of options. Use the Ensembl BioMart or the Ensembl perl API. If using R, there are several Bioconductor packages available such as biomaRt or EnsDb.Hsapiens.vXX (where XX stands for the Ensembl version).

Log in to answer this question.