grabMzxmlMS2: Extract the MS2 data from an mzXML nodeset

View source: R/grabMzxmlFunctions.R

grabMzxmlMS2R Documentation

Extract the MS2 data from an mzXML nodeset

Description

Extract the MS2 data from an mzXML nodeset

Usage

grabMzxmlMS2(xml_data, file_metadata, rtrange)

Arguments

xml_data

An 'xml2' nodeset, usually created by applying 'read_xml' to an mzXML file.

file_metadata

Information about the file used to decode the binary arrays containing m/z and intensity information.

rtrange

A vector of length 2 containing an upper and lower bound on retention times of interest. Providing a range here can speed up load times (although not enormously, as the entire file must still be read) and reduce the final object's size.

Value

A 'data.table' with columns for retention time (rt), precursor m/z (mz), fragment m/z (fragmz), collision energy (voltage), and intensity (int).


RaMS documentation built on Dec. 28, 2022, 2:26 a.m.