R/variantkey.R
VariantKeyRange.RdReturns minimum and maximum variant keys for range searches.
VariantKeyRange(chrom, pos_min, pos_max)
| chrom | Chromosome numerical code. |
|---|---|
| pos_min | Start reference position, with the first base having position 0. |
| pos_max | End reference position, with the first base having position 0. |