R/RcppExports.R
pedigrees_all_populate_autosomal.Rd
Populate 1-locus autosomal DNA profile from founder and down in all pedigrees. Note, that only alleles from ladder is assigned and that all founders draw type randomly.
pedigrees_all_populate_autosomal(
pedigrees,
allele_dist,
theta,
mutation_rate,
progress = TRUE
)
Pedigree list in which to populate genotypes
Allele distribution (probabilities) -- gets normalised
Theta correction between 0 and 1 (both included)
Mutation rate between 0 and 1 (both included)
Show progress
Note, that pedigrees must first have been inferred by build_pedigrees()
.