getMZMLpointers: Get pointers to each mzML file.

View source: R/read_mzml.R

getMZMLpointersR Documentation

Get pointers to each mzML file.

Description

Returns instantiated mzRpwiz object associated to mzML file.

Usage

getMZMLpointers(fileInfo)

Arguments

fileInfo

(data-frame) Output of DIAlignR::getRunNames function

Value

(A list of mzRpwiz)

Author(s)

Shubham Gupta, shubh.gupta@mail.utoronto.ca

ORCID: 0000-0003-3500-8152

License: (c) Author (2019) + GPL-3 Date: 2019-12-13

Examples

dataPath <- system.file("extdata", package = "DIAlignR")
fileInfo <- getRunNames(dataPath = dataPath)
mzPntrs <- getMZMLpointers(fileInfo)

shubham1637/DIAlign documentation built on March 27, 2023, 7:12 a.m.