## analysis of an xset object
data(threeStdsDB)
data(FEMsettings)
data(GCresults) ## pre-compiled results
names(GCresults)
## Not run:
# if (require(metaMSdata)) {
# ## object GCresults is created by
# cdfdir <- system.file("extdata", package = "metaMSdata")
# cdffiles <- list.files(cdfdir, pattern = "_GC_",
# full.names = TRUE, ignore.case = TRUE)
# GCresults <- runGC(files = cdffiles, settings = TSQXLS.GC, DB = DB,
# returnXset = TRUE)
#
# ## to start directly from the XCMS/CAMERA results and not include
# ## peak picking in the pipeline, simply provide the "xset" argument
# ## rather than the "files" argument.
#
# ## no annotation database
# result.noannot <- runGC(xset = GCresults$xset, settings = TSQXLS.GC)
# }
# ## End(Not run)
Run the code above in your browser using DataLab