Dear plink community
I am a new user to plink 1.9, and have a question on merging different study cohorts. (Let's say study A, B and C, all based on hg38). Currently, I have .bed, .bim and .fam files for all of them.
When I tried to merge them, using --merge-list, I did not get an error, but I want to make sure I am doing it correctly.
1) I expect the SNPs from the studies should not overlap entirely. Is the result based on their union or intersection?
2) I used R to read the bim files and checked whether chromosome number, SNP position, ALT and REF columns exactly match among the 3 studies. Only about 2/3 of them matches. However, I did not get any error message after merging. Does plink merging handle the flipping automatically? Do I need to manually flip and get rid of ambiguous and non-matching SNPs?
I tried looking for solutions in the documentation/online but was not able to find recent relevant threads. The most relevant one was about 8 years ago:
https://www.biostars.org/p/101191/which I would expect to be out of date?
In addition, there was no .missnp output created when I merged...
Thanks a lot!!!
I wonder