Description Usage Arguments Value Examples
View source: R/GC-MS functions.R
This is a function for peak integration according to the IDs in identification summary
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")
)
|
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
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.