getmzrt2: Get the mzrt profile and group information for batch...

View source: R/deprecated.R

getmzrt2R Documentation

Get the mzrt profile and group information for batch correction and plot as a list for xcms 3 object

Description

Get the mzrt profile and group information for batch correction and plot as a list for xcms 3 object

Usage

getmzrt2(xset, name = NULL)

Arguments

xset

a XCMSnExp object with processed data

name

file name for csv file, default NULL

Value

list with rtmz profile and group information

See Also

getdata2,getupload2, getmzrt, getdoe,getmzrtcsv

Examples

## Not run: 
library(faahKO)
cdfpath <- system.file('cdf', package = 'faahKO')
xset <- getdata2(cdfpath,
ppp = xcms::MatchedFilterParam(),
rtp = xcms::ObiwarpParam(),
gpp = xcms::PeakDensityParam())
getmzrt2(xset)

## End(Not run)

enviGCMS documentation built on Feb. 16, 2023, 8:08 p.m.