SNPeff: Find SNPs that are close to exons?
I'm using SNPeff to annotate my vcf file. The program doesn't provide information about how far away a SNP is from the next coding sequence or am I mistaken?
I'm interested in SNPs that are +-20 up-/downstream of exons.
• 503 views
•
link
1 answer
You probably can do what you want with BEDTools or BEDOPS - something like betools flank to get regions flanking exons and bedtools intersect to see which SNPs are at those regions.
• 0 views
•
link
Log in to answer this question.