Learn R Programming

malan (version 1.0.3)

build_haplotype_hashmap: 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)

Value

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

Arguments

individuals

List of individuals to build hashmap of

progress

Show progress?

See Also

get_matching_pids_from_hashmap().