get_matching_pids_from_hashmap: Get individuals with a certain haplotype id by hashmap lookup

Description Usage Arguments Value See Also

View source: R/RcppExports.R

Description

By using hashmap made by build_haplotype_hashmap(), it is easy to get all individuals with a certain haplotype id.

Usage

1
get_matching_pids_from_hashmap(hashmap, haplotype)

Arguments

hashmap

Hashmap to make lookup in, made by build_haplotype_hashmap()

haplotype

to get individuals that has this haplotype id

Value

List of individuals with a given haplotype id

See Also

build_haplotype_hashmap().


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