genotypeMap.put(sample, vcfGenotype);
}
zygosityCount = new ZygosityCount();
for (String sample : getSampleNames()) {
Genotype genotype = getGenotype(sample);
zygosityCount.incrementCount(genotype);
}
String afString = null;
String[] alleleFreqKeys = {"AF", "GMAF"};