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
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.)
The text was updated successfully, but these errors were encountered:
tomwhite
added
the
core operations
Issues related to domain-specific functionality such as LD pruning, PCA, association testing, etc.
label
Mar 23, 2021
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 thatadd_intercept
is True in the case of no covariates.)The text was updated successfully, but these errors were encountered: