Description Usage Arguments Value
View source: R/ProcessESI_Decon.R
Pre-process and deconvolved ESI-MS spectra with simulation algorithm
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
file |
Experimental MS file. |
t1 |
Select lower m/z limit. |
t2 |
Select higher m/z limit. |
norm |
Normalize MS spectra. Default to TRUE. |
comb |
Select pre-processing method. |
plotDetection |
Plot detected peaks after peak picking. Default to FALSE. |
plotProcess |
Plot processed MS spectra. Default to FALSE. |
plotOriginal |
Plot raw MS spectra. Default to TRUE. |
xy |
MS spectra in xy file?. Default to FALSE. |
dir |
Directory where to save plots. Default to C:. |
chargemin |
Minimum charge state |
chargemax |
Maximum charge state |
maxMass |
Maximum mass deconvoluted |
minMass |
minimum mass deconvoluted |
FWHM |
FWHM for deconvolution |
interval |
mass interval for deconvolution |
Wa |
mass error for deconvolution |
top |
Top peaks selected for deconvolution |
SNR.Th |
Signal-to-noise ratio. Default to 3. |
Processed and deconvolved ESI-MS spectra.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.