Hi there,
I am reading a paper which use plink to LD-pruning.
They use PLINK to do
"LD-pruning on this subset of markers was performed with PLINK v.1.9, with an r2 threshold of 0.1 within a sliding window of 50 Kb and a shift step of 10 Kb"
However, I cannot figured out how to do this, espacially "sliding window of 50 Kb"
In plink website, the option --indep-pairwise <window size>['kb'] <step size (variant ct)> <r^2 threshold> did not allow sliding window of 50 kb.
I've tried to run with the following command:
plink --vcf ./Cb.8samples.vcf --make-bed -geno 0.999 -out $FILE --allow-extra-chr --indep 50kb 10kb 0.1
And I got error message:
Error: Invalid --indep window size '50kb'.
How do I do shift step of 10 Kb ?
Thank you.
Best regard,
Jui-Hung