calcFst {relSim} | R Documentation |
Caculate locus-wise and population
values
Description
This procedure uses the method of Weir and Cockerham to estimate
(
) for a population with substructure
Usage
calcFst(Pop, subPopIdx = NULL)
Arguments
Pop |
An object type 'population' |
subPopIdx |
If this vector is not null, then it must consist of
|
Value
A vector of length with locus-wise
values and an overall
value for the
population
Author(s)
James M. Curran
References
Weir, B.S., Genetic Data Analysis II, (1996) p.173–179, Sinauer, Sunderland, MA.
See Also
breedFst
Examples
data(USCaucs)
p = breedFst(USCaucs)
fst = calcFst(p)
fst
[Package relSim version 1.0.0 Index]