View source: R/analyteRetentionTimeCorrector.R
analyteRetentionTimeCorrector | R Documentation |
This function calculates corrected retention times for the peaklists.
analyteRetentionTimeCorrector(referenceMZRTpeaks, inputPathPeaklist, peaklistFileName,
massAccuracy, RTcorrectionMethod, refPeakTolerance = 1, degreePolynomial = 3)
referenceMZRTpeaks |
a matrix of reference peaks for retention time correction. |
inputPathPeaklist |
input path to peaklist |
peaklistFileName |
file name peaklist |
massAccuracy |
mass error to detect common reference peaks. |
RTcorrectionMethod |
c('RetentionIndex','Polynomial') |
refPeakTolerance |
number of reference peaks for retention time correction using the 'RetentionIndex' method. |
degreePolynomial |
polynomial degree for retention time correction using the 'Polynomial' method. |
a list of corrected retention times for each peaklist.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.