Removing SNPs with over 2% missing rate in plink
1
0
Entering edit mode
6.1 years ago

I have a merged binary dataset and I want to remove SNPs with more than 2% missing rate in plink. How should I proceed? Thank you!

SNP • 4.3k views
ADD COMMENT
4
Entering edit mode
6.1 years ago
Wietje ▴ 240

Check out the PLINK manual (https://www.cog-genomics.org/plink/1.9/filter) and the --geno option, which allows you to filter for variants with a defined missing/ call rate.

Missing genotype rates

--geno {maximum per-variant} --mind {maximum per-sample}

--oblig-missing [variant x block file] [block definition file]

--geno filters out all variants with missing call rates exceeding the provided value (default 0.1) to be removed, while --mind does the same for samples.

ADD COMMENT
0
Entering edit mode

Thank you very much for your help! I shall try out.

ADD REPLY

Login before adding your answer.

Traffic: 2975 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6