get_additional_mzml_meta: Get additional mzML meta

View source: R/meta_extract.R

get_additional_mzml_metaR Documentation

Get additional mzML meta

Description

Extract the filter strings 'accession MS:1000512' from an mzML file. Called header in thermo software. Enables quick access to various information regarding each scan

Usage

get_additional_mzml_meta(mzml_pth)

Arguments

mzml_pth

character; mzML path

Value

dataframe of meta info

Examples

mzml_pth <- system.file("extdata", "dims", "mzML", 'B02_Daph_TEST_pos.mzML', package="msPurityData")
meta_df <- get_additional_mzml_meta(mzml_pth)

computational-metabolomics/msPurity documentation built on Sept. 8, 2023, 8:04 p.m.