View source: R/fct_load_data.R
load_spectra_data | R Documentation |
Loads spectra data in mzML or mzXML format using the xcms package.
load_spectra_data(datadir, metadata, format = "mzML", mode = "onDisk")
datadir |
Path to the directory containing the data files. |
metadata |
Contains sample information. Each row represents a sample and columns contain metadata information. |
format |
Specifies the format of the data files. Default is 'mzML'. Supported formats include 'mzML' and 'mzXML'. |
mode |
Specifies the mode of operation. Default is 'onDisk'. Other modes depend on xcms package capabilities. |
Load Spectra data This function is intended to load the spectra data in mzML or mzXML format using the xcms package
An object containing the loaded spectra data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.