This is a test version of Biostars. For the public version, visit https://www.biostars.org.
SNP to gene

What is the smallest single database I can download to enable mapping Gene (or non-gene locus) from a SNP ie rs1205 > CRP

snp

What are the various databases you've tried? Why do you need the database to be small? In addition to rs ID and HGNC Gene Symbol, what other attributes do you need in this database?

2 answers

Can do it seamlessly in R via biomaRt: A: How to retrieve Gene name from SNP ID using biomaRt

You could also download dbSNP's latest version and use bash commands or a C library such as bcftools

Log in to answer this question.