Description Usage Arguments Value
raw eic signal intensity and mass summation and spike removal.
1 2 3 | peakRangeSum(peakRange = NULL, spikeScans = 2, rtDevModel = NULL,
gaussAlpha = NULL,
maxEmptyRt = 7)
|
peakRange |
matrix consisting of 5 columns:
|
spikeScans |
numeric number of scans <= a spike. Any peaks <= this value will be removed (default = 2).= FALSE |
rtDevModel |
loess model to correct retention times. |
gaussAlpha |
numeric alpha value for |
maxEmptyRt |
numeric maximum size of empty retention time beyond which missing values will be zero-filled |
matrix with masses and intensities summed by
retention time and retention time
correction based on the loess model supplied, the matrix has spikes
removed (consecutive non-zero intensity values <= spikeScans in length),
empty time segments are zero filled (> 3 seconds), optionally gaussian
smoothed using the linksmth.gaussian
function of the smoother
package
and is also subset based on the minimum and maximum retention time windows
supplied (rtWin).
The returned matrix consists of 5 columns:
average mass-to-charge values by unique retention time in supplied peakRange table
maximum intensity values by unique retention time in supplied peakRange table
loess model corrected retention times
original retention time values
scan number by unique retention time in supplied peakRange table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.