Deconvolved_ESI_High: Pre-process and deconvolved ESI-MS spectra with Zscore...

Description Usage Arguments Value

View source: R/Deconvolved_ESI_High.R

Description

Pre-process and deconvolved ESI-MS spectra with Zscore algorithm

Usage

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
)

Arguments

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.

Value

Processed and deconvolved ESI-MS spectra.


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