haplotype_partially_matches_individuals {malan} | R Documentation |
Get individuals partially matching from list of individuals
Description
Get the indvididuals that partially matches haplotype
in individuals
.
Usage
haplotype_partially_matches_individuals(
individuals,
haplotype,
ignore_loci = as.integer(c())
)
Arguments
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.) |
Value
List of individuals that partially matches haplotype
amongst individuals
.
[Package malan version 1.0.3 Index]