Export.PeakTable: Export.PeakTable

Description Usage Arguments Value Author(s) See Also Examples

View source: R/Perform_functions.R

Description

Export.PeakTable is used to export the table of peak

Usage

1

Arguments

mSet

mSet object, processed by FormatPeakList.

path

character, used to specify the path for result rds and csv file. Default is the working directory.#'

Value

will save metaboanalyst_input.csv into working path

Author(s)

Zhiqiang Pang zhiqiang.pang@mail.mcgill.ca, Jeff Xia jeff.xia@mcgill.ca

See Also

ExecutePlan and PerformPeakProfiling for the whole pipeline.

Examples

1
2
3
4
data(mSet);
Export.PeakTable(mSet, path = tempdir());
# delete the exported files from the tempdir with unlink
unlink(paste0(tempdir(),"/metaboanalyst_input.csv"), recursive = TRUE, force = TRUE)

xia-lab/OptiLCMS documentation built on Sept. 6, 2021, 12:36 a.m.