References

The following references were used in the development of this tool:

What is a Variant Effect Predictor?

A Variant Effect Predictor (VEP) is a bioinformatics tool designed to analyze and predict the functional impact of genetic variants in the human genome. These variants may include single nucleotide substitutions, insertions, deletions, or other genomic changes. By identifying how such mutations affect genes, transcripts, and proteins, VEPs are essential for understanding the potential clinical implications of variants found in genetic studies.

Types of Predictors and Included Tools

Type Included Predictors
Supervised (Classical ML) PolyPhen-2 (HDIV, HVAR), MetaSVM, MetaLR, M-CAP, MutationTaster
Unsupervised / Empirical SIFT, PROVEAN
Conservation / Structure-based MutationAssessor, fathmm-XF
Deep Learning DANN, AlphaMissense
Metapredictors REVEL, CADD

Supervised methods use machine learning algorithms trained on labeled datasets of variants classified as benign or pathogenic. Once trained, these models can generalize to new variants and predict their likely impact. Examples include PolyPhen-2, MetaSVM, MetaLR, M-CAP, and MutationTaster.

Unsupervised methods do not rely on prior labels but instead use evolutionary conservation or physicochemical properties to infer impact. SIFT and PROVEAN follow this approach.

Structure and conservation-based predictors analyze how conserved a region is across species and whether a variant disrupts structural stability or key regions of the protein. MutationAssessor and fathmm-XF are part of this category.

Deep learning predictors like AlphaMissense and DANN use neural networks to detect complex patterns in biological data, improving prediction accuracy.

Metapredictors combine the output of multiple tools to provide a more reliable prediction. REVEL and CADD are widely used examples that aggregate scores from many underlying methods.