View source: R/find_all_umls_strs_in_athena.R
This function takes all the possible strings associated with a UMLS cui, splits each individual string into tokens and performs a "LIKE" query on the combination of tokens per string in athena
1 | find_all_umls_strs_in_athena(input_df, cui_col, label_col)
|
input_df |
Input dataframe should have a minimum of 2 columns. One of the CUI and the 2nd of the label for the cui, which can be either an exact string associated with the CUI or another label |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.