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 VcfInfoTypeGuessTableTypes. getType(java.lang.String fieldName)Get field typeVcfInfoType[]GuessTableTypes. getTypes()Get an array of types (ordered by column)VcfInfoTypeGuessTableTypes. 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 VcfInfoTypeVcfHeaderInfo. vcfInfoTypeMethods in org.snpeff.vcf that return VcfInfoType Modifier and Type Method Description VcfInfoTypeVcfEntry. getVcfInfoNumber(java.lang.String id)Get Info number for a given IDVcfInfoTypeVcfHeaderInfo. getVcfInfoType()static VcfInfoTypeVcfInfoType. parse(java.lang.String str)static VcfInfoTypeVcfInfoType. 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 voidVcfHeaderInfo. 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)
-