This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Visual summary from a collection of .vcf files (WES)

Hi guys,

I was wondering whether there is any available software to produce a visual summary from a collection of annotated .vcf files (say, the output of VEP). Something similar to the left panel in this figure, which includes total number of variants, number of samples in which the gene has been found mutated, functional impact, etc.

Thank you!

Edit: corrected typo, VEF --> VEP

wes variants vcf summary visual

How you annotate your VCFs? Ensembl VEP will output this for you, just use the --stats_file on the command line during annotation.

I use VEP (there was a typo in my original message), I was just wondering if there is a tool to generate visual summaries in an easy way.

1 answer

Check out maftools. It is built for cancer datasets but can be used with any annotated VCF. You will need to use bcftools query to get the necessary columns from the VCF file.

That´s exactly my use case, thank you!

Log in to answer this question.