Uses of Enum Class
org.snpeff.vcf.VcfInfoType
Packages that use VcfInfoType
-
Uses of VcfInfoType in org.snpeff.fileIterator
Methods in org.snpeff.fileIterator that return VcfInfoTypeModifier and TypeMethodDescriptionGet field typeGuessTableTypes.getTypes()
Get an array of types (ordered by column)Guess data type for this value -
Uses of VcfInfoType in org.snpeff.vcf
Fields in org.snpeff.vcf declared as VcfInfoTypeMethods in org.snpeff.vcf that return VcfInfoTypeModifier and TypeMethodDescriptionVcfEntry.getVcfInfoNumber
(String id) Get Info number for a given IDVcfHeaderInfo.getVcfInfoType()
static VcfInfoType
static VcfInfoType
Returns the enum constant of this class with the specified name.static VcfInfoType[]
VcfInfoType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.snpeff.vcf with parameters of type VcfInfoTypeConstructors in org.snpeff.vcf with parameters of type VcfInfoTypeModifierConstructorDescriptionVcfHeaderFormat
(String id, VcfInfoType vcfInfoType, String number, String description) VcfHeaderInfo
(String id, VcfInfoType vcfInfoType, String number, String description)