get_geno_mat | R Documentation |
simulation function: simulate genotype information for a set of loci with allele counts 'AC'
get_geno_mat(AC, n_ind)
AC |
allele counts of loci (length 'm') |
n_ind |
total number of indicitions |
An 'n_ind'x'm' matrix of genotype information of 'n_ind' individuals and 'm' variants
geno_mat <- get_geno_mat(AC = c(20, 50, 10, 1, 5), n_ind = 10000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.