Entering edit mode
8 months ago
Samuel
▴
20
Good morning guys,
I am working on a genomics project, and I want to use the variant allelic frequency (VAF) from population to filter out germline variants from my VCF files. I tried with:
bcftools annotate --annotations $gnomad_variants --columns AF --output $output --output-type v $input_gz
using the exome file (85Go) from gnomad website, because I work with WES data, but I only get 3000 VAF over 300k variants in my vcf.
Do you have any clue of how to get more VAF, and in a more efficient way, to annotate my VCF files better? I insist on the fact that I don't want to get my MAF but VAF from population.
Thank you very much,
Samuel
you have 300k variants and you found only 3000 of them in gnomAD? Something went wrong. Can you share 10 of the ones that are missing?
Hi,
Thank you for your answer,
I got them using ANNOVAR, there you have some that have the AF= and the others don't