R/RcppExports.R
pedigree_haplotype_near_matches_meiosis.Rd
Gives information about all individuals in pedigree that almost matches
an individual.
Just as count_haplotype_near_matches_individuals()
counts the number of
occurrences amongst a list of individuals,
this gives detailed information about almost matching individuals in
the pedigree: for now, the meiotic distances.
pedigree_haplotype_near_matches_meiosis(
suspect,
max_dist,
generation_upper_bound_in_result = -1L
)
Individual that others must match the profile of.
Maximum distance (0 = match, 1 = 1 STR allele difference, ...)
Only consider matches in generation 0, 1, ... generation_upper_bound_in_result. -1 means disabled, consider all generations. End generation is generation 0. Second last generation is 1. And so on.
Matrix with information about matching individuals.
Columns in order: 1) meioses (meiotic distance to suspect
),
2) haplotype distance, 3) pid (pid of matching individual)