GCMS_integration: GCMS_integration

Description Usage Arguments Value Examples

View source: R/GC-MS functions.R

Description

This is a function for peak integration according to the IDs in identification summary

Usage

1
2
3
4
5
6
7
GCMS_integration(
  output = "GC-MS Result",
  Ion.bin = 0.5,
  workdir = getwd(),
  intensity_type = c("Peak Area", "Peak Height"),
  GGReport = c("Fast", "Slow")
)

Arguments

output

specify the output file name initial

Ion.bin

the mz tolerance (Da) for peak integration

workdir

locate the working Dir

intensity_type

the type of signal to be reported "Peak Height" or "Peak Area"

GGReport

the reporting mode "Slow" plot every integrated peak, or "Fast" generate an overall report

Value

None

Examples

1

MASHUOA/MassOmics documentation built on Jan. 23, 2022, 9:08 p.m.