
Estimate pairwise FSTs according to Nei (1987)
pairwise.neifst(dat,diploid=TRUE)
A data frame containing population of origin as the first column and multi-locus genotypes in following columns
whether the data is from a diploid (default) or haploid organism
A matrix of pairwise FSTs
FST are calculated using Nei (87) equations for FST', as described in the note section of basic.stats
Nei, M. (1987) Molecular Evolutionary Genetics. Columbia University Press
# NOT RUN {
data(gtrunchier)
pairwise.neifst(gtrunchier[,-2],diploid=TRUE)
# }
Run the code above in your browser using DataLab