pairwise_Gst_Nei {mmod} | R Documentation |
This function calculates Nei's Gst, a measure of genetic differentiation, between all combinations of populaitons in a genind object.
pairwise_Gst_Nei(x, linearized = FALSE)
x |
genind object (from package adegenet) |
linearized |
logical, if TRUE will turned linearized Gst (1/(1-Gst)) |
dist A distance matrix with between-population values of Gst
Nei M. (1973) Analysis of gene diversity in subdivided populations. PNAS: 3321-3323.
Nei M, Chesser RK. (1983). Estimation of fixation indices and gene diversities. Annals of Human Genetics. 47: 253-259.
Other pairwise: pairwise_D
,
pairwise_Gst_Hedrick
Other Nei: Gst_Nei
data(nancycats)
pairwise_Gst_Nei(nancycats[1:26,])