getAcquisitionDatemzML {peakPantheR}R Documentation

Parse acquisition date from a mzML file

Description

Extract acquisition date (''startTimeStamp'“) from a mzML file. In case of failure (or the file is not a mzML) returns NULL

Usage

getAcquisitionDatemzML(mzMLPath, verbose = TRUE)

Arguments

mzMLPath

(str) path to mzML raw data file

verbose

(bool) if TRUE message progress

Value

POSIXct or NA


[Package peakPantheR version 1.6.1 Index]