metaboliteTable: Metabolite table generator

Description Usage Arguments Value Author(s) See Also Examples

View source: R/metaboliteTable.R

Description

Takes a MAIT-class object and builds a table with the information related to the significant features and their possible identifications.

Usage

1
2
metaboliteTable(MAIT.object,
                printCSVfile = FALSE)

Arguments

MAIT.object

A MAIT-class object where significant features have already been found.

printCSVfile

A boolean parameter. Set to TRUE if a csv file should be written with the metabolite table.

Value

An output table is stored in the folder (working directory)/Tables/SearchTable.csv having the fields:

Author(s)

Francesc Fernandez, francesc.fernandez.albert@upc.edu

See Also

identifyMetabolites spectralAnova spectralTStudent

Examples

1
2
3
4
5
data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
MAIT<-Biotransformations(MAIT.object = MAIT, peakPrecision = 0.005)
MAIT <- identifyMetabolites(MAIT.object = MAIT, peakTolerance = 0.005,polarity="positive")
head(metaboliteTable(MAIT))

MAIT documentation built on Nov. 8, 2020, 5:43 p.m.