IMS_parallel | R Documentation |
IMS_parallel
is a parallel implementation of InterpretMSSpectrum
.
IMS_parallel(
spectra = NULL,
ncores = 8,
precursor = NULL,
correct_peak = NULL,
...
)
spectra |
List of spectra. |
ncores |
Number of cores available. |
precursor |
vector of precursor masses of length(spectra). |
correct_peak |
Potentially a vector of correct Peaks, see |
... |
Further parameters passed directly to |
For mass processing and testing it may be sufficient to use InterpretMSSpectrum
without plotting functionality. However, function is likely to be deprecated or integrated
as an option into the main function in the future.
A list of InterpretMSSpectrum
result objects which can be systematically evaluated.
However, note that plotting is unfortunately not enabled for parallel processing.
InterpretMSSpectrum
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.