Paper for Plink LD clumping 'greedy algorithm'
1
1
Entering edit mode
7.3 years ago
Lou ▴ 10

Hello,

I am having some trouble finding the orginal paper that decribes the greedy algorithm used in Plink's LD clumping procedure. If someone could point me in the right direction or briefly explain how overlaps between clumps are dealt with so that no SNP can belong to more than one clump that would be wonderful.

Thanks!

Plink GWAS LD Clumping Greedy • 3.2k views
ADD COMMENT
1
Entering edit mode
5.6 years ago

This isn't explicitly described in a paper, but there are some details in the plink 1.9 documentation at https://www.cog-genomics.org/plink/1.9/postproc#clump .

Specifically, the core of the greedy algorithm is described in the first bullet:

  • Clumps are formed around central 'index variants' which, by default, must have p-value no larger than 0.0001; change this threshold with --clump-p1. Index variants are chosen greedily starting with the lowest p-value. Variants which meet the --clump-p1 threshold, but have already been assigned to another clump, do not start their own clumps unless --clump-best was specified.
ADD COMMENT

Login before adding your answer.

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