Hello,
I am analyzing some whole genome data (I am very novice at it), and I have a list of SNPs with this format SNP_A- :
SNP_A-4270094 SNP_A-8282305 SNP_A-8282312 SNP_A-8282315 SNP_A-8282317 SNP_A-8282737 SNP_A-8289947 SNP_A-8289949 SNP_A-8289951 SNP_A-8289954 SNP_A-8289973 SNP_A-8289974 SNP_A-8289978 SNP_A-8289982 ...
I wish to convert them to rs ID using
./plink --bfile mydata --update-map rsID.lst --update-name --make-bed --out mydata2
However I have no idea where to find the rsID.lst file... I will really appreciate any help I can get, thank you!