Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Integrate LitVar 2.0 API call on variant pages #4020

Open
ehre opened this issue Jul 7, 2023 · 6 comments
Open

Suggestion: Integrate LitVar 2.0 API call on variant pages #4020

ehre opened this issue Jul 7, 2023 · 6 comments

Comments

@ehre
Copy link

ehre commented Jul 7, 2023

It might be useful to integrate LitVar 2.0 API calls on the SNV/INDELs variant pages, https://www.ncbi.nlm.nih.gov/research/litvar2/api

While it appears that LitVar is still less comprehensive than HGMD or Genomenon MasterMind, LitVar is fully open source and an official NCBI project that connects to other relevant databases. Furthermore, with version 2.0 the number of searchable published variants have increased from just under 2 million to almost 14 million variants ( https://pubmed.ncbi.nlm.nih.gov/37268776/ ).

@dnil dnil self-assigned this Aug 16, 2023
@dnil
Copy link
Collaborator

dnil commented Aug 17, 2023

Unfortunately they seem to use their own variant id system, so annotating with them would make the most sense. But, there some more complicated options available from the API. First, their API would allow a two stage process of searching for matches to dbSNP ids, which would then return a link to be added. This could be automated fully, so it's the one I would suggest we go for for now.

Then there is a "free text" type search (with the autocomplete API endpoint) which can result in multiple hits, and variant free text names in their db is mixed between dbSNP ids, a fixed gene symbol plus protein change, gene symbol plus DNA change and genomic coordinates, sometimes intervals for SVs. There are not a ton of references linked to these more eh generic descriptors, but slightly more than to make them entirely negligible. This is a larger issue, perhaps involving some manual input or a cascade of requests and rules to pick the "right" variant from the autocomplete results. Honestly, I believe they will have to try to establish some more universal variant descriptor in a later version.

@dnil dnil removed their assignment Feb 1, 2024
@dnil
Copy link
Collaborator

dnil commented Jun 24, 2024

Hi, I saw a somewhat similar system in the last months VEP release called AVADA. The publication included some of the HGMD authors. While it may or may not be true anymore that they are most complete today, at least it should be very easy to integrate in pipelines and Scout.

@ehre
Copy link
Author

ehre commented Jun 24, 2024

Sounds interesting. I guess the challenge with evaluating different systems is benchmarking against a truth set, and also trying to understand how "official" and/or long term a specific project is. I don't know if AVADA has been updated since the 2020 publication, and I don't know if it is supported by any larger organization? But I guess the inclusion in VEP holds some promise.

@dnil
Copy link
Collaborator

dnil commented Jun 24, 2024

I don't have any inside info on this. Some further digging seems to indicate the new plugin is using the grch37 results from the 2016 literature dump, which cools my initial enthusiasm considerably. I guess let's keep monitoring. So far, no changes on the LitVar2 API/download side.

@dnil
Copy link
Collaborator

dnil commented Jun 24, 2024

VEP also has a plugin for Mastermind, the Genomenon effort, which has continuously updated to public downloadable data releases (https://www.genomenon.com/cvr/), with variant ids linking back to their site. The site has a free "fair use" policy, but quite quickly will stop showing hits and asking for a PRO license. If we have users that anyway use them this might be acceptable.

@ehre
Copy link
Author

ehre commented Jun 24, 2024

I think a Mastermind integration could be useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants