convert: Convert MRM-MS files to LC-MS style files

Description Usage Arguments Details Author(s)

Description

Convert MRM-MS .mzML files which contain a series of time-intensity pairs (chromatograms) to a series of LC-MS scan style m/z-intensity pairs.

Usage

1
convert(input, outpath, return = FALSE)

Arguments

input

a character stirng of the absolute file path of a MRM-MS .mzML file

outpath

a character string of the location to save converted files to. If NULL then return must be TRUE

return

logical; if TRUE then the 'peaks' list is returned from the function. Default is FALSE.

Details

Once the data is represented as a matrix of m/z and intensity pairs for each scan; the data can be further processed by open source tools such as xcms.

Author(s)

Tom Wilson tpw2@aber.ac.uk


wilsontom/MRMConverteR documentation built on May 20, 2019, 5:59 p.m.