View source: R/referenceRetentionTimeDetector.R
referenceRetentionTimeDetector | R Documentation |
This module detects recurring reference peaks (m/z-RT) for retention time correction.
referenceRetentionTimeDetector(inputPathPeaklist, refPeaklistFileNames,
minFrequencyRefPeaks, massAccuracy, RTtolerance, number_processing_threads = 1)
inputPathPeaklist |
path to directory of peaklists. |
refPeaklistFileNames |
name of peaklists files to detect recurring reference peaks (m/z-RT). |
minFrequencyRefPeaks |
minimum frequency of the recurring reference peaks (m/z-RT) in the reference files. |
massAccuracy |
mass error to detect common peaks. |
RTtolerance |
retention time tolerance to detect common peaks. |
number_processing_threads |
number of processing threads |
referenceMZRTpeaks |
a matrix of two columns of m/z and RT of common peaks in the reference samples. |
listRefRT |
a list of corrected or uncorrected retention times for each peaklist. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.