Hi Ryan,
I am running a series of simple models (SI, IM, AM, & SC) on an autosomal VCF dataset. Although my residuals for the best fit model (SC) look decent (at least to me), I am getting really strange estimates of divergence time for what we know about this system. These species are estimated to have split between 3-4 million years ago based on precious phylogenetic analyses, so I am not sure if I am just calculating the L parameter incorrectly or if something deeper is wrong.
This is how I am calculating L:
L = genome size * (number of SNPs entering analysis / number of SNPs that COULD enter analysis)
From the denominator, I've excluded sites in the VCF that were previously masked due to not passing filters or being masked as repeats. This number is therefore just the number of SNPs in the VCF being used. The numerator is the number of segregating sites in the jSFS for the two species in the analysis.
Although my runs are converging, I am getting a theta value of around 172,470, and am using a mutation rate of 2.54e-08 and a generation time of 3.3 years, which results in the following estimates of divergence times:
Nref = 172,470/(4*2.54e-08*80,612,907)
Nref = 21057.9
T1 = 2.3
T1 (scaled) = 2*3.3*21057.9*2.3 = 315489.6
T2 = 1.0002
T2 (scaled)= 2*3.3*21057.9*1.0002= 139010
Td = T1+T2 = 454499.6
This seems extremely low given our knowledge of this system. I've attached a plot of my residuals + results of the best fit model. Any insight would be greatly appreciated!