File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -766,7 +766,7 @@ def regenie(
766
766
tests. These estimates are subtracted from trait values and
767
767
sampling statistics (p-values, standard errors, etc.) are evaluated
768
768
against the residuals. See the REGENIE preprint [1] for more details.
769
- For a simpler technical overview, see [2] for a detailed description
769
+ For a technical overview, see [2, 3 ] for a detailed description
770
770
of the individual stages and separate regression models involved.
771
771
772
772
Parameters
@@ -875,6 +875,8 @@ def regenie(
875
875
Nat Genet 53, 1097–1103 (2021). https://doi.org/10.1038/s41588-021-00870-7
876
876
877
877
[2] - https://glow.readthedocs.io/en/latest/tertiary/whole-genome-regression.html
878
+
879
+ [3] - https://rgcgithub.github.io/regenie/overview/
878
880
"""
879
881
if isinstance (covariates , Hashable ):
880
882
covariates = [covariates ]
You can’t perform that action at this time.
0 commit comments