Description Usage Arguments Value
View source: R/peakIdQuant_newMethod.R
peak must be at least 50 percent resolved from overlapping peaks. i.e. the peaks trough must be at least 50 percent of the peak apex intensity for the peak to be considered sufficiently resolved.
1 2 3 4 5 6 | peakIdQuant_newMethod(mzTmp = NULL, rtTmp = NULL,
peakRangeRtSub = NULL, rtDevModel = NULL, isoPat = NULL,
isoPatPred = NULL, minSimScore = 0.96, maxPpm = 4,
gaussAlpha = 16, spikeScans = 2, minPeakHeight = 5000,
maxRtDrift = 20, showPlots = FALSE,
isoWindow = 10, maxGapMs1Scan = 5, intMaxPeak = FALSE)
|
mzTmp |
expected mass to charge of target |
rtTmp |
expected retention time (in minutes) of target |
peakRangeRtSub |
matrix MS1 scans covering entire chromatographic range within which to identify peaks of interest. Contains the following three columns column 1 = mass, column 2 = intensity, column 3 = retention time, column 4 = scan number. |
rtDevModel |
loess retention time deviation model for the file. |
isoPat |
named numeric containing the expected mass differences between isotopes for the peptide of interest. |
isoPatPred |
matrix output from the |
minSimScore |
numeric minimum dot product score for consideration (must be between 0-1, default = 0.96). |
maxPpm |
numeric ppm value for EIC extraction and integration. |
gaussAlpha |
numeric alpha value for |
spikeScans |
numeric number of scans that constitute a spike. |
minPeakHeight |
numeric minimum peak height, default 5000 |
maxRtDrift |
numeric maximum retention time drift, default 20 secs |
showPlots |
boolean for whether plots should be produced |
isoWindow |
numeric isowindow size, default 10 |
maxGapMs1Scan |
maximum MS1 scan gap, default 5 |
intMaxPeak |
boolean integrate maximum peak |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.