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
Re-enable GPU computing as once provided by @klkeys.
Add option to possibly constrain IHT estimates to specified upper and lower bounds
Provide rowmask and colmask keyword telling IHT which samples/columns it is allowed to use
Add routines to grab biologically relevant information as input arguments for sparse group projections and knowledge aided projections, as previously investigated by @gdmosher.
Consider regularizing the covariance matrix for multivariate IHT
Minor Features:
Documentation and unit testing (these will always be a priority).
Add routine to handle interaction terms (SNP-SNP or SNP-environment)
Test and validate GLM code for Gamma, Inverse Gaussian, and Binomial regression
Develop our own fit function for debiasing step. Currently we rely on the fit function in the GLM.jl package which can sometimes suffer unexpected crashes. One solution is to use the glm_regress function in MendelBase.jl
Add routines to internally compute, and then use, the top principal components to account for sub-population structure
Add option in wrapper functions to possibly work on Float32 matrices instead of always defaulting to Float64
Major Features
rowmaskandcolmaskkeyword telling IHT which samples/columns it is allowed to useMinor Features:
fitfunction for debiasing step. Currently we rely on thefitfunction in theGLM.jlpackage which can sometimes suffer unexpected crashes. One solution is to use theglm_regressfunction in MendelBase.jlFloat32matrices instead of always defaulting toFloat64