Uses of Class
org.monarchinitiative.lirical.core.model.AlleleCount
Packages that use AlleleCount
-
Uses of AlleleCount in org.monarchinitiative.lirical.core.model
Methods in org.monarchinitiative.lirical.core.model that return AlleleCountModifier and TypeMethodDescriptionSampleAlleleCount.getAlleleCount()static AlleleCountAlleleCount.of(byte ref, byte alt) static AlleleCountAlleleCount.of(int ref, int alt) static AlleleCountAlleleCount.oneOne()static AlleleCountAlleleCount.zeroOne()static AlleleCountAlleleCount.zeroTwo()static AlleleCountAlleleCount.zeroZero()Methods in org.monarchinitiative.lirical.core.model that return types with arguments of type AlleleCountModifier and TypeMethodDescriptionGenotypedVariant.alleleCount(String sampleId) Get allele count for given sample.Methods in org.monarchinitiative.lirical.core.model with parameters of type AlleleCountModifier and TypeMethodDescriptionstatic SampleAlleleCountSampleAlleleCount.of(String sampleId, AlleleCount alleleCount)