batchDecompose {Rdiagnosislist} | R Documentation |
Creates a set of lookups for SNOMED composition
Description
Creates composition lookup table for a set of SNOMED CT concepts and exports the results to a file
Usage
batchDecompose(conceptIds, CDB, output_filename, SNOMED = getSNOMED(), ...)
Arguments
conceptIds |
SNOMED CT concept IDs for creating decompositions |
CDB |
concept database environment, containing a table called FINDINGS |
output_filename |
filename of output file |
SNOMED |
environment containing a SNOMED dictionary |
... |
other arguments to pass through to decompose |
Value
TRUE if successful
See Also
decompose, compose, addComposeLookupToCDB
Other CDB functions:
addComposeLookupToCDB()
,
addWordnet()
,
createCDB()
,
downloadOrphanet()
,
downloadWordnet()
[Package Rdiagnosislist version 1.4.0 Index]