Entering edit mode
11.6 years ago
Darren J. Fitzpatrick
★
1.1k
Hi,
Does anyone know of software that computes Fst values from SNP data encoded as 0, 1, 2, i.e., 0==AA, 1==Aa, 2==aa?
Thanks,
D.
I know that the Pegas package calculates Fst. With some minor file formatting you could use it.
I would also suggest trying to write your own. Fst is pretty easy to implement and worth it.