Changes
- Implement an approach to calculate the probability of an undetected somatic mutation
- Implement the absolute approach (Carter, 2017) to calculate the power to call a mutation
- Add the median MQ, BQ and relative position metrics
- Implement the rank sum test approach (DePristo, 2011) over MQ, BQ and relative position
Bugfixes
- There was an error in the accumulation of reads between replicates for indels, thus when providing replicates the aggregated coverage annotations for indels contained only the results from one replicate. This is fixed now