public enum WHICH_ALLELE
This defines the possible alleles.
WHICH_ALLELE Major
Major Allele - Most frequent allele.
WHICH_ALLELE Minor
Minor Allele - Second most frequent allele.
WHICH_ALLELE GlobalMajor
Global Major Allele
WHICH_ALLELE GlobalMinor
Global Minor Allele
WHICH_ALLELE Reference
Reference Allele
WHICH_ALLELE Alternate
Alternate to Reference Allele
WHICH_ALLELE HighCoverage
High Coverage Allele
WHICH_ALLELE LowCoverage
Low Coverage Allele
WHICH_ALLELE Minor2
Remaining Minor Alleles
WHICH_ALLELE Minor3
WHICH_ALLELE Minor4
WHICH_ALLELE Minor5
WHICH_ALLELE Ancestral
Ancestral Allele
WHICH_ALLELE Unknown
Diploid Unknown
public int index()
Sequential index that can be use for primitive arrays
public static WHICH_ALLELE[] frequencyAlleles()