I am running SINGER on a dataset with ~342 samples. I observed that the diversity_fit_mse (calculated via compute_traces.py) shows an unusual pattern: it initially declines, then rises significantly, and finally stabilizes at a high value 5.4 * 10^-6
this is my SINGER code:
parallel_singer -Ne 2e5 -m 2.69e-7 -vcf /data/zhangmm/linyan/Qv342_chr11.polarized.snps -output Qv342_chr11.parallel_singer -n 800 -polar 0.99 -thin 100 -L 100000 -num_cores 50 -ratio 0.037
Questions:
- Is this "decline-then-rise" pattern expected for large sample sizes or specific demographic scenarios?
- The stable MSE value 5.4 * 10^-6 seems much higher than the examples in the paper 10^-8. Does this come from mismatch between my -Ne/-m parameters and the observed diversity pi= 0.005?

I am running SINGER on a dataset with ~342 samples. I observed that the diversity_fit_mse (calculated via compute_traces.py) shows an unusual pattern: it initially declines, then rises significantly, and finally stabilizes at a high value 5.4 * 10^-6
this is my SINGER code:
parallel_singer -Ne 2e5 -m 2.69e-7 -vcf /data/zhangmm/linyan/Qv342_chr11.polarized.snps -output Qv342_chr11.parallel_singer -n 800 -polar 0.99 -thin 100 -L 100000 -num_cores 50 -ratio 0.037
Questions: