qtl2 0.44 (2026-07-06)
New features
-
Added a general genome scan function
scan1genwhich takes as input an R function that calculates the log10 likelihood. -
Added ability to use
scan1permwith an alternative scan function such asscan1genorscan1snps.
Minor changes
-
Potential speed-up of
scan1()andscan1perm(): the eigen library has implemented least squares regression with multivariate outcomes. -
For parallel computing, use of
cores=0argument now results in all but one core (parallel::detectCores()-1) rather than all cores.