public class TranslateIndexRedirect
extends TranslateIndex
Translation redirects index to corresponding index in base genotype table.
public int translate(int index)
Translates index to base index.
index - indexpublic int reverseTranslateIndex(int index)
Translates base index to this index. Uses binary search algorithm since indices are ordered.
index - index