Compares two VariantKeys by chromosome and position. Return -1 if the first CHROM+POS is smaller than the second, 0 if they are equal and 1 if the first is greater than the second.

CompareVariantKeyChromPos(vka, vkb)

Arguments

vka

The first VariantKey to be compared.

vkb

The second VariantKey to be compared.