-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing defaults in mitochondria mode for M2 filtering rehaul #5827
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5827 +/- ##
============================================
- Coverage 87.04% 87.03% -0.01%
+ Complexity 32153 32149 -4
============================================
Files 1975 1974 -1
Lines 147415 147413 -2
Branches 16225 16225
============================================
- Hits 128315 128307 -8
- Misses 13185 13188 +3
- Partials 5915 5918 +3
Continue to review full report at Codecov.
|
@meganshand This looks good. Do you want to delete the |
I'll defer to @ldgauthier on that question: Should we completely delete the lod divided by depth filter now that the new filtering strategy seems to make it obsolete? I've only run with these changes on the mixtures, so I don't have a good sense if this is the kind of thing we'll need in the future or not? |
In the latest filtering paradigm, how would somebody who only wanted variants with really high quality bases change the default parameters? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once we resolve the filter retention this is good to go. It might be worth noting where the mito priors came from for posterity.
private static final double DEFAULT_LOG_10_PRIOR_OF_INDEL = -7.0; | ||
private static final double DEFAULT_LOG_10_PRIOR_OF_INDEL_FOR_MITO = -3.75; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are close-ish to the autosomal priors -- where did they come from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Back of the envelope calculation. I'll add a comment.
You could decrease |
Okay. Rip it out. |
@ldgauthier or @davidbenjamin I would appreciate one more quick look now that the lod divided by depth filter has been deleted. |
Still 👍 from me. |
After #5688 we need to adjust some of the default values when in mitochondria mode. I tested these parameters with the mixture samples and it looked good. In particular note that the TLOD divided by depth filter is no longer needed, so the default would now be 0.
Again, would love to get this in before the release on Tuesday (fyi @droazen)
@ldgauthier @davidbenjamin @jsotobroad