Dear all
I have a probably simple problem with fsc25221.
I'm trying admixture model of three species, the hybrid origin of one species from other two species, using microsatellite data.
In this scenario, species 1 were originate at time T_2 and derived from (H_PRO) of species 0 genome and (1 - H_PRO) of species 2 genome, and at T_1, species 0 and species 2 fissioned to a population. Without these, no migration between populations was existed.
Current population size of species 0, 1 and 2 are denoted as N-0, N-1, N-2, and population size of ancestral lineage at time T_1 was N-2'.
I want to estimate these 8 parameters (T_1, T_2, H_PRO, N-0, N-1, N-2, N-2', ssr- mutation rate) by using fsc25221.
But computations were too slow, and do not progressing.
.tpl-file and .est-file were pasted bellow.
-----------------------------------------------------------------tpl-file-------------------------------------------------------------------------------------------------------------------
//Parameters for the coalescence simulation program :
3 samples to simulate
//Deme sizes (haploid number of genes)
N_0
N_1
N_2
//Sample sizes
96
272
160
//Growth rates
0
0
0
//Number of migration matrices : If 0 : No migration between demes
0
//Historical event: time, source, sink, migrants, new deme size, new growth rate, new migration matrix
3 historical events
T_2 1 0 H_PRO 1 0 0
T_2 1 2 H_REPRO 1 0 0
T_1 0 2 1 N_REL 0 0
//Number of independent chromosome
1 0
//Number of contiguous linkage blocks
1
//Per Block: Data type, No. of loci, Recombination rate to the right-side locus, plus optional parameters
MICROSAT 18 0.000 STR_MUTATION 0 0
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------est-file----------------------------------------------------------------------------------------------------------------------
[PARAMETERS]
//#isInt? #name #dist.#min #max
//all N are in number of diploid individuals
1 N_0 logunif 1000 10000
1 N_1 logunif 3000 20000
1 N_2 logunif 2000 20000
1 N_2' logunif 5000 35000
0 H_PRO unif 0 1
1 T_1 unif 2000 20000
1 T_2 unif 1000 10000
0 STR_MUTATION unif 0.00001 0.0001
[RULES]
T_1 > T_2
N_2' > N_2
[COMPLEX PARAMETERS]
0 H_REPRO = 1 - H_PRO
0 N_REL = N_2' / N_2
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
My question is: what is the correct way to progress the computations under this model?
Thanks a lot for insights.
Best,
Daiki takahashi