readMSdata(filepath.mzXML, MSlevel=c(1), progbar=FALSE, minRT=FALSE,
maxRT=FALSE, minmz=FALSE, maxmz=FALSE, ion_mode=FALSE)
mzpick
plotMSlist
to check your data in MSlist for consistency at an early stage before further processing.Setting minRT
, maxRT
, minmz
or maxmz
allows you to filter your .mzML data.
On the one hand, this may be very useful if only being interested in certain ranges of an experiment.
On the other hand, this allows you to upload subset data of an experiment too large to be loaded into R at once.
ion_mode
allows to filter scans of a specific polarity from .mzXML files, if not set to FALSE; useful for
files acquired under polarity switching.
mzagglom