Description Usage Arguments Value
View source: R/FST functions.R
Calculates FST without correction for local sample sizes, for haploid biallelic data. This is necessary for using OutFLANK, which depends on these uncorrected values for reliable function. (Otherwise, sampling corrections can sometimes cause negative estimates of FST.)
1 |
AllCounts |
This is an array with a row for each population, and two values per row: Number of alleles in the sample of one type, number of alleles of other type. |
Returns a list of values related to FST:
HeNoCorr: the expected heterozygosity of the locus
p_aveNoCorr: the average allele frequency
FSTNoCorr: Fst (without sample size correction)
T1NoCorr: The numerator of the FSTNoCOrr calculation
T2NoCorr: The denominator of the FSTNoCOrr calculation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.