Skip to content

Commit afa2fc0

Browse files
committed
fix doc build
1 parent 990102c commit afa2fc0

File tree

1 file changed

+1
-2
lines changed
  • pgscatalog.calc/src/pgscatalog/calc/lib/_ancestry

1 file changed

+1
-2
lines changed

pgscatalog.calc/src/pgscatalog/calc/lib/_ancestry/tools.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,7 @@ def pgs_adjust(
280280
:param norm2_2step: boolean (default=False) whether to use the two-step model vs. the full-fit
281281
:param ref_train_col: column name with true/false labels of samples that should be included in training PGS methods
282282
:param n_pcs: number of genetic PCs that will be used for PGS-adjustment
283-
:return: [results_ref:df , results_target:df , results_models: dict] adjusted dfs for reference and target
284-
populations, and a dictionary with model fit/parameters.
283+
:return: [results_ref:df , results_target:df , results_models: dict] adjusted dfs for reference and target populations, and a dictionary with model fit/parameters.
285284
"""
286285
# Check that datasets have the correct columns
287286
## Check that score is in both dfs

0 commit comments

Comments
 (0)