Hey,
does anyone know one or more indel annotation tools, which are doing just the basic steps? Like: telling that an indel is laying on a splice site or on a mRNA region? I am not looking for all those loss of function tools like sift. The only thing I found was SeattleSeq. But I am looking for something to run on our local machines.
Looking forward for some hints,
Mario
5 answers
Are you looking for something like the Ensembl Variation Effect Predictor?
This is a Perl script that can do what you want (or if not exactly can be adjusted quite easily yourself to add other types of consequences.
Also, did you check snpEff?
You should take a look at other SNP annotation related questions:
variant effect predictor / annotator
In my experience, Annovar is very easy to use, well documented, supports various SNP file formats and provides flexibility in regards to the different types of supported annotations. (basically, any table you can download from UCSC can be used to annotate a SNP list)
good luck
Hey,
thanks for the fast response. I am a bit experienced with snpEff, but I did not know, that it can handle INDELs. Thats cool. Also the Ensembl Variation Effect Predictor looks interesting.
Thank you all!
You could check out OpenCRAVAT, it will annotate variants including indels. Unlike tools like annovar, you can run it simply from either the command line or through a graphical user interface.
Log in to answer this question.