Hi all,
I am a newby when it comes to plink and got stuck trying to work with some GWAS data that I received. The problem is that I have duplicates (same SNP-name and location) in my BIM file.
I've tried using the --list-duplicate-vars option and when I do, it doesn't give me any errors, but the dupvar file is either completely empty or it only has a header: CHR - POS - ALLELES - IDS
I want to either delete the additional variant or rename it, so I can check whether I need it later. There is no way that I can manually change the snp-names as I have about 7 million variants. Can anyone tell what I'm doing wrong or give me additional tips?
This is my code:
plink --bfile full_2 --list-duplicate-vars suppress-first --make-bed --out full_3 --memory 7000
and I'm using Plink 1.9 for windows
Thanks
Cynthia
Hello and welcome to biostars cynthiakusters ,
Please use the formatting bar (especially the
code
option) to present your post better. I've done it for you this time.Thank you!