extractPeaks: extractPeaks

Description Usage Arguments Value Author(s)

View source: R/functions4data_processing.R

Description

From mzXML data extract peaks according to IS table.

Usage

1
2
3
4
5
6
7
8
9
extractPeaks(
  path = ".",
  ppm = 15,
  threads = 4,
  is.table = "is.xlsx",
  mz = NULL,
  rt = NULL,
  rt.tolerance = 40
)

Arguments

path

Work directory.

ppm

see xcms.

threads

Number of threads.

is.table

Peak table. Two columns, column 1 is name of peak, column 2 is m/z of peaks.

mz

mz

rt

rt

rt.tolerance

Rt tolerance.

Value

Result contains EIC of peaks.

Author(s)

Xiaotao Shen shenxt1990@163.com


jaspershen/metflow2 documentation built on Aug. 15, 2021, 4:38 p.m.