View source: R/Perform_functions.R
Export.PeakTable | R Documentation |
Export.PeakTable is used to export the table of peak
Export.PeakTable(mSet = NULL, path = getwd())
mSet |
mSet object, processed by FormatPeakList. |
path |
character, used to specify the path for result rds and csv file. Default is the working directory.#' |
will save metaboanalyst_input.csv into working path
Zhiqiang Pang zhiqiang.pang@mail.mcgill.ca, Jeff Xia jeff.xia@mcgill.ca
ExecutePlan
and PerformPeakProfiling
for the whole pipeline.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.