pairwise_Gst_Hedrick {mmod} | R Documentation |
This function calculates Hedrick's G'st, a measure of genetic differentiation, between all combinations of populaitons in a genind object.
pairwise_Gst_Hedrick(x, linearized = FALSE)
x |
genind object (from package adegenet) |
linearized |
logical, if TRUE will turned linearized G'st (1/()1-G'st)) |
A distance matrix with between-population values of G”st
Hedrick, PW. (2005), A Standardized Genetic Differentiation Measure. Evolution 59: 1633-1638.
Other pairwise: pairwise_D
,
pairwise_Gst_Nei
Other Hedrick: Gst_Hedrick
data(nancycats)
pairwise_Gst_Hedrick(nancycats[1:26,])