poseidon-framework / poseidon-analysis-hs

A tool to analyse genotype data (optionally in the poseidon data format)
MIT License
3 stars 0 forks source link

Potential speed-up in Fstats #5

Closed stschiff closed 2 years ago

stschiff commented 2 years ago

For large numbers of statistics, we might be able to obtain a speed up by computing the allele frequency at each SNP once per Entity, and then use those for each statistic. Currently, the frequencies are computed anew every time they are needed in the statistics.

stschiff commented 2 years ago

This is done in v0.2.1.0