NON_CODING PathogenicityFilter #644
julesjacobsen
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
15.1.0 2026-06-09
pathogenicityFilternow has atargetoption to specify whether to filter non-coding variants. The default isALLbutNON_CODINGcan be specified to filter non-coding variants. This change only affects variants found innon-coding regions. We recommend using the standard
pathogenicityFilter{keepNonPathogenic: true}for exome analysis,but when running genomiser (i.e. including REMM/CADD/SPLICE_AI and all non-coding regions) or any analysis including
non-coding regions, use
pathogenicityFilter{keepNonPathogenic: false, target: NON_CODING}. See the documentationfor more details.
Updated examples/preset-genome-analysis.yml to use new defaults. UPDATE YOUR SCRIPTS TO USE THESE FOR IMPROVED ACCURACY.
This discussion was created from the release NON_CODING PathogenicityFilter.
All reactions