IMS_parallel: IMS_parallel.

View source: R/IMS_parallel.R

IMS_parallelR 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 InterpretMSSpectrum for details.

...

Further parameters passed directly to InterpretMSSpectrum.

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

InterpretMSSpectrum


InterpretMSSpectrum documentation built on July 9, 2023, 5:58 p.m.