Skip to content

Commit

Permalink
regenie overview
Browse files Browse the repository at this point in the history
  • Loading branch information
jdstamp committed Jan 29, 2024
1 parent 69a62f5 commit 422d393
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sgkit/stats/regenie.py
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ def regenie(
tests. These estimates are subtracted from trait values and
sampling statistics (p-values, standard errors, etc.) are evaluated
against the residuals. See the REGENIE preprint [1] for more details.
For a simpler technical overview, see [2] for a detailed description
For a technical overview, see [2, 3] for a detailed description
of the individual stages and separate regression models involved.
Parameters
Expand Down Expand Up @@ -875,6 +875,8 @@ def regenie(
Nat Genet 53, 1097–1103 (2021). https://doi.org/10.1038/s41588-021-00870-7
[2] - https://glow.readthedocs.io/en/latest/tertiary/whole-genome-regression.html
[3] - https://rgcgithub.github.io/regenie/overview/
"""
if isinstance(covariates, Hashable):
covariates = [covariates]
Expand Down

0 comments on commit 422d393

Please sign in to comment.