Skip to content

Commit

Permalink
fix: purity threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Considine committed Jun 11, 2024
1 parent 6ae95b5 commit c75e04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gentropy/susie_finemapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ def credible_set_qc(
study_index: StudyIndex,
ld_index: LDIndex,
p_value_threshold: float = 1e-5,
purity_min_r2: float = 0.25,
purity_min_r2: float = 0.01,
) -> StudyLocus:
"""Filter credible sets by lead P-value and min-R2 purity, and performs LD clumping.
Expand Down

0 comments on commit c75e04a

Please sign in to comment.