- add phaseless R package
- add LA utilts
- add first joint model
- update admixture with collapsed and normalized gamma ae
- fix input for admixture
- add new collapsing strategy
- add
B
option for collapsing. currently only works with-S
option - switch
float
todouble
type for testing accuracy
- fix stupid cli
- add recombination rate in fastphase
- use collapsed gamma in cluster likelihoods for admixture
- estimate AF from GL
- fix optimal version
- output big vcf, pi and info files
- add optimal version of O(CC+CK) complexity and reduce number errors
- fix serialization
- discard small chunks in phaseless
- change initial F and PI for phasing model
- change PI storage layout to speedup forwards backwards
- add both low and high RAM implementation of imputation
- try using matrix form but not ideal
- add SqS3 EM acceleration
- add
-P
option - optimize imputation get posteriors
- output INFO score and EAF
- add thinning by INFO score
- update genotype likelihoods layout
- optimize forward backwards to get cluster likelihoods fast (0.4x)
- speedup
phaseless
with O(c*c/2) complexity - update
fastphasek2
interface
- first test version