-
Notifications
You must be signed in to change notification settings - Fork 4
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
Roadmap for future development #6
Comments
I might be able to help with the Cox model. I'm currently working on a proximal gradient algorithm w/L1 penalization with it. |
After 42f6d2d, IHT now (basically) works on windows machine. Cross-validation cannot automatically delete intermediate files for windows users, but I think that's a weird IO error that Julia base has to deal with.... |
After OpenMendel/SnpArrays.jl#57 and OpenMendel/SnpArrays.jl#61, it became possible to
Linear algebra on |
For binary PLINK files, gradient computations on CPU are parallelized since MendelIHT v1.4.x for both univariate and multivariate IHT. This is achieved internally by |
Major Features
rowmask
andcolmask
keyword telling IHT which samples/columns it is allowed to useMinor Features:
fit
function for debiasing step. Currently we rely on thefit
function in theGLM.jl
package which can sometimes suffer unexpected crashes. One solution is to use theglm_regress
function in MendelBase.jlFloat32
matrices instead of always defaulting toFloat64
The text was updated successfully, but these errors were encountered: