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(
766766 tests. These estimates are subtracted from trait values and
767767 sampling statistics (p-values, standard errors, etc.) are evaluated
768768 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
770770 of the individual stages and separate regression models involved.
771771
772772 Parameters
@@ -875,6 +875,8 @@ def regenie(
875875 Nat Genet 53, 1097–1103 (2021). https://doi.org/10.1038/s41588-021-00870-7
876876
877877 [2] - https://glow.readthedocs.io/en/latest/tertiary/whole-genome-regression.html
878+
879+ [3] - https://rgcgithub.github.io/regenie/overview/
878880 """
879881 if isinstance (covariates , Hashable ):
880882 covariates = [covariates ]
You can’t perform that action at this time.
0 commit comments