Using f3 to test gene flow from ghost species
kiwoong-nam opened this issue · comments
I ask you this question to check if my logic makes sense.
Suppose this phylogeny (A, (B,C)), and we want to test gene flow from ghost species outside of this tree to C. In this case, we expect the overrepresentation of this genotype: 0, 0, 1 for A, B, and C, respectively. Then, f3 = (c-a)(c-b)=(1-0)(1-0) = 1 > 0.
Thus, if f3 > 0, it supports the existence of gene flow from ghost species.
Does it makes sense?
This idea doesn't work because f_3 > 0 wit hout any adnixture at all
Nick
if I understand your answer correctly, the admixture will surely cause f3 > 0. But, f3 > 0 does not necessarily mean admixture.
Simple counting of genotype combinations would probably work better..
Thank you for your answer.