View source: R/GC-MS functions.R
GCMS_integration | R Documentation |
This is a function for peak integration according to the IDs in identification summary
GCMS_integration(
output = "GC-MS Result",
Ion.bin = 0.5,
workdir = getwd(),
intensity_type = c("Peak Area", "Peak Height"),
GGReport = c("Fast", "Slow")
)
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 |
GGReport |
the reporting mode |
None
GCMS_integration()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.