Description Usage Arguments Value
View source: R/Score_deconvolution.R
Scoring function for peptide mass fingerprint MALDI-MS experiment.
1 2 3 4 5 6 7 8 9 | Score_deconvolution(
ESIprocessed,
intervaLo = 3000,
intervaLo2 = 2000,
loess = FALSE,
span = 0.002,
mz1 = NULL,
mz2 = NULL
)
|
ESIprocessed |
Processed ESI-MS spectra. |
intervaLo |
mass interval for deconvolution |
intervaLo2 |
mass interval for deconvolution |
loess |
If TRUE, loess algorithm is used. |
span |
span controlling the loess |
mz1 |
Left mass |
mz2 |
Right mass |
Annotation score for PMF MALDI-MS.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.