public enum WHICH_ALLELE extends Enum<WHICH_ALLELE>
Enum Constant and Description |
---|
Alternate
Alternate to Reference Allele
|
Ancestral
Ancestral Allele
|
GlobalMajor
Global Major Allele
|
GlobalMinor
Global Minor Allele
|
HighCoverage
High Coverage Allele
|
LowCoverage
Low Coverage Allele
|
Major
Major Allele - Most frequent allele.
|
Minor
Minor Allele - Second most frequent allele.
|
Minor2
Remaining Minor Alleles
|
Minor3 |
Minor4 |
Minor5 |
Reference
Reference Allele
|
Unknown
Diploid Unknown
|
Modifier and Type | Field and Description |
---|---|
static int |
COUNT
Count of the number of allele types
|
Modifier and Type | Method and Description |
---|---|
static WHICH_ALLELE[] |
frequencyAlleles() |
int |
index()
Sequential index that can be use for primitive arrays
|
static WHICH_ALLELE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WHICH_ALLELE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WHICH_ALLELE Major
public static final WHICH_ALLELE Minor
public static final WHICH_ALLELE GlobalMajor
public static final WHICH_ALLELE GlobalMinor
public static final WHICH_ALLELE Reference
public static final WHICH_ALLELE Alternate
public static final WHICH_ALLELE HighCoverage
public static final WHICH_ALLELE LowCoverage
public static final WHICH_ALLELE Minor2
public static final WHICH_ALLELE Minor3
public static final WHICH_ALLELE Minor4
public static final WHICH_ALLELE Minor5
public static final WHICH_ALLELE Ancestral
public static final WHICH_ALLELE Unknown
public static WHICH_ALLELE[] values()
for (WHICH_ALLELE c : WHICH_ALLELE.values()) System.out.println(c);
public static WHICH_ALLELE valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int index()
public static WHICH_ALLELE[] frequencyAlleles()
Copyright © 2018. All rights reserved.