View source: R/Spectra_Utils.R
PerformPeakFiling | R Documentation |
PerformPeakFiling
PerformPeakFiling(mSet, BPPARAM = bpparam())
mSet |
the mSet object generated by PerformPeakPicking function. |
BPPARAM |
parallel method used for data processing. Default is bpparam(). |
will return an mSet object with peak gaps filled
Zhiqiang Pang, Jeff Xia jeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)
Smith, C.A. et al. 2006. Analytical Chemistry, 78, 779-787
data(mSet);
newPath <- dir(system.file("mzData", package = "mtbls2"),
full.names = TRUE, recursive = TRUE)[c(10, 11, 12)]
mSet <- updateRawSpectraPath(mSet, newPath);
SetGlobalParallel(1);
mSet <- PerformPeakFiling(mSet);
register(bpstop());
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.