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 thefaahKO
R 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 thexdata
data set). The pre-processing of this data set is described in detail in the xcms vignette of thexcms
package.faahko_sub
: anXCMSnExp()
object with identified chromatographic peaks in 3 samples from the data files in thefaahKO
R package.faahko_sub2
: anXcmsExperiment()
object with identified chromatographic peaks in 3 samples from the data files in thefaahKO
R 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"))