get_matching_pids_from_hashmap {malan} | R Documentation |
Get individuals with a certain haplotype id by hashmap lookup
Description
By using hashmap made by build_haplotype_hashmap()
,
it is easy to get all individuals with a certain haplotype id.
Usage
get_matching_pids_from_hashmap(hashmap, haplotype)
Arguments
hashmap |
Hashmap to make lookup in, made by |
haplotype |
to get individuals that has this haplotype id |
Value
List of individuals with a given haplotype id
See Also
[Package malan version 1.0.3 Index]