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
It would be great if VariantFiltration could hard filter with -mode SNP and -mode INDEL like ApplyVQSR. These modes do not currently exist in VariantFiltration.
Currently, the hard-filtering recommendation is to subset the VCF to separate SNPs-only and INDEL-only VCFs and then to hard-filter with VaraintFiltration using different thresholds for each type. When using SelectVariants to subset to either SNP or INDEL type variants, we lose the MIXED-type sites. It would be great to enable researchers to hard-filter without loss of such records or loss of combined information in a record when a multiallelic site is dispersed into multiple biallelic records.
The ability to apply filtering thresholds to different variant types in a VCF already exists in the codebase in ApplyVQSR. Here is an example command for ApplyVQSR.
In my opinion, this feature has become pertinent for VariantFiltration because our callers now output spanning deletions starting with v4.0.9.0 (see #4963). When we separate out SNP type and INDEL type variants, any associated spanning deletions are lost and cannot be recovered. This loss of information is undesirable and it would be great if we could hard-filter a callset without having to separate out records of different variant types.
sooheelee
changed the title
Add SNP and INDEL modes to VariantFiltration similar to ApplyVQSR
Feature Request: Add SNP and INDEL modes to VariantFiltration similar to ApplyVQSR
Jan 11, 2019
I found this feature request highly interesting. This feature would indeed be very useful. It does not seems it has been implemented yet. Is there a chance it will be one day? I am joining to Soo Hee Lee to support her Feature Request.
Feature request
It would be great if VariantFiltration could hard filter with
-mode SNP
and-mode INDEL
like ApplyVQSR. These modes do not currently exist in VariantFiltration.Currently, the hard-filtering recommendation is to subset the VCF to separate SNPs-only and INDEL-only VCFs and then to hard-filter with VaraintFiltration using different thresholds for each type. When using SelectVariants to subset to either SNP or INDEL type variants, we lose the MIXED-type sites. It would be great to enable researchers to hard-filter without loss of such records or loss of combined information in a record when a multiallelic site is dispersed into multiple biallelic records.
The ability to apply filtering thresholds to different variant types in a VCF already exists in the codebase in ApplyVQSR. Here is an example command for ApplyVQSR.
Tool(s) or class(es) involved
VariantFiltration
The text was updated successfully, but these errors were encountered: