View source: R/general_misc_utils.R
XSet2MSet | R Documentation |
This function converts processed raw LC/MS data from XCMS to a usable data object (mSet) for MetaboAnalyst. The immediate next step following using this function is to perform a SanityCheck, and then further data processing and analysis can continue.
XSet2MSet(xset, dataType, analType, paired = F, format, lbl.type)
xset |
The name of the xcmsSet object created. |
dataType |
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). |
analType |
Indicate the analysis module to be performed: stat, pathora, pathqea, msetora, msetssp, msetqea, mf, cmpdmap, smpmap, or pathinteg. |
paired |
Logical, is data paired (T) or not (F). |
format |
Specify if samples are paired and in rows (rowp), unpaired and in rows (rowu), in columns and paired (colp), or in columns and unpaired (colu). |
lbl.type |
Specify the data label type, either categorical (disc) or continuous (cont). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.