Get the mzrt profile and group information for batch correction and plot as a list for xcms 3 object
Source:R/deprecated.R
getmzrt2.Rd
Get the mzrt profile and group information for batch correction and plot as a list for xcms 3 object
Examples
if (FALSE) { # \dontrun{
library(faahKO)
cdfpath <- system.file('cdf', package = 'faahKO')
xset <- getdata2(cdfpath,
ppp = xcms::MatchedFilterParam(),
rtp = xcms::ObiwarpParam(),
gpp = xcms::PeakDensityParam())
getmzrt2(xset)
} # }