Skip to content

Commit

Permalink
fix: spelling in susie_finemapper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Considine authored Oct 2, 2024
1 parent 13e31b9 commit b64ab83
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 @@ -81,7 +81,7 @@ def __init__(
carma_tau (float): CARMA tau, shrinkage parameter
imputed_r2_threshold (float): imputed R2 threshold, default is 0.9
ld_score_threshold (float): LD score threshold ofr imputation, default is 5
ld_min_r2 (float): Threshold to fillter CS by leads in high LD, default is 0.8
ld_min_r2 (float): Threshold to filter CS by leads in high LD, default is 0.8
"""
# Read locus manifest.
study_locus_manifest = pd.read_csv(study_locus_manifest_path)
Expand Down

0 comments on commit b64ab83

Please sign in to comment.