Uses of Class
org.monarchinitiative.lirical.core.model.AlleleCount
-
Uses of AlleleCount in org.monarchinitiative.lirical.core.model
Modifier and TypeMethodDescriptionSampleAlleleCount.getAlleleCount()
static AlleleCount
AlleleCount.of
(byte ref, byte alt) static AlleleCount
AlleleCount.of
(int ref, int alt) static AlleleCount
AlleleCount.oneOne()
static AlleleCount
AlleleCount.zeroOne()
static AlleleCount
AlleleCount.zeroTwo()
static AlleleCount
AlleleCount.zeroZero()
Modifier and TypeMethodDescriptionGenotypedVariant.alleleCount
(String sampleId) Get allele count for given sample.Modifier and TypeMethodDescriptionstatic SampleAlleleCount
SampleAlleleCount.of
(String sampleId, AlleleCount alleleCount)