Description Usage Arguments Details Value Author(s) References See Also Examples
This function generates a calibration function which can be used to calculate the retention index of a compound, given its retention time together with the retention indexes of RI standards and their retention times.
1 | getRI(RItable = data.frame())
|
RItable |
a data frame of retention times and indexes of RI standardsPeaks, e.g. generated by calling |
The input of this function is an RItable. RItable is the table of RTs and correponding RIs of RI standards measured using an RI run. The user can get the RItable using the getRIStandard
function. The output of this function is a function which can be used for retention index calculation providing a retention time. It also enables the user to estimate the retention time of a provided retention index.
A calibration function which accepts a retention time and outputs corresponding retention index. The user can also provide a retention index and estimate the related retention time based on RI calibration.
Mo Nezami Ranjbar
http://omics.georgetown.edu/SIMAT.html
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.