bihealth / auto-acmg

Automatic classification of sequence variants and CNVs according to ACMG criteria.
GNU General Public License v3.0
4 stars 0 forks source link

Finish `AutoPM1` #121

Closed gromdimon closed 2 months ago

gromdimon commented 3 months ago

Is your feature request related to a problem? Please describe. After #72 we have AutoPM1. We need to finish it's implementation and test it.

Describe the solution you'd like

Describe alternatives you've considered N/A

Additional context Some information for PM1

PM1 (hotspot)

Original Definition

Located in a mutational hot spot and/or critical and well-established functional domain (e.g. active site of an enzyme) without benign variation.

-- Richards et al. (2015); Table 4

Preconditions / Precomputations

Implemented Criterion

User Report

Literature

Caveats

Intervar

PM1 by Automated Scoring Many protein domains play essential roles for protein function, so missense variants in these domains tend to be pathogenic. The domain information can be inferred from dbNSFP by ANNOVAR through the “dbnsfp31a_interpro” database. We first annotated all ClinVar variants (subject to the same data-cleaning procedure described above) with protein-domain information and then compiled a list in which domains contained only pathogenic or likely pathogenic variants without benign or common (allele frequency > 5%) variants. This list is provided within the InterVar package and will be updated regularly. If the user’s input variants are located in these domains, then PM1 will be applied.