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
Is there a comprehensive list of default filters applied to reads/alignments? For example, I'm looking for something like what is in the "Read filters" section of the GATK HaplotypeCaller man page.
I think I've gathered some of what is out there (e.g. if a candidate is only supported by one read it is not considered) from various places in the FAQs, issues, and even places in the source code, but it would be helpful to have a list of everything in one place along with any arguments that can be set to modify defaults.
Thanks in advance, and sorry if this is already available somewhere and I missed it.
The text was updated successfully, but these errors were encountered:
min_mapping_quality - If the MAPQ value of the read is below a pre-set value, the read is not included for subsequent analysis. By default, that value is 5 for WGS and WES with BWA, it is 0 for vg-mapped files. It is 1 for PacBio and ONT reads.
min_base_quality - If the base quality value at the variant position considered is below a pre-set value, the read is not included in the analysis of that specific variant position (it could be included for other positions if the base quality of the base at the other position is higher). For SNPs, the direct position is considered. For Insertions, the behavior depends on other flags, in some cases averaging qualities of inserted bases, in other cases looking at the minimum base quality value. By default this is 10.
downsampling - When coverage is very high, random downsampling is applied to reads for inclusion into the pileup that the neural network sees.
Is there a comprehensive list of default filters applied to reads/alignments? For example, I'm looking for something like what is in the "Read filters" section of the GATK HaplotypeCaller man page.
I think I've gathered some of what is out there (e.g. if a candidate is only supported by one read it is not considered) from various places in the FAQs, issues, and even places in the source code, but it would be helpful to have a list of everything in one place along with any arguments that can be set to modify defaults.
Thanks in advance, and sorry if this is already available somewhere and I missed it.
The text was updated successfully, but these errors were encountered: