Description Usage Arguments Value See Also
View source: R/functions-alignPEAKS_helpers.R
Internal function used within method alignPEAKS
and function annotateDS
.
Function aligns all dataset's peaks to the template using dot-product estimation.
1 2 3 4 5 6 7 8 9 10 11 12 | do_alignPEAKS(
ds,
tmp,
ds_var_name,
tmp_var_name,
mz_err,
rt_err,
bins,
ncores,
cutoff,
anno = FALSE
)
|
ds |
|
tmp |
|
ds_var_name |
|
tmp_var_name |
|
mz_err |
|
rt_err |
|
bins |
|
ncores |
|
cutoff |
|
anno |
|
Function returns a list of lenght of the number of peak-groups in the dataset. Each list entry specifies the template's peak-group to which dataset's peak-group was aligned to, as well as matching peaks and obtained cosine.
For details on cosine estimation, refer to alignPEAKS
method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.