Skip to content

GLM improvement

Compare
Choose a tag to compare
@choishingwan choishingwan released this 30 Jul 19:46
· 744 commits to master since this release

Update Log

  • Fix problem with glibc error with 2.2.4. This was due to an array out of bound error, which is now fixed
  • We now adapted the code from the fastglm and speedglm package. For 100k samples and no covariates, we are expecting around 50% increase in speed. This new implementation also allow us to incoporate different link function and distribution "family" in the future if those functions are required.
  • --use-reef-maf function is also available now. --use-ref-maf will cause the missingness imputation to be performed using the maf of the reference sample instead of the target.

2019-08-05

  • Temporary upload the PRSet no memory check version for linux