getMZMLpointers {DIAlignR} | R Documentation |
Returns instantiated mzRpwiz object associated to mzML file.
getMZMLpointers(fileInfo)
fileInfo |
(data-frame) Output of DIAlignR::getRunNames function |
(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") fileInfo <- getRunNames(dataPath = dataPath) mzPntrs <- getMZMLpointers(fileInfo)