View source: R/Perform_functions.R
Export.PeakSummary | R Documentation |
Export.PeakSummary is used to export the result of peak' summary
Export.PeakSummary(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 peak_result_summary.txt 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.PeakSummary(mSet, path = tempdir());
# delete the exported files from the tempdir with unlink
unlink(paste0(tempdir(),"/peak_result_summary.txt"), recursive = TRUE, force = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.