View source: R/organize_libraries_EI.R
clean_ri_dat | R Documentation |
clean_ri_dat
, an interanl function, offers a way to extract RI from
the "ri.dat" file.
clean_ri_dat(file)
file |
The "ri.dat" file in the installation path (e.g., "~/Programs/nist17/mssearch"). |
Once you have NIST library installed, there will be a "ri.dat" file in the installation path (e.g., "~/Programs/nist17/mssearch"). This file contains all experimental RI in the NIST library but it is not human readable. This function provides a way to convert the "ri.dat" file into a data.frame, so that we can better leverage the RI information present in the NIST library and to incorporate them into the msp file.
A cleaned data.frame containing experimental RI from NIST
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.