How to parse the output file of snpEFF
Hello everyone. I have a vcf file annotated with snpEFF (the input file for snpEFF was extracted from a snp vcf file of 99 samples, and I picked a CDS region of a gene of interest). Now I want to do the following two aspects:
- Statistical variation (such as synonymous mutation or missense mutation) in the vcf file output by snpEFF
- The vcf file output by snpEFF generates its own base sequence for each sample (or it is better to generate amino acid sequence directly) --- Here I want to draw an evolutionary tree through the amino acid sequence.
Please tell me what you think, any help is greatly appreciated.
• 1,554 views
•
link
1 answer
Check out Snpsift filter command: https://pcingola.github.io/SnpEff/ss_filter/
You can do a variety of custom filters according to your need.
• 0 views
•
link
Log in to answer this question.