count_haplotype_near_matches_individuals: Count near haplotype matches in list of individuals

Description Usage Arguments Value See Also

View source: R/RcppExports.R

Description

Counts the number of types close to haplotype in individuals.

Usage

1
count_haplotype_near_matches_individuals(individuals, haplotype, max_dist)

Arguments

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, ...)

Value

Number of times that a haplotype within a radius of max_dist of haplotype occurred amongst individuals.

See Also

count_haplotype_occurrences_individuals(), pedigree_haplotype_matches_in_pedigree_meiosis_L1_dists().


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