View source: R/peakAlignmentCore.R
peakAlignmentCore | R Documentation |
This function aligns peaks from multiple peaklists and produces an aligned table of common peaks among multiple samples.
peakAlignmentCore(peaklistInputFolderPath, peaklistFileNames, listCorrectedRTpeaklists,
massAccuracy, RTtolerance, number_processing_threads = 1)
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 |
This function returns an aligned peak table with index numbers from individual peaklists for each peak.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.