Pairwise f2 Statistics and FST in AdmixPy
This post covers how to run pairwise f2-statistics and FST in AdmixPy. They are simple to interpret, and are also useful computationally. Once f2 blocks have been computed and cached, many downstream analyses can reuse them without repeatedly reading and converting the original genotype data. What does f2 measure? The f2-statistic quantifies allele-frequency differentiation between two populations, AAA and BBB, and is defined as: f2(A,B)=E[(pA−pB)2] f_2(A, B) = E[(p_A - p_B)^2] f2(A,B)=E[(pA−pB)2]where pAp_ApA and pBp_BpB are the allele frequencies of populations AAA and BBB at a SNP, and the expectation is taken across SNPs. ...