Description Usage Arguments Details Value
View source: R/functions-alignPEAKS_helpers.R
Function splits a dataset and a template into rt regions, each of which is analysed by an independent parallel worker.
1 | getRTbins(ds, tmp, ds_var_name, tmp_var_name, mz_err, rt_err, ncores)
|
ds |
|
tmp |
|
ds_var_name |
|
tmp_var_name |
|
mz_err |
|
rt_err |
|
ncores |
|
Function firstly splits the dataset into as many sub-tables as there are parallel workers (could be 1, if serial implementation is selected). Then template is split into the same number of sub-tables using rt regions in the corresponding dataset's sub-tables.
Function returns a list with dataset and template tables split into rt regions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.