Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 600 Bytes

umls.md

File metadata and controls

37 lines (26 loc) · 600 Bytes
CurrentModule = BioMedQuery.UMLS

Search the Unified Medical Language System (UMLS), for more details visit the REST API.

Searching the UMLS requires approved credentials. You can sign up [here]](https://uts.nlm.nih.gov//license.html)

##Import

using BioMedQuery.UMLS

Credentials

Credentials

Search the UMLS

search_umls(c::Credentials, query)

Best match CUI

 best_match_cui(all_results)

Semantic types of a CUI

get_semantic_type(c::Credentials, cui)