Remove related samples using plink
0
2
Entering edit mode
2.6 years ago

Hi,

I generated pairwise IBD (PI_HAT) using plink1.9 --genome option. I have >200,000 samples, so I used --parallel and combined the sub files using cat. Is there a way to remove related samples using the output file .genome.gz ?

I read about --rel-cutoff but this option is generating IBD measures from scratch and cannot be used with --parallel as I understood. Another way I found to do this is:

plink2 --bfile inputfile --make-king triangle bin --out related

Then

plink2 --bfile inputfile --king-cutoff related 0.125 --make-bed --out unrelated

I have 3 things to clarify. 1) Is this the correct way? 2) Is there anyway that I can use my initial output from --genome to remove related individuals? This file is big since I have >200,000 samples 2) In my initial QC steps I used plink1.9, I assume I can use plink2 with the same outputs.

Thanks a lot in advance. Sumudu

plink ibd pihat plink2 • 1.1k views
ADD COMMENT

Login before adding your answer.

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