R/RcppExports.R
haplotype_partially_matches_individuals.Rd
Get the indvididuals that partially matches haplotype
in individuals
.
haplotype_partially_matches_individuals(
individuals,
haplotype,
ignore_loci = as.integer(c())
)
List of individuals to count occurrences in.
Haplotype to count occurrences of.
Vector of loci to ignore (1 = ignore first locus etc.)
List of individuals that partially matches haplotype
amongst individuals
.