met.initialize: Constructs a dataSet object for storing metabolomics data

met.initializeR Documentation

Constructs a dataSet object for storing metabolomics data

Description

This functions handles the construction of an mSetObj object for storing data for further processing and analysis. It is necessary to utilize this function to provide downstream functions with information about type of data and the type of analysis you will perform, as well as to provide the required data structure. This initialization is performed as part of the data preparation workflow met.read_data.

Usage

met.initialize(data.type = "conc", anal.type = "stat", paired = FALSE)

Arguments

data.type

(Character) The type of data, either "list" (Compound lists), "conc" (Compound concentration data), "specbin" (Binned spectra data), "pktable" (Peak intensity table), "nmrpeak" (NMR peak lists), "mspeak" (MS peak lists), or "msspec" (MS spectra data).

anal.type

(Character) Indicate the analysis module to be performed: "stat", "pathora", "pathqea", "msetora", "msetssp", "msetqea", "ts", "cmpdmap", "smpmap", or "pathinteg".

paired

(Logical) Indicate if the data is paired (TRUE) or not (FALSE).

Value

The input mSet object with imputed data at mSetObj$dataSet$data_proc.

Author(s)

Nicolas T. Wirth mail.nicowirth@gmail.com Technical University of Denmark License: GNU GPL (>= 2)

References

adapted from Initialize (https://github.com/xia-lab/MetaboAnalystR).


NicWir/VisomX documentation built on Dec. 8, 2024, 1:27 a.m.