Uses of Class
org.snpeff.vcf.VcfHeaderInfo
-
Packages that use VcfHeaderInfo Package Description org.snpeff.vcf -
-
Uses of VcfHeaderInfo in org.snpeff.vcf
Subclasses of VcfHeaderInfo in org.snpeff.vcf Modifier and Type Class Description class
VcfHeaderFormat
Methods in org.snpeff.vcf that return VcfHeaderInfo Modifier and Type Method Description VcfHeaderInfo
VcfHeader. getVcfHeaderInfo(java.lang.String id)
Get Info type for a given IDVcfHeaderInfo
VcfEntry. getVcfInfo(java.lang.String id)
Get VcfInfo type for a given IDMethods in org.snpeff.vcf that return types with arguments of type VcfHeaderInfo Modifier and Type Method Description java.util.Collection<VcfHeaderInfo>
VcfHeader. getVcfHeaderInfo()
Get all VcfInfo entriesMethods in org.snpeff.vcf with parameters of type VcfHeaderInfo Modifier and Type Method Description void
VcfHeader. addInfo(VcfHeaderInfo vcfInfo)
Add a VCF INFO header definitionboolean
VcfHeader. hasInfo(VcfHeaderInfo vcfInfo)
Do we already have this 'info' header?Constructors in org.snpeff.vcf with parameters of type VcfHeaderInfo Constructor Description VcfHeaderInfo(VcfHeaderInfo header)
-