Skip to content

Commit

Permalink
fix: docstring updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Considine committed Apr 5, 2024
1 parent 6984d97 commit 7755a90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gentropy/susie_finemapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def susie_finemapper_one_studylocus_row(
window: int = 1_000_000,
L: int = 10,
) -> StudyLocus:
"""Susie fine-mapper function that uses Summary Statstics, chromosome and position as inputs.
"""Susie fine-mapper for StudyLocus row with SummaryStatistics object.
Args:
GWAS (SummaryStatistics): GWAS summary statistics
Expand Down Expand Up @@ -151,7 +151,7 @@ def susie_inf_to_studylocus(
variant_index: DataFrame,
cs_lbf_thr: float = 2,
) -> StudyLocus:
"""Convert SuSiE-inf output to studyLocus DataFrame.
"""Convert SuSiE-inf output to StudyLocus DataFrame.
Args:
susie_output (dict[str, Any]): SuSiE-inf output dictionary
Expand Down Expand Up @@ -272,7 +272,7 @@ def susie_finemapper_ss_gathered(
window: int = 1_000_000,
L: int = 10,
) -> StudyLocus:
"""Susie fine-mapper function that uses Summary Statstics, chromosome and position as inputs.
"""Susie fine-mapper for StudyLocus row with locus annotated summary statistics.
Args:
session (Session): Spark session
Expand Down

0 comments on commit 7755a90

Please sign in to comment.