Clinical-Genomics / scout

VCF visualization interface
https://clinical-genomics.github.io/scout
BSD 3-Clause "New" or "Revised" License
151 stars 46 forks source link

Dynamisk ACMG-klassning för respektive kriterie #2700

Closed TJO-Lund closed 1 year ago

TJO-Lund commented 3 years ago

ACMG-klassning, Kan den göras mer levande/dynamisk i Scout. I riktlinjer för t.ex. mitokondriella varianter, McCormick et al., 2020, Specifications of the ACMG-AMP standards and guidelines for mitochondrial DNA variant interpretation (PMID 32906214), används dynamisk klassning där styrka kan ändras på ett kriterie, En möjlighet är en dropdown-meny på varje kriterium (i klassningsvyn för ACMG i Scout) där man kan ändra styrkan från VS, S, M, P. Exempelvis används PM2 endast som stödjande vid mtDNA-varianter. Varsome har denna funktion – på patogenicitets-sidan har de samma nivåer som föreslås ovan, och på benign-sidan så har de "stand-alone" i stället för "very strong". Det finns fler exempel när detta skulle vara till hjälp.

dnil commented 3 years ago

Absolutely: see also #2463 for a similar suggestion. As a workaround right now you could use the comment field on each criteria to indicate the strength, and manually adjust the automatic call to reflect the dynamically weighted total. We will also then need to indicate what specification standard each classification is made with - say with a reference, or a dropdown choice of a few common standards - required for ClinVar submission e.g. If someone has some time on their hands, the latter could also be used to guide the automatic classification.

dnil commented 3 years ago

For implementing this, ClinGen has a good collection of SVI resources that would fit well with strict alternative models that still conform to the overall format of ACMG classifications: https://clinicalgenome.org/working-groups/sequence-variant-interpretation/. The genes with specific rules are few, but rather interesting.

ehre commented 3 years ago

I agree that the SVI page is a good resource. Furthermore, this supports @TJO-Lund 's original request. To take two examples in addition to the PVS1 critieria mentioned in #2463 , we use both the mitochondrial specifications and the specifications for hearing loss found on this page. For hearing loss, it is quite common that we change the weight of PP1 (segregation) according to the expert group's recommendation. We already do as you suggest, @dnil , with comments and manual re-weighting, but it is certainly not optimal. I believe an implementation similar to Varsome would work great, when you activate a criterion you start on the default level but can then manually change the evidence strength (see for instance https://varsome.com/variant/hg38/ATM(NM_000051.4)%3Ac.3510dup?annotation-mode=germline%23acmg_annotation#acmg_annotation )

4WGH commented 3 years ago

I agree with the above wish :)

4WGH commented 2 years ago

How is it going with this?

I've foud this quite usefull for PVS1

http://autopvs1.genetics.bgi.com/

northwestwitch commented 2 years ago

How is it going with this?

We haven't started working on this. The relative quick implementation would be to create the submenus and leave users free to set the values they want. A cool tool would also include an algorithm that chooses the interpretation according to the criteria selected by the users. So like an extension of the algorithm that we already have in place for the guided ranking of vars.

Either way it's not a super trivial thing and we're heavily understaffed.. But it's a request that comes from different facilities, so, noted!

I've foud this quite usefull for PVS1

http://autopvs1.genetics.bgi.com/

Nice! That page could perhaps be included among the other links that we have on the variant's page, but should be applied only to the variants of that type.

dnil commented 1 year ago

The original request is closed by #3753, semi-automation is duplicate to #582. As for the latter, we are almost there among the legendary issues now - who knows, perhaps we will find time (or an extra pair of hands) this semester!