Hello,
I am attempting to remove 1st and 2nd degree related individuals from our trans-ancestry sample. I am getting different results when I run KING vs PLINK's implementation of KING. KING is providing a list containing 1119 more individuals to be removed than PLINK (log files attached).
Here are the commands being run:
plink2 --bfile ${bfile} --king-cutoff 0.125 --out ${out}
king -b ${bfile}.bed --unrelated --degree 2 --cpus 10 --prefix ${out}
Here are the versions:
PLINK v2.00a2.3LM 64-bit Intel (24 Jan 2020)
KING 2.3.2 - (c) 2010-2023 Wei-Min Chen
Here is the QC I have performed up until this point. ${keep} is a list of SNPs from the Global Screening Array that hopefully captures high quality SNPs in our highly diverse sample:
plink2 --bgen ${bgen} --sample ${sample} --extract range ${keep} \
--geno 0.05 --maf 0.05 --max-alleles 2 \
--set-missing-var-ids @:#\$r:\$a --new-id-max-allele-len 1000 \
--make-bed --out ${bfile}
Any advice/guidance you can provide would be greatly appreciated!
Thank you,
-Travis Mize