table_xcms: Process 'xcmsSet'

Description Usage Arguments Value Note Author(s) Examples

Description

Function that properly converts an xcmsSet object, from package xcms, into a table of peaks.

Usage

1

Arguments

xcms_obj

An xcmsSet object

Value

peak_table

Data frame extracted from the xcmsSet object. The first two columns represent mass and retention time of the related peaks

Note

The output data frame, required by other functions of the IsotopicLabelling R package, can be obtained in a number of other independent ways, such as through proprietary software of the vendor of the MS instrument.

Author(s)

Ruggero Ferrazza

Examples

1
2
data(xcms_obj)
peak_table <- table_xcms(xcms_obj) 

RuggeroFerrazza/Lab_Project documentation built on May 9, 2019, 10:36 a.m.