calc_error | R Documentation |
Computes the error in ppm and retention time between each data set and a
reference data set. The default reference data set (returned by the
find_ref_ds
function) is the one with the most unique proteoforms.
calc_error(x, ref_ds)
x |
A |
ref_ds |
A character string specifying the name of the reference data set. |
A list with three elements. The first element is the data matrix that contains the error terms for the mass and retention times. These terms will be used to both recalibrate the mass and cluster the data. The second element is the median of the mass measurement error (in ppm) across all data sets. The third element is the median of the standard deviation of the retention time across all data sets.
Evan A Martin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.