View source: R/organize_libraries_EI.R
assign_ri | R Documentation |
assign_ri
offers a way to assign experimental RI to the msp file if
you have NIST library installed.
assign_ri(lib, ri_table, polarity = "semi-polar")
lib |
The EI library generated by |
ri_table |
The RI table cleaned up by |
polarity |
The polarity of the column. Can be either "semi-polar", "non-polar", or "polar". |
Depending on the column polarity, experimental RI can be assigned to compounds in the msp file. Providing that "capillary" GC columns are commonly used. This function will only keep RI records from "capillary" columns and "Lee RI" will be removed. When there are multiple records for a single compound, the median RI will be used and if the standard deviation is higher than 30, this value will be discarded. This function supports parallel computing.
A list
with experimental RI assigned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.