IMS_parallel
is a parallel implementation of InterpretMSSpectrum
.
IMS_parallel(
spectra = NULL,
ncores = 8,
precursor = NULL,
correct_peak = NULL,
...
)
A list of InterpretMSSpectrum
result objects which can be systematically evaluated.
However, note that plotting is unfortunately not enabled for parallel processing.
List of spectra.
Number of cores available.
vector of precursor masses of length(spectra).
Potentially a vector of correct Peaks, see InterpretMSSpectrum
for details.
Further parameters passed directly to InterpretMSSpectrum
.
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.
InterpretMSSpectrum