Learn R Programming

enviGCMS (version 0.5.7)

getupload2: Get the csv files to be submitted to Metaboanalyst

Description

Get the csv files to be submitted to Metaboanalyst

Usage

getupload2(xset, value = "into", name = "Peaklist")

Arguments

xset

a XCMSnExp object with processed data which you want to submitted to Metaboanalyst

value

value for `xcms::featureValues`

name

file name

Value

dataframe with data needed for Metaboanalyst if your want to perform local analysis.

See Also

getdata2,getupload, getmzrt2

Examples

Run this code
# NOT RUN {
library(faahKO)
cdfpath <- system.file('cdf', package = 'faahKO')
xset <- getdata2(cdfpath)
getupload2(xset)
# }

Run the code above in your browser using DataLab