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

get_haplotypeid_matching_individuals_from_hashmap(hashmap, haplotype_id)

Arguments

hashmap

Hashmap to make lookup in, made by build_haplotypeids_hashmap()

haplotype_id

to get individuals that has this haplotype id

Value

List of individuals with a given haplotype id

See also