sim.als | R Documentation |
This function simulates allele frequencies of a desired population size under HWE
sim.als(n = 500, nrun = 10000, res = 0.001, plot = TRUE)
n |
desired populations size (set this value same as your actual population size for an accurate simulation) |
nrun |
number of simulations to run on each allele frequency. The higher this number, the closer the simulations will be to the theoretical values (at the cost of computer power); 10000 is an optimal value. |
res |
desired resolution of the theoretical allele frequency |
plot |
logical. whether to plot the simulation |
A list of two matrices:
allele_freqs: theoretical allele frequency
simulated_freqs: simulated frequencies at different confidence intervals
Piyal Karunarathne, Pascal Milesi
## Not run: alleles <- sim.als(n=200,nrun=1000,res=0.001,plot=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.