Calculate Nei's Gst using estimators for Hs and Ht

Usage

Gst_Nei(x)

Arguments

x
genind object (from package adegenet)

Value

per.locus estimates of Gst for each locus in the dataset

per.locus estimates of Gst for across all loci

Description

This function calculates Gst following Nei's method and using Nei and Chesser's estimators for Hs and Ht

References

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.

Examples

data(nancycats) Gst_Nei(nancycats)
$per.locus fca8 fca23 fca43 fca45 fca77 fca78 fca90 0.10517782 0.07225650 0.06532017 0.04814486 0.10273670 0.06731245 0.09482221 fca96 fca37 0.12473941 0.06657894 $global [1] 0.08415178

See also

Other Nei: pairwise_Gst_Nei Other diffstat: D_Jost, Gst_Hedrick, Phi_st_Meirmans, diff_stats