build_haplotype_hashmap {malan}R Documentation

Build hashmap of haplotype to individuals

Description

Makes it possible to find all individuals' pid with a certain haplotype. Must be used with e.g. get_matching_pids_from_hashmap().

Usage

build_haplotype_hashmap(individuals, progress = TRUE)

Arguments

individuals

List of individuals to build hashmap of

progress

Show progress?

Value

External pointer to hashmap with haplotype as keys and vector of individuals' pid as value

See Also

get_matching_pids_from_hashmap().


[Package malan version 1.0.3 Index]