haplotype_partially_matches_individuals | R Documentation |
Get the indvididuals that partially matches haplotype
in individuals
.
haplotype_partially_matches_individuals(
individuals,
haplotype,
ignore_loci = as.integer(c())
)
individuals |
List of individuals to count occurrences in. |
haplotype |
Haplotype to count occurrences of. |
ignore_loci |
Vector of loci to ignore (1 = ignore first locus etc.) |
List of individuals that partially matches haplotype
amongst individuals
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.