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

Missing brand name in name resolution service #26

Open
micheldumontier opened this issue Sep 1, 2022 · 6 comments
Open

Missing brand name in name resolution service #26

micheldumontier opened this issue Sep 1, 2022 · 6 comments

Comments

@micheldumontier
Copy link

Hi, querying the API, i don't get a suggestion for the label "Ongentys" , which is a brand/synonym for OPICAPONE https://pubchem.ncbi.nlm.nih.gov/compound/135565903

@vemonet
Copy link

vemonet commented Sep 1, 2022

Same for "Sertraline Tablets"

But "Sertraline" map to PUBCHEM.COMPOUND:68617

@cbizon
Copy link
Contributor

cbizon commented Sep 1, 2022

Thanks for the report. Spot checking, I'd say we're currently pretty weak on brand names for drugs overall. The only one I found was lipitor. It doesn't seem that the sapbert that we're playing with does very well either (though it does handle the "sertraline tablets" query fine).

@gaurav
Copy link
Contributor

gaurav commented Jun 8, 2023

RxNorm has a lot of brand names, so once we've added that to Babel (TranslatorSRI/Babel#150) that will hopefully mostly solve this problem.

@gaurav gaurav added this to the NameRes September Relay milestone Jun 8, 2023
@gaurav
Copy link
Contributor

gaurav commented Sep 27, 2023

@Genomewide I remember you mentioning that you had a list of the top-selling drugs in the US for use in autocomplete checking -- I'd love to use that list to test this issue. Could you please send me that list or add it to this issue?

@gaurav
Copy link
Contributor

gaurav commented Nov 13, 2023

The list of top-selling drugs @Genomewide mentioned is https://www.drugdiscoverytrends.com/50-of-2022s-best-selling-pharmaceuticals/. I'll add these to the Babel validator and report back on where we currently are with this.

@gaurav
Copy link
Contributor

gaurav commented Jun 26, 2024

We support most of the top 50 best selling US drugs now. The missing ones:

  • Paxlovid (CHEBI:192712)
  • Spikevax (RXCUI:2601552)
  • Biktarvy (RXCUI:1999667)
  • Trikafta (Kaftrio, PUBCHEM.COMPOUND:165363555)
  • Gardasil (RXCUI:659877)
  • Prevnar (MESH:D022242)
  • Botox (MESH:C542869)
  • Entresto (CHEBI:9927)
  • Januvia (CHEBI:40237)
  • Xeplion (PUBCHEM.COMPOUND:115237)
  • Symbicort (PUBCHEM.COMPOUND:5281004)

Some of that might be because we're filtering for SmallMolecule, but it's most likely either because we don't have the correct synonyms.

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

No branches or pull requests

4 participants