PerformPeakAlignment: PerformPeakAlignment

View source: R/Spectra_Utils.R

PerformPeakAlignmentR Documentation

PerformPeakAlignment

Description

PerformPeakAlignment

Usage

PerformPeakAlignment(mSet)

Arguments

mSet

the mSet object generated by PerformPeakPicking function.

Value

will return an mSet object with peak aligned done

Author(s)

Zhiqiang Pang, Jeff Xia jeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)

References

Smith, C.A. et al. 2006. Analytical Chemistry, 78, 779-787

Examples

data(mSet);
newPath <- dir(system.file("mzData", package = "mtbls2"),
               full.names = TRUE, recursive = TRUE)[c(10, 11, 12)]
mSet <- updateRawSpectraPath(mSet, newPath);
mSet <- PerformPeakAlignment(mSet);

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