| pedigrees_all_populate_autosomal | R Documentation | 
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
)
| pedigrees | Pedigree list in which to populate genotypes | 
| allele_dist | Allele distribution (probabilities) – gets normalised | 
| theta | Theta correction between 0 and 1 (both included) | 
| mutation_rate | Mutation rate between 0 and 1 (both included) | 
| progress | Show progress | 
Note, that pedigrees must first have been inferred by build_pedigrees().
pedigrees_all_populate_haplotypes_custom_founders() and
pedigrees_all_populate_haplotypes_ladder_bounded().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.