pairwise.neifst | R Documentation |
Estimate pairwise FSTs according to Nei (1987)
pairwise.neifst(dat,diploid=TRUE)
dat |
A data frame containing population of origin as the first column and multi-locus genotypes in following columns |
diploid |
whether the data is from a diploid (default) or haploid organism |
FST are calculated using Nei (87) equations for FST', as described in the note section of basic.stats
A matrix of pairwise FSTs
Jerome Goudet jerome.goudet@unil.ch
Nei, M. (1987) Molecular Evolutionary Genetics. Columbia University Press
pairwise.WCfst genet.dist basic.stats
data(gtrunchier) pairwise.neifst(gtrunchier[,-2],diploid=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.