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 `AutoBP7` #117

Closed gromdimon closed 3 months ago

gromdimon commented 3 months ago

Is your feature request related to a problem? Please describe. After #81 we have initial AutoBP7 class. Now we need to properly implement the criteria, test it and document.

Describe the solution you'd like

Describe alternatives you've considered N/A

Additional context Here is the info about BP7: BP7 (synonymous)

Original Definition

A synonymous (silent) variant for which splicing prediction algorithms predict no impact to the splice consensus sequence nor the creation of a new splice site AND the nucleotide is not highly conserved.

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

Preconditions / Precomputations

Implemented Criterion

User Report

Literature

Caveats

N/A

Notes