Description Usage Arguments Value
Calculate pairwise fsts from a dataset in ped format
1 | fst.one.plink(raw, group1, group2, cov.thresh = 0.2, loc_names = NULL)
|
raw |
A data.frame with data in ped format |
group1 |
A list with the individuals in group 1 |
group2 |
A list with the individuals in group 2 |
cov.thresh |
A threshold for the number of individuals in the populations (default is 0.2) |
loc_names |
Locus names to be included in the output (optional) |
fst.dat A data.frame with columns: Locus Name = the locus name Hs1 = expected heterozygosity in pop 1 Hs2 = expected heterozygosity in pop 2 Hs = expected heterozygosity within populations Ht = expected heterozygosity among populations Fst = Fst NumAlleles = number of alleles at the locus Num1 = the number of individuals in pop 1 Num2 = the number of individuals in pop 2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.