Open jhagenberg opened 4 years ago
Hi Sam,
thanks for the tutorial! I think there is an error in the description for the arguments in the following code:
plink \ --bfile EUR \ --keep EUR.QC.fam \ --extract EUR.QC.snplist \ --indep-pairwise 200 50 0.25 \ --out EUR.QC
As far as I understand it, in plink 1.9 the first argument of --indep-pairwise is only in kb if the kb modifier is set (see the documentation), otherwise it's variant count, so in your example a window size of 200 variants.
--indep-pairwise
Best regards, Jonas
Thanks, I have now fixed that.
Sam
Hi Sam,
thanks for the tutorial! I think there is an error in the description for the arguments in the following code:
As far as I understand it, in plink 1.9 the first argument of
--indep-pairwise
is only in kb if the kb modifier is set (see the documentation), otherwise it's variant count, so in your example a window size of 200 variants.Best regards, Jonas