Skip to content

lubianat/umls_to_wikidata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connecting UMLS CUIs to Wikidata using openly available resources.

cui_wiki.json file obtained from https://github.com/afshinrahimi/wikiumls/blob/master/data/cui_wiki.json, originally from this publication:

https://www.wikidata.org/wiki/Q105870539

It has, however, a large number of incorrect matches. The taxa seem to have a high score, so one way to go is to subset the dataset just for the taxa on Wikidata.

cui_wikidata_from_mesh.json obtained with parse_umls_to_wikidata.py on the output of

grep '|MSH|' MRCONSO.RRF | awk -F '|' '$7=="Y"{print $1 "|" $14 }' | sort -u > mesh.txt

On UMLS' 2023 MRCONSO.RRF release

Other possible sources of UMLS to Wikidata matching:

Other sources on UMLS are listed on nlm.nih.gov/research/umls/sourcereleasedocs/index.html

About

Connecting UMLS to Wikidata where possible.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published