dot-mzML2csvChunk: Write data.table of mzML/mzXML data to a .csv

Description Usage Arguments

Description

Internal function. Used by mzML2csv in an mapply function. Import data using mzML2dataTable() and write results to .csv, appending results after the first import.

Usage

1
.mzML2csvChunk(path, csvPath, scans)

Arguments

path

path or mzR pointer to the mzML file

csvPath

path to a .csv file

scans

Provide a numeric vector to import select scans and write to a .csv file. If not provided, the whole file is converted. Likely provided by .scanChunker()


pmbrophy/mzDataTable documentation built on June 6, 2020, 7:43 a.m.