pedigree_haplotype_near_matches_meiosis | R Documentation |
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
)
suspect |
Individual that others must match the profile of. |
max_dist |
Maximum distance (0 = match, 1 = 1 STR allele difference, ...) |
generation_upper_bound_in_result |
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)
count_haplotype_near_matches_individuals()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.