This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Ibs And Ibd Analysis In Plink (Gwas)

Hi all, I am doning GWAS for data which I have. For that I want to exclude or remove duplicated or related individuals as well as individuals of divergent ancestry. I am using Plink for this QC analysis and have used --indep-pairwise 50 5 and 0.5 criteria. I have got result file also but I am not able to interpret statistics involved in it. Can anybody guide me in this aspect?

Thanks in advance, Mandar

gwas plink statistics

Yes, this is basically what I should have answered.

1 answer

The --indep-pairwise function simply lists SNPs that are in linkage disequilibrium - that is highly correlated to each other. You can do what you describe using PLINK (see Pairwaise IBD estimation), although you might choose a more accurate and efficient whole-genome IBD estimation method such as kcoeff.

Disclaimer: I used to work in the lab where kcoeff was published.

Log in to answer this question.