Export.PeakTable: Export.PeakTable

View source: R/Perform_functions.R

Export.PeakTableR Documentation

Export.PeakTable

Description

Export.PeakTable is used to export the table of peak

Usage

Export.PeakTable(mSet = NULL, path = getwd())

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

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 March 27, 2024, 11:11 a.m.