filenamesFromMZML: Get mzML filenames from the directory.

Description Usage Arguments Value Author(s) Examples

View source: R/get_filenames.R

Description

Reads all mzML names avaialble in the directory.

Usage

1
filenamesFromMZML(dataPath, chromFile)

Arguments

dataPath

(char) Path to xics and osw directory.

Value

A dataframe with two columns:

runName

(string) contain respective mzML names without extension.

chromatogramFile

(string) Path to the chromatogram file.

Author(s)

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

ORCID: 0000-0003-3500-8152

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

Examples

1
2
3
4
5
dataPath <- system.file("extdata", package = "DIAlignR")
## Not run: 
filenamesFromMZML(dataPath)

## End(Not run)

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