This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Program to prioritize silent SNVs?

What tools do you recommend to predict the likely functional impact of silent SNVs (i.e. synonymous, UTR, intronic, and intergenic variants) in humans? I understand that this is much more difficult than for non-synonymous variants, but a prioritization based on sequence conservation (e.g. across closely related vertebrates) is probably sufficient as first-line approximation.

To my current knowledge, popular variant annotation tools (e.g. ANNOVAR, SnpEff/SnpSift, dbNSFP) provide (conservation) scores only for non-synonymous variants. SilVA analyzes silent variants, but I shy away from trained classifiers because of unknown biases introduced by the training data set. I guess annotating input variants with sortable numeric conservation scores would suffice for my purpose.

EDIT: Found a recent review on this subject (Hunt RC et al., 2014; Exposing synonymous mutations), but did not spot any tool in there with a specific focus on sequence conservation.

silent variant-annotation snv

1 answer

Ensembl's VEP annotator provides detailed annotations for non-coding variants, and plays well with third-party plugins that can add more information like functional impact or promoter recognition motifs. The easiest way to use it is to submit your variants to their web service, but if you have a ton of variants, or if you're uncomfortable sharing your variant calls with strangers, then you can try this short tutorial on getting it set up in offline mode.

Haven't visited VEP for a while and its great to see lots of activity around this tool. I could not find core VEP functionality that goes beyond the annotation of non-coding elements, but at least one plugin (GWAVA) appears to provide conservation scores and might be worth a try.

Log in to answer this question.