Description Usage Arguments Value
Calculate Fst using Wright (1943)'s formulation ((ht-hs)/ht)
1 | calc.fst.wright(al1, al2)
|
al1 |
A table of allele frequencies for pop 1 |
al2 |
A table of allele frequencies for pop 2 |
data.frame containing the columns: Hs1 = expected heterozygosity in population 1 (vcf1) Hs2 = expected heterozygosity in population 2 (vcf2) Hs = weighted average expected heterozygosity within populations Ht = expected heterozygosity among populations Fst= Fst NumAlleles=The number of alleles (2 for biallelic loci) Num1=number of individuals genotyped & included in Fst calculations in population 1 (vcf1) Num2=number of individuals genotyped & included in Fst calculations in population 2 (vcf2) @export
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.