updateRawSpectraPath: updateRawSpectraPath

Description Usage Arguments Author(s) Examples

View source: R/Spectra_Utils.R

Description

updateRawSpectraPath

Usage

1

Arguments

mSet

mSet object generated by ImportRawMSData or the following functions.

newPath

Character vector, a character vector specify the absolute path of the new raw spectra files.

Author(s)

Zhiqiang Pang, Jeff Xia jeff.xia@mcgill.ca McGill University, Canada

Examples

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

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