I would also like to simulate, say 10,000 SNPs for each of 10 simulations. I tried the above instructions as follows:
./fsc25211 -t 1popDNArand.tpl -n 1 -e 1popDNArand.est -E 10 -s 10000
//per Block: data type, num loci, rec. rate and mut rate + optional parameters
DNA 10 0.00000 MUTRATE 0.33
But it only outputs 1 or a few SNPs per file (because each sequence is only 10bp long), not 10000.
Is there anyway to simulate 10,000 SNPs without invoking -I, and have them all output to a single file? If not, I am curious what you had in mind for the above response (perhaps to combined SNPs across thousands of output files?).
Thanks,
Jason
Thanks for your response. I don't know the mutation rate in my case. From the context of you response it suggests that it doesn't matter what the mutation rate is so long as it generates the desired number of SNPs. Is that correct?
Thanks,
Jason
//Number of independent loci [chromosome]
100000
//Per chromosome: Number of contiguous linkage Block: a block is a set of contiguous loci
1
//per Block:data type, number of loci, per generation recombination and mutation rates and optional parameters
DNA 5 0 0.000001 0.33
I usually get enough SNPs using the above command. Is it possible to output only a single SNP per 5bp DNA fragment. When Ne is high, I get more than 1 SNP per fragment. Should I reduce the DNA fragment length to 3 to avoid linked SNPs.
Thank you
Regards
Kritika