This is a test version of Biostars. For the public version, visit https://www.biostars.org.
R Script For Fst (Reynolds Et Al. 1983)

Anybody has a simple R script for Fst (Reynolds et al. 1983). thanks

fst population genetics snp

In future a little more detail would be appreciated, such as title of paper and a link to it. In fact, a simple Google search using the title returns an answer, see below.

1 answer

Looks like the function:

dist.genpop(... , method = 3)

from the package adegenet will calculate this for you.

By the way, that was the 3rd Google hit when searching using the title of the Reynolds paper.

Log in to answer this question.