This is a test version of Biostars. For the public version, visit https://www.biostars.org.
ACMG assignment tools

Hi, I've been asked to semi automate (as far as full automation of the process seems to be impossible) the ACMG annotations of WGS data for our clinicians.

What are the options here? I've checked several:

varsome (paid full access, closed code)

InterVar (seems nice, but works only with annovar, and I need to annotate ACMG terms on VEP output).

TAPES ( (recent paper, supposedly support VEP), but github page is dead and no response to the issues, crashes on exapmle files, so not an option.

Charger (investigating it right now - but the documentation is sparse :( ).

Am I missing something else here? Did anyone, by chance, had a luck to fit the VEP output to InterVar?

Best, Eugene

wes acmg wes wgs

Hey man... I'm stuck on the same subject as you! Did you find something usefull?

Hi, eventually I decided for IntarVar (because of open source code + long git history) I re-write the code to make it cleaner for my pourpuses and used in combination with OpenCravat suit.

That sounds interesting.. But how are you managing with the background databases???? I could not find documentation to upgrade it... Any thoughts???

Thanks, Vt

Which one? InterVar internal db (lists of lof genes etc?) are still the same I have in mind to update these in the future. For cravat you need several available annotators and several custome, which I assembled from open sources (like dbnsfp)

Hi @Eugene, I try to solve the same task - add ACMG rule to my output form VEP. Did you finally find some solution? IntarVar seems to be working to you? Thank you for any hint! Best Paul.

Hi, yes, but eventually I switched to other annotator (openCravat) from VEP

Hi Eugene! I am trying to do the same thing here. I was wondering if you could share how you managed to combine Intervar and OpenCravat. Thank you!

Hi, unfortunatly I cannot share the code, but basically you need to re-write intervar almost cmpletely for that. You need it to accept annotation from oc.

4 answers

Hey, if you are still searching for ideas on how to implement the semi-automation, that you have described, you may also check autoPVS1 tool.

Edit: got to know some more ACMG tools! (also on 25.02.2021)

General Mendelian disease:

Cancer disease:

Hope it helps :)

Thanks - I'll have a look!

Hey, just to update with more tools:

Please also notice that ACMG consortium decided to update the ACMG guidelines in 2023 and move to a new version (v. 4.0). However I am not sure if any tool automates already this newest version. (I have googled it for the paper of this version of ACMG, to then check also for tools that automate this new version, but no luck)

Best, Damianos

Hi, free ACMG implementation without restrictions can be found at https://genebe.net . AFAIK there is also a free API coming.

thanks for sharing! Is there a related biorxiv/publication to explain the implementation?

No, not yet. But next to each ACMG entry there is an explanation why it is (or not) called.

I'll contact with authors to ask them to at least describe their implementation on the website.

GeneBe provides API for single and batch queries. It also supports VCF annotation (one can upload VCF and download it with ACMG points and other useful annotations, including VEP).

Hi, you can try varsome.com, there is an implementation of ACMG rules and you can query variants for free.

It has too many restriction in the free version and in general has lack of flexability.

Great points, there!
I'd like to employ KAVIAR and Sherloc guidelines , APIs if available.

Unfortunately, KAVIAR guidelines are not updated last few years

Log in to answer this question.