Entering edit mode
9.5 years ago
deepue
▴
160
Hi,
I have a vcf file with the variants flagged(PASS or FilterName) using VariantFiltration walker in GATK for an exome sample.
How to use the filter for annotating using Annovar? I couldn't find any filter parameters in the Annovar commands.
Thanks
Hi Sean,
I have a filtered VCF(VariantFiltration used) and have applied Annovar for it.
There are same number of variants in the vcf file before and after filtration as the VariantFiltration only flags the variant record as PASS or filterName. How to identify these records in Annovar output? How to remove them from annotation? Any other suggestions in understanding them?
Thanks
You can use vcftools, snpSift, or many other tools for filtering VCF files.
Hi Sean,
Thank you for the suggestions on how to filter the VCF files.
So, Annovar annotates the entire VCF file without considering the Filter values created by VariantFiltration walker in GATK? What might be the potential use of the filters created by VariantFiltration?
Thanks
The uses of the filters created by VariantFiltration are left to you, the user. If you (or the software you use) don't have a use for them, then there is no need to generate them.