downloadOrphanet | R Documentation |
Downloads the Orphanet nomenclature pack and converts it into a format to be appended to MANUAL_SYNONYMS and used in concept database creation.
downloadOrphanet(
orphanet_url =
"https://www.orphadata.com/data/nomenclature/packs/Orphanet_Nomenclature_Pack_EN.zip",
masterfile_name = NULL,
SNOMED = getSNOMED()
)
orphanet_url |
URL or filepath to Orphanet zip file |
masterfile_name |
name of xls file containing Orphanet synonyms. If omitted, it is assumed to be the only file with 'MasterFile' in its name, and the program will search for it in the Orphanet zip file. |
SNOMED |
environment containing SNOMED CT dictionary |
data.table containing Orphanet synonyms in the format
https://www.orphadata.com/pack-nomenclature/
downloadWordnet, MANUAL_SYNONYMS
Other CDB functions:
addComposeLookupToCDB()
,
addWordnet()
,
batchDecompose()
,
createCDB()
,
downloadWordnet()
# Not run
# ORPHANET <- downloadOrphanet()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.