R/variantkey.R
FindAllVrRsidByVariantKey.RdSearch for the specified VariantKey and returns all the associated rsIDs in the VR file. NOTE: the output is limited to maximum 10 results.
FindAllVrRsidByVariantKey(vk, max = 10, first = 0, last = vk.env$vkrs_$NROWS, mc = vk.env$vkrs_$MC)
| vk | VariantKey to search. |
|---|---|
| max | max number of results to return. |
| first | First element of the range to search (min value = 0). |
| last | Element (up to but not including) where to end the search (max value = nitems). |
| mc | Memory-mapped columns object as retured by MmapRSVKfile. |