R/variantkey.R
FindAllRvVariantKeyByRsid.Rd
Search for the specified rsID and returns all the associated VariantKeys in the RV file. NOTE: the output is limited to maximum 10 results.
FindAllRvVariantKeyByRsid(rsid, max = 10, first = 0, last = vk.env$rsvk_$NROWS, mc = vk.env$rsvk_$MC)
rsid | rsID 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. |