I have (observed) summary statistics from the dataset of about ~2500 SNPs that I have selected after filtering them from ~700,000 SNPs based on LD (--indep-pairwise 300 10 0.0001).In other words, the summary statistics are generated from 2500 SNPs that are independent. Later on, I used "fsc26" to generate 2500 independent SNPs. Before generating SNPs, I read some insightful discussion from this link: https://groups.google.com/forum/#!topic/fastsimcoal/_N53lrQ4MGo
Following is the syntax that I used to simulate 2500 SNPs:
//Number of independent loci [chromosome]
2500 0
//Per chromosome: Number of linkage blocks
1
//per Block: data type, num loci, rec. rate and mut rate + optional parameters
DNA 1 0.00000000 0.000000012 0.00
Now my question is, is this correct way of simulating SNPs data? For the information, following are the historical events that I have included in the tpl file:
2 historical event
2879 1 0 1 2800 0 1 #population 1 merge with population 0
21623 0 2 1 453092 0 2 #population 0 merge with population 2
Any guidance on simulating independent SNPs will be highly appreciated.
Regards,
Maulik
First of all thank you very much for the prompt and elaborate response. And I totally got your point. I should have avoided taking "pow10" factor for the "new size" after the coalescent event. I have changed it now and made it relative to the sink population.
Regarding SNPs, I will still wait for someone to confirm the parameters that I have used for simulation.
Thank you again,
Regards,
Maulik
//Number of independent loci [chromosome]
2500 0
//Per chromosome: Number of linkage blocks
1
//per Block: data type, num loci, rec. rate and mut rate + optional parameters
DNA 1 0.00000000 0.000000012 0.00