Uses of Class
org.snpeff.vcf.VcfHeaderFormat
-
Packages that use VcfHeaderFormat Package Description org.snpeff.vcf -
-
Uses of VcfHeaderFormat in org.snpeff.vcf
Methods in org.snpeff.vcf that return VcfHeaderFormat Modifier and Type Method Description VcfHeaderFormatVcfHeader. getVcfHeaderFormat(java.lang.String id)Methods in org.snpeff.vcf that return types with arguments of type VcfHeaderFormat Modifier and Type Method Description java.util.Collection<VcfHeaderFormat>VcfHeader. getVcfHeaderFormat()Methods in org.snpeff.vcf with parameters of type VcfHeaderFormat Modifier and Type Method Description voidVcfHeader. addFormat(VcfHeaderFormat vcfFormat)Add a 'FORMAT' meta infobooleanVcfHeader. hasFormat(VcfHeaderFormat vcfFormat)Do we already have this 'format' entry?
-