NPA_peakDeconvolution {IDSL.NPA} | R Documentation |
NPA Peak Deconvolution
Description
This function detects fragmentation peaks for the NPA analysis.
Usage
NPA_peakDeconvolution(input_MS_path, MSfilename, smoothingWindow,
peakHeightThreshold, minSNRbaseline, number_processing_threads = 1)
Arguments
input_MS_path |
path to the MS files |
MSfilename |
MS file |
smoothingWindow |
number of scans for peak smoothing. |
peakHeightThreshold |
A minimum peak height threshold |
minSNRbaseline |
A minimum baseline S/N threshold |
number_processing_threads |
Number of processing threads for multi-threaded processing |
Value
A dataframe peaklist of co-detected DIA analysis.
[Package IDSL.NPA version 1.2 Index]