Thanks, This might be easiest since I already have code ready for the ensemble API.
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
• 2,330 views
•
link
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
• 0 views
•
link
• 0 views
•
link
Log in to answer this question.
Check out: https://www.ncbi.nlm.nih.gov/snp/
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.
FYI GRCh37 is hg19 not hg37 ;-)
My bad sorry :D