It takes several hours in the human genome to test for all 28M CpGs on a two-case test with 10 replicates each. According to perf, half of the time in the code is spent on __ieee754_log_fma, which I think has to do with log-likelihoods within GSL. We may be able to optimize these.
It takes several hours in the human genome to test for all 28M CpGs on a two-case test with 10 replicates each. According to perf, half of the time in the code is spent on
__ieee754_log_fma, which I think has to do with log-likelihoods within GSL. We may be able to optimize these.