public final class Allele extends Object implements Comparable<Allele>
| Modifier and Type | Field and Description |
|---|---|
static Allele |
A |
static Allele |
C |
static Allele |
G |
static Allele |
T |
static Allele |
ZERO |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Allele other) |
static Allele |
create(char alleleChar) |
static Allele |
create(String alleleString) |
boolean |
equals(Object obj) |
char |
getAlleleAsSnp() |
String |
getAlleleAsString() |
Allele |
getComplement() |
int |
hashCode() |
boolean |
isSnpAllele() |
String |
toString() |
public static final Allele A
public static final Allele C
public static final Allele G
public static final Allele T
public static final Allele ZERO
public boolean isSnpAllele()
public String getAlleleAsString()
public char getAlleleAsSnp()
public Allele getComplement()
public static Allele create(char alleleChar)
public int compareTo(Allele other)
compareTo in interface Comparable<Allele>Copyright © 2019. All rights reserved.