Uses of Class
org.snpeff.vcf.VcfEntry.AlleleFrequencyType
-
Packages that use VcfEntry.AlleleFrequencyType Package Description org.snpeff.vcf -
-
Uses of VcfEntry.AlleleFrequencyType in org.snpeff.vcf
Methods in org.snpeff.vcf that return VcfEntry.AlleleFrequencyType Modifier and Type Method Description VcfEntry.AlleleFrequencyType
VcfEntry. alleleFrequencyType()
Categorization by allele frequencystatic VcfEntry.AlleleFrequencyType
VcfEntry.AlleleFrequencyType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VcfEntry.AlleleFrequencyType[]
VcfEntry.AlleleFrequencyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-