Skip to content

Commit

Permalink
chore: remove the locus_radius parameter (#659)
Browse files Browse the repository at this point in the history
Code inspection shows that it is not used anymore.
  • Loading branch information
tskir authored Jun 25, 2024
1 parent 8ff4bfc commit b839164
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gentropy/susie_finemapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def __init__(
study_locus_collected_path: str,
study_index_path: str,
output_path: str,
locus_radius: int = 500_000,
max_causal_snps: int = 10,
primary_signal_pval_threshold: float = 1,
secondary_signal_pval_threshold: float = 1,
Expand All @@ -71,7 +70,6 @@ def __init__(
study_locus_collected_path (str): path to the collected study locus
study_index_path (str): path to the study index
output_path (str): path to the output
locus_radius (int): Radius of base-pair window around the locus, default is 500_000
max_causal_snps (int): Maximum number of causal variants in locus, default is 10
primary_signal_pval_threshold (float): p-value threshold for the lead variant from the primary signal (credibleSetIndex==1), default is 5e-8
secondary_signal_pval_threshold (float): p-value threshold for the lead variant from the secondary signals, default is 1e-7
Expand Down

0 comments on commit b839164

Please sign in to comment.