View source: R/semicontinuousMixtureInterpretation.R
This function computes Buckleton's estimator of Fst (theta) and it computes an upper-bound. It's a friendly wrapper for fst_buckleton
1 2 3 4 5 6 7 | estimateTheta(
alleles,
populations,
quantile = 0.95,
nJack = 0,
approximate = FALSE
)
|
alleles |
strings ; alleles (haplotypes); 1 row per chromosome sampled |
populations |
strings ; same length as alleles (parallel array); population label associated with said haplotype |
quantile |
; [0,1] ; what quantile in the Fst distribution would you like? |
nJack |
; non-negative integer ; number of leave-one-out jackknifes taken |
approximate |
; boolean ; whether or not allele frequencies (approximate=TRUE) or site hetero/homozygosities (FALSE) should be used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.