getMZMLpointers: Get pointers to each mzML file.

Description Usage Arguments Value Author(s) Examples

View source: R/read_mzml.R

Description

Returns instantiated mzRpwiz object associated to mzML file.

Usage

1
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

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

Roestlab/DIAlignR documentation built on March 3, 2021, 9:09 a.m.