align_rt | R Documentation |
Aligns all retention times to a reference data set using the times from the
Feature apex
column. The loess
function from the stats
package is used for the alignment.
align_rt(x, model, var_name)
x |
A |
model |
A list containing the model output by the |
var_name |
A character string. The name of the retention time variable
that will be aligned with the reference data set (e.g., |
A data.table
with the retention times aligned to a reference
data set.
Evan A Martin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.