Restrict ANNOVAR annotation to a list of genes.
1
0
Entering edit mode
8.5 years ago
stevenlang123 ▴ 210

I have a list of ~100 genes and around 100 VCF files, I wish to run ANNOVAR to get functional prediction like SIFT, polyphen etc. But I only want to collect this information a a predefined list of ~100 genes (not the whole VCF). What is the fastest way to do this without directly editing the VCF itself?

genome next-gen sequencing • 1.8k views
ADD COMMENT
0
Entering edit mode

Alternatively, you can edit the ANNOVAR annotation file so that it contains only the 100 genes of interest. Then the exonic output will contain variants for that gene set.

ADD REPLY
2
Entering edit mode
8.5 years ago
User 59 13k

If you really want an Annovar specific solution:

http://annovar.openbioinformatics.org/en/latest/user-guide/region/#identifying-variants-in-regions-specified-in-bed-files

But you could intersect the VCF file with the bed file and annotate the results.

Or annotate everything and parse out the genes you're interested in..

ADD COMMENT

Login before adding your answer.

Traffic: 2871 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6