gatk-3.8/protected/java
Mark DePristo efad215edb Greedy version of function to compute the max achievable AC for each alt allele
-- walks over the genotypes in VC, and computes for each alt allele the maximum AC we need to consider in that alt allele dimension.  Does the calculation based on the PLs in each genotype g, choosing to update the max AC for the alt alleles corresponding to that PL.  Only takes the first lowest PL, if there are multiple genotype configurations with the same PL value.  It takes values in the order of the alt alleles.
2012-10-15 07:53:54 -04:00
..
src/org/broadinstitute/sting Function to compute the max achievable AC for each alt allele 2012-10-15 07:53:53 -04:00
test/org/broadinstitute/sting/gatk/walkers Greedy version of function to compute the max achievable AC for each alt allele 2012-10-15 07:53:54 -04:00