Entering edit mode
2.4 years ago
Thorerges
▴
10
I have ~500,000 rsids - in the following format
MarkerName A1 A2
rs2326918 a g
rs7929618 c g
rs66941928 t c
I want the chromosome number associated with each MarkerName. So the output would be like this:
MarkerName A1 A2 Chr
rs2326918 a g 6
rs7929618 c g 6
rs66941928 t c 6
I don't care about A1/A2, I just need the chromosome number. How can i do this?
join on rsid with dbsnp vcf.