DDA_rawSpectraDeconvolution {IDSL.CSA} | R Documentation |
DDA Raw Spectra Deconvolution
Description
This function stacks all DDA scans.
Usage
DDA_rawSpectraDeconvolution(DDA_hrms_address, DDA_hrms_file, rawDDAspectraVar = NULL,
number_processing_threads = 1)
Arguments
DDA_hrms_address |
path to the HRMS file |
DDA_hrms_file |
DDA HRMS file |
rawDDAspectraVar |
c(NULL, list(precursorMZvec, precursorRTvec, massError, RTtolerance)). When NULL, all scans with precursor values are used for DDA peaklist generation. When the list is provided, it filters the scans with respect to predefined 'precursorMZvec' and 'precursorRTvec' values. |
number_processing_threads |
Number of processing threads for multi-threaded processing |
Value
A dataframe stacked DDA scans.
[Package IDSL.CSA version 1.2 Index]