Export.PeakSummary: Export.PeakSummary

Description Usage Arguments Value Author(s) See Also Examples

View source: R/Perform_functions.R

Description

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

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 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

1
2
3
4
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 Sept. 6, 2021, 12:36 a.m.