Uses of Class
org.snpeff.vcf.VcfInfoType
-
Packages that use VcfInfoType Package Description org.snpeff.fileIterator org.snpeff.vcf -
-
Uses of VcfInfoType in org.snpeff.fileIterator
Methods in org.snpeff.fileIterator that return VcfInfoType Modifier and Type Method Description VcfInfoType
GuessTableTypes. getType(java.lang.String fieldName)
Get field typeVcfInfoType[]
GuessTableTypes. getTypes()
Get an array of types (ordered by column)VcfInfoType
GuessTableTypes. guessType(java.lang.String value)
Guess data type for this value -
Uses of VcfInfoType in org.snpeff.vcf
Fields in org.snpeff.vcf declared as VcfInfoType Modifier and Type Field Description protected VcfInfoType
VcfHeaderInfo. vcfInfoType
Methods in org.snpeff.vcf that return VcfInfoType Modifier and Type Method Description VcfInfoType
VcfEntry. getVcfInfoNumber(java.lang.String id)
Get Info number for a given IDVcfInfoType
VcfHeaderInfo. getVcfInfoType()
static VcfInfoType
VcfInfoType. parse(java.lang.String str)
static VcfInfoType
VcfInfoType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VcfInfoType[]
VcfInfoType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.snpeff.vcf with parameters of type VcfInfoType Modifier and Type Method Description void
VcfHeaderInfo. setVcfInfoType(VcfInfoType vcfInfoType)
Constructors in org.snpeff.vcf with parameters of type VcfInfoType Constructor Description VcfHeaderFormat(java.lang.String id, VcfInfoType vcfInfoType, java.lang.String number, java.lang.String description)
VcfHeaderInfo(java.lang.String id, VcfInfoType vcfInfoType, java.lang.String number, java.lang.String description)
-