loadRawM {Mosaic}R Documentation

loadRawM

Description

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.

Usage

loadRawM(filelist = mzxml_pos, MSn = T, workers = 10, rnames = filelist)

Arguments

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.

Details

Note that there is an xcms function of the same name.


[Package Mosaic version 0.7.0 Index]