This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Alternative to VEP.

Hi. Variant effect predictor (VEP) does not let me load files larger than 50 Mb. What other program can I use to annotate variants in a larger file? Thank you.

snp vep

Hello,

have you tried searching the web?

fin swimmer

One vote for SnpEff. The best thing of it is that you could supply your annotations in GFF3 format.

+1. I would make this comment an answer. Besides, VEP can be run on multiple cores and it doesn't take long to annotate hundreds of thousands of variants.

Sorry @dariober, wanted to move my comment and instead moved yours. That is why it is now a comment on the toplevel.

3 answers

Download VEP and run via the command line. It takes VCF files of any size, offering multithreading (forking) and plenty of options to customize the annotation (the Web version does as well of course). It can be installed by conda to save you from getting all the dependencies and perl extensions manually.

SnpEff is probably the other most comprehensive one. Though as @ATpoint said, you can also just run VEP from the command line (SnpEff must be run from the command line anyway, but it has more regulatory annotations than VEP if you're interested in non-coding variants).

I recently started playing with Jannovar and I'm pleasantly surprised how easy it has been to get up and running with it. Highly recommend giving it a try.

Log in to answer this question.