RangeShifter / RScore

RangeShifter's core simulation code
GNU General Public License v3.0
0 stars 0 forks source link

The Fst calculations are correct #41

Closed TheoPannetier closed 2 days ago

TheoPannetier commented 3 months ago

Write down a simple sample (2-3 populations with a few individuals each) and calculate the Fst by hand using the reference papers. Write this number as a constant and assert that Fst calculation matches this number.

Do this for the global Fst (both classic and corrected formulas), pairwise Fst, and per-locus Fst.

TheoPannetier commented 2 days ago

Done