Uses of Class
org.snpeff.vcf.VcfGenotype
-
Packages that use VcfGenotype Package Description org.snpeff.genotypes org.snpeff.vcf -
-
Uses of VcfGenotype in org.snpeff.genotypes
Methods in org.snpeff.genotypes with parameters of type VcfGenotype Modifier and Type Method Description voidGenotypes. set(int entryNum, int sampleNum, VcfGenotype vg)Set an entryvoidGenotypeVector. set(int sampleNum, VcfGenotype vg)Set genotype -
Uses of VcfGenotype in org.snpeff.vcf
Fields in org.snpeff.vcf with type parameters of type VcfGenotype Modifier and Type Field Description protected java.util.ArrayList<VcfGenotype>VcfEntry. vcfGenotypesMethods in org.snpeff.vcf that return VcfGenotype Modifier and Type Method Description VcfGenotypeVcfEntry. getVcfGenotype(int index)Methods in org.snpeff.vcf that return types with arguments of type VcfGenotype Modifier and Type Method Description java.util.List<VcfGenotype>VcfEntry. getVcfGenotypes()java.util.Iterator<VcfGenotype>VcfEntry. iterator()
-