R/RcppExports.R
population_populate_autosomal_infinite_alleles.Rd
Populate 1-locus autosomal DNA profile from founder and down in all pedigrees. Note, that all founders have type 0 to begin with.
population_populate_autosomal_infinite_alleles(
population,
mutation_rate,
progress = TRUE
)
Population in which to populate genotypes
Mutation rate between 0 and 1 (both included)
Show progress
The maternal allele is taken by random from
the 2*N[g]
alleles in the previous generation consisting of N[g]
males
with descendants in the live population.
This is also why this is not using pedigrees but instead the population.
Note, that pedigrees need not be inferred.