#include <genesis/population/function/fst_pool_karlsson.hpp>
Inherits BaseFstPoolCalculator.
Compute the F_ST statistic for pool-sequenced data of Karlsson et al as used in PoPoolation2, for two ranges of SampleCountss.
The approach is called the "asymptotically unbiased" estimator in PoPoolation2 [1], and follows Karlsson et al [2].
[1] PoPoolation2: identifying differentiation between populations using sequencing of pooled DNA samples (Pool-Seq).
Kofler R, Pandey RV, Schlotterer C.
Bioinformatics, 2011, 27(24), 3435–3436. https://doi.org/10.1093/bioinformatics/btr589
[2] Efficient mapping of mendelian traits in dogs through genome-wide association.
Karlsson EK, Baranowska I, Wade CM, Salmon Hillbertz NHC, Zody MC, Anderson N, Biagi TM, Patterson N, Pielberg GR, Kulbokas EJ, Comstock KE, Keller ET, Mesirov JP, Von Euler H, Kämpe O, Hedhammar Å, Lander ES, Andersson G, Andersson L, Lindblad-Toh K.
Nature Genetics, 2007, 39(11), 1321–1328. https://doi.org/10.1038/ng.2007.10
Definition at line 73 of file fst_pool_karlsson.hpp.
Static Public Member Functions | |
static std::pair< double, double > | f_st_pool_karlsson_nkdk (std::pair< SortedSampleCounts, SortedSampleCounts > const &sample_counts) |
Compute the numerator N_k and denominator D_k needed for the asymptotically unbiased F_ST estimator of Karlsson et al (2007). More... | |
Additional Inherited Members |
|
default |
|
inline |
Constructor that takes dummy pool sizes that are not used. Offered to have the same interface as the other FstPoolCalculator classes.
Definition at line 87 of file fst_pool_karlsson.hpp.
|
overridevirtualdefault |
|
default |
|
default |
|
inlinestatic |
Compute the numerator N_k
and denominator D_k
needed for the asymptotically unbiased F_ST estimator of Karlsson et al (2007).
See f_st_pool_karlsson() for details. The function expects sorted base counts for the two samples of which we want to compute F_ST, which are produced by sorted_average_sample_counts().
Definition at line 140 of file fst_pool_karlsson.hpp.
|
default |
|
default |