Get rs ids using chromsome coordinates
0
0
Entering edit mode
3.7 years ago
Mahan ▴ 70

I have: CHR START END Effect_Allele Ref_Allele columns (hg38)

I want: CHR START END Effect_Allele Ref_Allele RS_ID

I would like to get the SNP rs id using chromosome coordinates, please let me know how I can do this?

Thanks in Advance

rs id Chromosome Coordinates Hg38 • 1.1k views
ADD COMMENT
1
Entering edit mode
  1. Download UCSC vcf (hg 38)
  2. Intersect with bcftools or bed tools for ID column. Both bcftools and bedtools, support tab and vcf formats for intersection.
ADD REPLY
0
Entering edit mode

You can download dbSNP in VCF format and then use bcftools to extract %CHROM\t%POS\t%REF\t%ALT\t%ID\n as a tab separated file from this VCF. Then, use R (data.table) to join your table to this table withIDs. That's how I'd do it.

ADD REPLY
0
Entering edit mode

Hi, RamRS ~ Thanks for your suggestion. Do you mind sharing the detailed steps and R code?

ADD REPLY
2
Entering edit mode

Yes, I do mind sharing that. Please invest some effort and let us know if you have any specific questions.

ADD REPLY
0
Entering edit mode

Thanks for your advice RamRS. Let me look into that.

ADD REPLY

Login before adding your answer.

Traffic: 1694 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