| loadRawM {Mosaic} | 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 = mzxml_pos, MSn = T, workers = 10, 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). |
rnames |
names of the xcmsRaw objects in the list returned, defaults to the filepaths of the source files. |
Note that there is an xcms function of the same name.