get_additional_mzml_meta: Get additional mzML meta

Description Usage Arguments Value Examples

View source: R/meta_extract.R

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

1

Arguments

mzml_pth

character; mzML path

Value

dataframe of meta info

Examples

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

msPurity documentation built on Jan. 14, 2021, 2:44 a.m.