how to identify amino acids using snpEFF
hi, thanks for reading this, I have a doubt, I am identifying snp using snpEFF with the following command:
snpEff eff -c snpEff.config my_genome -s output_.html -v "variants/imput_.vcf.gz" > "variants/output_.vcf.gz"
but I would also like to obtain the amino acid changes that were made, since the output.vcf only indicates the base change but not the amino acid.
thanks a lot
• 2,743 views
•
link
1 answer
When the mutation is outside a coding region snpEff will not give you the potential amino acid change because there is no amino acid. If you look in coding region you will find amino acid modification:
c.10G>A (It mean that in the 10th amino acid of this protein the G became an A)
• 0 views
•
link
Log in to answer this question.
not for me