gatk-3.8/protected
Eric Banks fe0b5e0fbe Handle cases where a given sample has multiple spanning deletions.
When a sample has multiple spanning deletions and we are asked to assign
likelihoods to the spanning deletion allele, we currently choose the first
deletion.  Valentin pointed out that this isn't desired behavior.  I
promised Valentin that I would address this issue, so here it is.

I do not believe that the correct thing to do is to sum the likelihoods
over all spanning deletions (I came up with problematic cases where this
breaks down).

So instead I'm using a simple heuristic approach: using the hom alt PLs, find
the most likely spanning deletion for this position and use its likelihoods.

In the 10K-sample VCF from Monkol there were only 2 cases that this problem
popped up.  In both cases the heuristic approach works well.
2015-06-16 12:20:43 -04:00
..
gatk-package-distribution Update pom versions to mark the start of GATK 3.5 development 2015-05-15 00:44:54 -04:00
gatk-queue-extensions-distribution Update pom versions to mark the start of GATK 3.5 development 2015-05-15 00:44:54 -04:00
gatk-queue-package-distribution Update pom versions to mark the start of GATK 3.5 development 2015-05-15 00:44:54 -04:00
gatk-tools-protected Handle cases where a given sample has multiple spanning deletions. 2015-06-16 12:20:43 -04:00
pom.xml Update pom versions to mark the start of GATK 3.5 development 2015-05-15 00:44:54 -04:00