Export.Annotation: Export.Annotation

Description Usage Arguments Author(s) See Also Examples

View source: R/Perform_functions.R

Description

Export.Annotation is used to export the result of annotation

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.

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
5
data(mSet)
Export.Annotation(mSet, path = tempdir())
# delete the exported files from the tempdir with unlink
unlink(paste0(tempdir(),"/annotated_peaklist.csv"), recursive = TRUE, force = TRUE);
unlink(paste0(tempdir(),"/annotated_peaklist.rds"), recursive = TRUE, force = TRUE)

Zhiqiang-PANG/OptiLCMS_web documentation built on May 1, 2021, 6:58 a.m.