Entering edit mode
2.5 years ago
MAPK2
▴
50
Hi All,
I was trying to find a tool within the UCSC web to convert SNP (rsIDs) to chromsome:postion:REF:ALT based on GRCh38. I just have about one hundred rsIDs to convert and don't want to loop over all annotated VCFs. Could someone please share the link if there are any available? Thanks!
Search the forum, I'm sure this question has been addressed already.
I did, but couldn't find it. There was a mysql option for reverse conversion which does not work anymore.
You could always use either dbSNP API (if one is available) or download the appropriate dbSNP VCF file and query against it.
To find the appropriate dbSNP version, look into your VCF or your annotation pipeline - there should be a mention of the dbSNP version somewhere in there.