I was wondering if anyone has experience annotating mutations with MutationAssessor, and could comment on whether the tool can handle insertion and deletion events in addition to simple SNPs.
For example, using http://mutationassessor.org/v1/ If I wanted to look for a simple SNP I could enter
1, 100122272, G, A
and get a sensible annotation. But what if I had a deletion? It doesn't seem that MutationAssessor can handle something like:
1, 100122272, G,-
or
1, 100122272, G,*
or
1, 100122272, GA,G
I noticed the recent TCGA Ovarian paper (10.1038/nature10166) provides some supplementary info listing mutations supposedly annotated using MutationAssessor. These includes INS/DEL events. However, I haven't been able to find any documentation on whether MutationAssessor handles such mutations, or if there is a way to input such mutation events into the web tool.
Thanks.