getEICs: Obtains extracted ion chromatograms (EICs)

View source: R/utils-exported.R

getEICsR Documentation

Obtains extracted ion chromatograms (EICs)

Description

This function generates one or more EIC(s) for given retention time and m/z ranges.

Usage

getEICs(file, ranges)

Arguments

file

The file path to the sample analysis data file (‘.mzXML’ or ‘.mzML’).

ranges

A data.frame with numeric columns "retmin", "retmin", "mzmin", "mzmax" with the lower/upper ranges of the retention time and m/z.

Value

A list with EIC data for each of the rows in ranges.


rickhelmus/patRoon documentation built on April 25, 2024, 8:15 a.m.