LoadData: Load an LC-MS data file.

View source: R/IO.R

LoadDataR Documentation

Load an LC-MS data file.

Description

This function handles the task of reading a NetCDF/mzXML file containing LC-MS data.

Usage

LoadData(filename)

Arguments

filename

The path of LC-MS data file

Value

A LIST of:

mz

The vector of m/z values.

scans

The vector of scan indexes.

ints

The vector of intensity values.

times

The vector of unique time points.


hcji/KPIC2 documentation built on Aug. 23, 2022, 1:42 p.m.