Look up an allele code.
GetAlleleCode(pvar, variant_num, allele_num)
The allele_numth allele code for the variant_numth variant. allele_num=1 corresponds to the REF allele, allele_num=2 corresponds to the first ALT allele, allele_num=3 corresponds to the second ALT allele if it exists and errors out otherwise, etc.
Object returned by NewPvar().
Variant index (1-based).
Allele index (1-based).