Hi there,
I am a plink beginner. I was trying to recode chr:pos (from my .vcf file) to the SNP rsID and I think there is something very odd with the --out file. The steps I've followed were
1. create a list of SNPs which have a MAF > 0.1% and Imputation R2 > 0.3 from .info file
3. deal with duplicates with plink2 --rm-dup force-first list --make-bed --out name.nodup
4. --exclude duplist
5. --update-name textfile.txt
Now the output of step 5 looks very weird with V1 having rsIDs mixed with chr:pos (picture attached)
my question would be is this normal? and should I remove the chr:pos before merging with the ref data?
THANK YOU
Diandra