monarch-initiative / omim

Data ingest pipeline for OMIM.
7 stars 3 forks source link

The symbol value from the fields "Alternative titles; symbols" and "Included Title(s); symbols" is missing #118

Open twhetzel opened 3 months ago

twhetzel commented 3 months ago

View the information at: https://omim.org/entry/618983?search=les&highlight=les

The string LES that is a symbol for the Alternative title and appears to be in the "mimTitles" file is not added into the omim.owl file. The field could be added as a synonym with type annotation abbreviation.

Similar finding for symbols from "Included Title(s); symbols". See https://omim.org/entry/618856?search=618856&highlight=DEND1

Edit by Joe: Trish to decide if we really want to add 'included' symbols as synonyms.

Sub-tasks

joeflack4 commented 3 months ago

It looks like it may not be pulling stuff after the ; in alternative titles.

joeflack4 commented 2 months ago

Need to double check, "Alternative titles; symbols" on the web site seems to always follow this syntax: SINGLE LABEL; SINGLE SYMBOL

Example:

Alternative titles; symbols LEWIS BLOOD GROUP SYSTEM; LES

There can be multiple "Alternative titles; symbols", each on a different line.

Questions

Some sub-tasks for Joe