Failed missingness test plink GWAS
1
0
Entering edit mode
6.4 years ago

Hi.

I have a part of a file containing 80 patients (80 cases), divided into 41 females and 39 males Individuals. I am doing all the --geno --mind --maf --hwe tests. But all of the 80 individuals and so the SNPs are removed with a mind < 0.1. Plus, with --geno = 0.1 all the SNPs are removed too. There is something that I can do understand this situation and how I can fix it, or it could be probable, that the files have something wrong ? Thanks

GWAS plink SNP • 2.4k views
ADD COMMENT
0
Entering edit mode

Thanks man. I will try it .

ADD REPLY
0
Entering edit mode
6.4 years ago

I would take a look at the missingness rate per individual by executing:

plink --file MyData --missing

Then, check the contents of plink.imiss. There is more information on this here.

Once you see the missingness rate per individual, you can decide an appropriate cut-off during your association tests by using -mind 0.15 or -mind 0.2, et cetera.

ADD COMMENT

Login before adding your answer.

Traffic: 2295 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