Score_deconvolution: Scoring function for peptide mass fingerprint MALDI-MS...

Description Usage Arguments Value

View source: R/Score_deconvolution.R

Description

Scoring function for peptide mass fingerprint MALDI-MS experiment.

Usage

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
)

Arguments

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

Value

Annotation score for PMF MALDI-MS.


ManuelPerisDiaz/CysMpro documentation built on Oct. 18, 2020, 6:44 a.m.