This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Checking Frameshifts And Stop Codons In Gene

I have a vcf file of my Snps and another vcf file for my indels produced by BWA and GATK. Is there any commands in vcftools or any other way I can find out the frameshifts due to indels/snps and produced stop codons due to snps in my genes?

snp vcftools

2 answers

You can use VAT in the VAAST pipeline to annotate mutations.

You have done a very nice job in the tools section.

There are many variant annotation tools available for this job. The more popular ones that come to my mind are Ensembl's Variant Effect Predictor (VEP), ANNOVAR, SnpEff, or Sequent Variant Analyzer (SVA).

You could also use our own tool, CooVar, which was just published. Its easy to use and does not depend on external databases. So it's ideal if you work on a non-model organism.

CooVar: Co-occurring variant analyzer

BMC Research Notes 2012, 5:615

Log in to answer this question.