count_haplotype_near_matches_individuals | R Documentation |
Counts the number of types close to haplotype
in individuals
.
count_haplotype_near_matches_individuals(individuals, haplotype, max_dist)
individuals |
List of individuals to count occurrences in. |
haplotype |
Haplotype to count near-matches occurrences of. |
max_dist |
Maximum distance (0 = match, 1 = 1 STR allele difference, ...) |
Number of times that a haplotype within a radius of max_dist
of
haplotype
occurred amongst individuals
.
count_haplotype_occurrences_individuals()
,
pedigree_haplotype_matches_in_pedigree_meiosis_L1_dists()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.