This is a test version of Biostars. For the public version, visit https://www.biostars.org.
remove singletons in LD pruning in plink

Hello,

How can I remove singletons in LD pruning in plink?Is there a specific command for that?

Thanks

ld pruning plink singletons

1 answer

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.

Log in to answer this question.