Uses of Class
org.snpeff.vcf.VcfGenotype
Packages that use VcfGenotype
-
Uses of VcfGenotype in org.snpeff.genotypes
Methods in org.snpeff.genotypes with parameters of type VcfGenotypeModifier and TypeMethodDescriptionvoidGenotypes.set(int entryNum, int sampleNum, VcfGenotype vg) Set an entryvoidGenotypeVector.set(int sampleNum, VcfGenotype vg) Set genotype -
Uses of VcfGenotype in org.snpeff.vcf
Classes in org.snpeff.vcf that implement interfaces with type arguments of type VcfGenotypeModifier and TypeClassDescriptionclassA VCF entry is a line in a VCF file A VCF line can have multiple variants, and multiple genotypes The VcfEntry represents the VCF line, NOT the variant itself.Fields in org.snpeff.vcf with type parameters of type VcfGenotypeMethods in org.snpeff.vcf that return VcfGenotypeMethods in org.snpeff.vcf that return types with arguments of type VcfGenotype