Annotate Ref/Alt for a list of rsIDs?
1
0
Entering edit mode
6.6 years ago
blazer9131 ▴ 20

Hi,

I have a large list of rsIDs from dbSNP. I would like to get the ref/alt for each of the snps. What would be the best way of handling this? It's a VCF containing position and dbSNP id, but no ref/alt columns.

Thanks.

dbSNP snp • 3.4k views
ADD COMMENT
1
Entering edit mode

How large is large? Give us a number.

Also, I assume single species?

ADD REPLY
0
Entering edit mode

It's roughly 600k IDs. And yes, human.

ADD REPLY
0
Entering edit mode

My first thought would be to download the latest version of dbSNP in VCF format and then use Python, grep, or BCFtools to pull out the information that you need.

dbSNP in VCF can be downloaded from here: https://www.ncbi.nlm.nih.gov/variation/docs/human_variation_vcf/

I reckon that it would take a good few hours to pull out all info.

Kevin

ADD REPLY
0
Entering edit mode
3.1 years ago
binodregmi30 ▴ 10

bcftools annotate -a dbsnp.vcf -c ID -o output.vcf input.vcf.compressed.indixed.vcf.gz should work

ADD COMMENT

Login before adding your answer.

Traffic: 2002 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6