This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Tool for translating chromosomal location to gene name (for human)

Hello,

Can anyone recommend a good tool for translating a list of chromosomal locations to gene names

For example:

chr1 2000 -> <gene_name1>

chr2 2008880 -> <gene_name2>

Thanks! Roni

gene genome

2 answers

Based on the assumption your reference would be the human genome, the Ensembl variant effect predictor would be an option

For a small data set, try Ensembl's biomart otherwise, you can also do it using the Ensembl perl API.

Log in to answer this question.