build_haplotype_hashmap: Build hashmap of haplotype to individuals

Description Usage Arguments Value See Also

View source: R/RcppExports.R

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

1
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().


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