You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pgscatalog.calclib/src/pgscatalog/calclib/_ancestry/tools.py
+1-2
Original file line number
Diff line number
Diff line change
@@ -280,8 +280,7 @@ def pgs_adjust(
280
280
:param norm2_2step: boolean (default=False) whether to use the two-step model vs. the full-fit
281
281
:param ref_train_col: column name with true/false labels of samples that should be included in training PGS methods
282
282
: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.
0 commit comments