| count_haplotype_occurrences_individuals | R Documentation |
Counts the number of types haplotype appears in individuals.
count_haplotype_occurrences_individuals(individuals, haplotype)
individuals |
List of individuals to count occurrences in. |
haplotype |
Haplotype to count occurrences of. |
Number of times that haplotype occurred amongst individuals.
pedigree_haplotype_matches_in_pedigree_meiosis_L1_dists(),
count_haplotype_near_matches_individuals().
sim <- sample_geneology(100, 10)
peds <- build_pedigrees(sim$population)
pedigrees_all_populate_haplotypes(peds, 2, c(0, 0))
count_haplotype_occurrences_individuals(sim$end_generation_individuals, c(0, 0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.