Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow empty covariate list in gwas_linear_regression #509

Closed
tomwhite opened this issue Mar 23, 2021 · 0 comments · Fixed by #513
Closed

Allow empty covariate list in gwas_linear_regression #509

tomwhite opened this issue Mar 23, 2021 · 0 comments · Fixed by #513
Labels
core operations Issues related to domain-specific functionality such as LD pruning, PCA, association testing, etc.

Comments

@tomwhite
Copy link
Collaborator

In #463, the linear regression is first run with no covariates (i.e. only with an intercept). This is not possible with the current implementation of gwas_linear_regression, so we should add that capability. (There should be a check to see that add_intercept is True in the case of no covariates.)

@tomwhite tomwhite added the core operations Issues related to domain-specific functionality such as LD pruning, PCA, association testing, etc. label Mar 23, 2021
tomwhite added a commit to tomwhite/sgkit that referenced this issue Mar 31, 2021
@mergify mergify bot closed this as completed in #513 Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core operations Issues related to domain-specific functionality such as LD pruning, PCA, association testing, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant