ANGSD: Analysis of next generation Sequencing Data
Latest tar.gz version is (0.938/0.939 on github), see Change_log for changes, and download it here.
Supersim: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Small program to simulate genotype likelihoods.") |
No edit summary |
||
Line 1: | Line 1: | ||
Small program to simulate genotype likelihoods. | Small program to simulate genotype likelihoods. | ||
<div class="toccolours mw-collapsible mw-collapsed"> | |||
./supersim | |||
<pre class="mw-collapsible-content"> | |||
./supersim | |||
-> Required arg: | |||
-outfiles PREFIX PREFIX.seq PREFIX.glf PREFIX.frq PREFIX.arg | |||
-> Optional arg: | |||
-npop Number of populations. This MUST be set before -nind [1] | |||
-nind Number of diploid individuals for each population [10] | |||
-nsites Number of sites [500000] | |||
-errate The sequencing error rate [0.0075] | |||
-depth Mean sequencing depth [5] | |||
-pvar Probability that a site is variable in the population [0.015] | |||
-mfreq Minimum population frequency [0.0001] | |||
-F inbreeding coefficient for each population [0] | |||
-model 0=fixed errate 1=variable errate [1] | |||
-simpleRand boolean [1] | |||
-base_freq Background allele frequencies for A,C,G,T [0.25 0.25 0.25 0.25] | |||
</pre> | |||
</div> |
Latest revision as of 15:18, 4 December 2015
Small program to simulate genotype likelihoods.
./supersim
./supersim -> Required arg: -outfiles PREFIX PREFIX.seq PREFIX.glf PREFIX.frq PREFIX.arg -> Optional arg: -npop Number of populations. This MUST be set before -nind [1] -nind Number of diploid individuals for each population [10] -nsites Number of sites [500000] -errate The sequencing error rate [0.0075] -depth Mean sequencing depth [5] -pvar Probability that a site is variable in the population [0.015] -mfreq Minimum population frequency [0.0001] -F inbreeding coefficient for each population [0] -model 0=fixed errate 1=variable errate [1] -simpleRand boolean [1] -base_freq Background allele frequencies for A,C,G,T [0.25 0.25 0.25 0.25]