Entering edit mode
5.1 years ago
monaallouba
•
0
Hello,
How can I remove singletons in LD pruning in plink?Is there a specific command for that?
Thanks
Hello,
How can I remove singletons in LD pruning in plink?Is there a specific command for that?
Thanks
This is independent of LD pruning, you’d want to do it beforehand.
plink —bfile ... —mac 2 —make-bed —out ...
removes all singleton heterozygous variants.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.