This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Duplication Mutation prediction

Hello everyone... I need to predict a duplication mutation error with mutation taster. what i understand from mutation taster help , it can't predict duplication mutations like c.1312dupC . Is there a way to use that for duplication mutations? If not, please introduce me proper database. also please help how can i insert intronic mutation like c.1682-1G>C in that database. Thanks a lot.

genome snp

1 answer

Almost all in silico pathogenicity / functional impact prediction algorithms that have been developed have been developed for single nucleotide variants, whether coding or non-coding. However, algorithms that claim to be able to predict the impact of indels (your duplication event can be regarded as an insertion of C) have been appearing relatively recently, including:

I'm linking you to the published manuscript relating to each tool, here. There are web-based implementations of these too.

In order to use these, you will most likely have to convert your HGVS format to something like, for example, chr start end ref alt. This program, implemented in Python, can apparently do just that: https://github.com/biocommons/hgvs

Kevin

I am so grateful for your help Mr glighe.

Log in to answer this question.