I would highly recommend GEMINI (which you can use on VEP or SnpEff annotated VCF files). It will let you do family-wise queries and lots of different ways of slicing the data. But even for the simple case you describe I think you'll likely find all of the additional capabilities appealing.
Find SNPs in the exome from WGS data
Hello,
I have called variants in WGS data with GATK. Now I would like to filter out alla heterozygous SNPs in the exome and which genes they are present in.
The output should be structured:
chrom | position | GT (nucleotides) | gene
1 | 100 | A/T | geneA
1 | 200 | G/T | geneA
2 | 100 | A/C | geneB
Thanks for any help!
joanna
• 2,464 views
•
link
1 answer
Log in to answer this question.
Thanks a lot for the advice, VEP works great!
I can't figure out how to print the reference allele as a separate column.
Does anyone know?
Best