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 classVcfHeaderFormatMethods in org.snpeff.vcf that return VcfHeaderInfo Modifier and Type Method Description VcfHeaderInfoVcfHeader. getVcfHeaderInfo(java.lang.String id)Get Info type for a given IDVcfHeaderInfoVcfEntry. 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 voidVcfHeader. addInfo(VcfHeaderInfo vcfInfo)Add a VCF INFO header definitionbooleanVcfHeader. 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)
-