loadRawM | R Documentation |
TIME CONSUMING. This step does not need to be repeated when adjusting other parameters (e.g. feature list, EIC ppm or RT) Generates an R-readable data structure (a list of xcmsRaw objects) in memory from MS data files defined in the file list.
loadRawM(filelist, MSn = T, workers = 1, rnames = filelist)
filelist |
a list of mzXML or mzML files (character vector) |
MSn |
should MSn data be read in? defaults to TRUE |
workers |
How many cores to use (cf. BiocParallel and SnowParam, argument only used if more than 10 files are loaded). NOTE: this argument is now ignored (calls bpparam() internally) |
rnames |
names of the xcmsRaw objects in the list returned, defaults to the filepaths of the source files. |
This is a wrapper for xcms::loadRaw
that can process
multiple filenames at a time and supports parallel processing
a list of xcmsRaw
objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.