Export.PeakSummary: Export.PeakSummary

View source: R/Perform_functions.R

Export.PeakSummaryR Documentation

Export.PeakSummary

Description

Export.PeakSummary is used to export the result of peak' summary

Usage

Export.PeakSummary(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 peak_result_summary.txt 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.PeakSummary(mSet, path = tempdir());
# delete the exported files from the tempdir with unlink
unlink(paste0(tempdir(),"/peak_result_summary.txt"), recursive = TRUE, force = TRUE)

xia-lab/OptiLCMS documentation built on March 27, 2024, 11:11 a.m.