Description Usage Arguments Value
View source: R/functions-groupPEAKS_helpers.R
Function enabes parallel or serial implementation of peak-picking and grouping.
This function is called from inside groupPEAKS
, for each sample in the experiment separately.
Function is a wrapper for multiple individual raw file processing steps, which depend on MSnbase
functionality.
To overcome raw file reading into memory issues associated with MacOS, each function is within a while and try loop.
1 | groupPEAKS_paral(f, out_dir, cwt, thr)
|
f |
|
out_dir |
|
cwt |
|
thr |
|
Function returns a list with filename, status and error message (deafult is NULL, gets overwritten by tryCatch is function fails).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.