IMS_parallel {InterpretMSSpectrum} | R Documentation |
IMS_parallel.
Description
IMS_parallel
is a parallel implementation of InterpretMSSpectrum
.
Usage
IMS_parallel(
spectra = NULL,
ncores = 8,
precursor = NULL,
correct_peak = NULL,
...
)
Arguments
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 |
Details
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.
Value
A list of InterpretMSSpectrum
result objects which can be systematically evaluated.
However, note that plotting is unfortunately not enabled for parallel processing.
See Also
[Package InterpretMSSpectrum version 1.4.5 Index]