Description Usage Arguments Value
View source: R/Deconvolved_ESI_High.R
Pre-process and deconvolved ESI-MS spectra with Zscore algorithm
1 2 3 4 5 6 7 8 9 | Deconvolved_ESI_High(
exp,
maxMass,
SNR.Th,
max.charge = 9,
tol = 0.015,
mz1 = 1000,
peak_picking = FALSE
)
|
exp |
Experimental MS file. |
maxMass |
Maximum mass deconvoluted |
SNR.Th |
Signal-to-noise ratio. Default to 3. |
max.charge |
Maximum charge state |
tol |
mass error for deconvolution |
mz1 |
Select lower m/z limit. |
peak_picking |
If TRUE, peak picking is performed. |
Processed and deconvolved ESI-MS spectra.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.