Class AlleleCount
java.lang.Object
org.monarchinitiative.lirical.core.model.AlleleCount
-
Method Summary
Modifier and TypeMethodDescriptionbyte
alt()
boolean
int
hashCode()
static AlleleCount
of
(byte ref, byte alt) static AlleleCount
of
(int ref, int alt) static AlleleCount
oneOne()
byte
ref()
toString()
static AlleleCount
zeroOne()
static AlleleCount
zeroTwo()
static AlleleCount
zeroZero()