View source: R/organize_libraries_EI.R
clean_user_dbu | R Documentation |
clean_user_dbu
, an internal function, offers a way to extract InChIKey
for compounds that have experimental RI from the "USER.DBU" file.
clean_user_dbu(file)
file |
The "USER.DBU" file in the installation path (e.g., "~/Programs/nist17/mssearch") |
RI values in the cleaned RI table obtained by clean_ri_dat
cannot be linked to compounds in the msp file. Providing that the "USER.DBU"
file in the installation path (e.g., "~/Programs/nist17/mssearch") contains
InChIKey of each compound in RI table. However this file is not human
readable. Therefore, this function provides a way to clean the "USER.DBU"
file. Then, we can link experimental RI values to the compounds in the msp
file.
A data.frame containing four variables, Name, InChIKey, ID, and "Formula"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.