Title: | Visualization for Phecode Mapping with ICD-9 and ICD-10-cm Codes |
---|---|
Description: | Phecodemap builds a shiny app to visualize the hierarchy of Phecode Mapping with ICD. The same Phecode hierarchy is displayed in two ways: as a sunburst plot and as a tree. |
Authors: | Parse Health [cre, aut] |
Maintainer: | Parse Health <[email protected]> |
License: | GPL (>= 3) |
Version: | 0.2.0 |
Built: | 2025-01-05 05:04:15 UTC |
Source: | https://github.com/celehs/phecodemap |
A datatable of the information of icd codes from UMLS version 2021AB
dict_icd
dict_icd
A data frame with 99765 rows and 3 columns:
ICD code
ICD string
ICD version, ICD-9 or ICD-10-cm
https://uts.nlm.nih.gov/uts/umls/
A dataset containing the mappings of Phecodes to ICD-9 and ICD-10-cm Codes.
icdmap
icdmap
A data frame with 106393 rows and 6 variables:
ICD version, ICD-9 or ICD-10-cm
ICD-9 and ICD-10-cm Codes
Description of ICD Codes
Phecode ID
Description of Phecode ID
Rollup
Run the Shiny Application
run_app( Uniq_id = NULL, url_va = NULL, onStart = NULL, options = list(), enableBookmarking = "server", uiPattern = "/", ... )
run_app( Uniq_id = NULL, url_va = NULL, onStart = NULL, options = list(), enableBookmarking = "server", uiPattern = "/", ... )
Uniq_id |
path to a csv files for dict_uqid. |
url_va |
url to va for phecode. |
onStart |
A function that will be called before the app is actually run.
This is only needed for |
options |
Named options that should be passed to the |
enableBookmarking |
Can be one of |
uiPattern |
A regular expression that will be applied to each |
... |
arguments to pass to golem_opts. See '?golem::get_golem_options' for more details. |