| getMZMLpointers {DIAlignR} | R Documentation |
Returns instantiated mzRpwiz object associated to mzML file.
getMZMLpointers(dataPath, runs)
dataPath |
(char) path to mzml and osw directory. |
runs |
(A vector of string) names of mzml file without extension. Vector must have names as shown in the example. |
(A list of mzRpwiz)
Shubham Gupta, shubh.gupta@mail.utoronto.ca
ORCID: 0000-0003-3500-8152
License: (c) Author (2019) + GPL-3 Date: 2019-12-13
dataPath <- system.file("extdata", package = "DIAlignR")
runs <- c("run0" = "hroest_K120808_Strep10%PlasmaBiolRepl1_R03_SW_filt",
"run1" = "hroest_K120809_Strep0%PlasmaBiolRepl2_R04_SW_filt")
mzPntrs <- getMZMLpointers(dataPath = dataPath, runs = runs)