Data sets with xcms preprocessing results are provided within the xcms
package and can be loaded with the loadXcmsData function. The available
Test data sets are:
xdata: anXCMSnExp()object with the results from axcms-based pre-processing of an LC-MS untargeted metabolomics data set. The raw data files are provided in thefaahKOR package.xmse: anXcmsExperiment()object with the results from anxcms-based pre-processing of an LC-MS untargeted metabolomics data set (same original data set and pre-processing settings as for thexdatadata set). The pre-processing of this data set is described in detail in the xcms vignette of thexcmspackage.faahko_sub: anXCMSnExp()object with identified chromatographic peaks in 3 samples from the data files in thefaahKOR package.faahko_sub2: anXcmsExperiment()object with identified chromatographic peaks in 3 samples from the data files in thefaahKOR package.
Data sets can also be loaded using data, which would however require to
update objects to point to the location of the raw data files. The
loadXcmsData loads the data and ensures that all paths are updated
accordingly.
Usage
loadXcmsData(x = c("xmse", "xdata", "faahko_sub", "faahko_sub2"))