peakAlignmentCore {IDSL.IPA} | R Documentation |
Peak Alignment Core
Description
This function aligns peaks from multiple peaklists and produces an aligned table of common peaks among multiple samples.
Usage
peakAlignmentCore(peaklistInputFolderPath, peaklistFileNames, listCorrectedRTpeaklists,
massAccuracy, RTtolerance, number_processing_threads = 1)
Arguments
peaklistInputFolderPath |
path to directory of peaklists. |
peaklistFileNames |
name of peaklists for peak table production. |
listCorrectedRTpeaklists |
a list of corrected or uncorrected retention times for each peaklist. |
massAccuracy |
mass error to detect common peaks. |
RTtolerance |
retention time tolerance to detect common peaks. |
number_processing_threads |
number of processing threads |
Value
This function returns an aligned peak table with index numbers from individual peaklists for each peak.
[Package IDSL.IPA version 2.9 Index]