haplotype_partially_matches_individuals: Get individuals partially matching from list of individuals

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Get the indvididuals that partially matches haplotype in individuals.

Usage

1
2
3
4
5
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.


malan documentation built on July 2, 2020, 3:01 a.m.