You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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