This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Query hg37 rsid information

Hi All,

I am trying to programmatically find information about hg19 rsids.

I tried to query ensemble but the information was on hg19, I also queried Kaviar (http://db.systemsbiology.net/kaviar/cgi-pub/Kaviar.pl). But in Kaviar I'm missing some rsids that I can find on other pages. I also looked at NCBI but it seems the information is on hg19 again.

Does anyone know an API to query for hg19 details? I need chromosome number and position.

Kind regards, Julian

hg37 rsid

This could work but I find it difficult to process the API results for what I need, it should be possible just going to take me some work to filter all the unnecessary stuff out.

1 answer

I think Ensembl already has a REST-API dedicated for GRCh37 that you can find here - https://grch37.rest.ensembl.org/. For your case, I imagine this would be useful - https://grch37.rest.ensembl.org/documentation/info/variation_id

Thanks, This might be easiest since I already have code ready for the ensemble API.

Log in to answer this question.