Description Usage Arguments Details Value Author(s) See Also
A wrapper combining data upload, partitioning, EIC clustering and EIC peak detection from readMSdata
,
mzagglom
, mzclust
and mzpick
.
1 2 3 4 | enviPickwrap(filepath.mzXML, MSlevel=c(1), dmzgap=15, dmzdens=4, ppm=TRUE,
drtgap=500, drtsmall=20, drtdens=250, drtfill=10, drttotal=200, minpeak=4,
recurs=3, weight=2, SB=3, SN=2, minint=1E5, maxint=1E7, ended=2,
ion_mode=FALSE, progbar=FALSE)
|
filepath.mzXML |
Path to the .mzXML file to be read, |
MSlevel |
numeric 1 (MS) or 2 (MS-MS), |
dmzgap |
m/z gap width for partitioning, |
dmzdens |
Maximum measurement deviation (+/-) of m/z within an EIC, |
ppm |
|
drtgap |
RT gap width for partitioning, |
drtsmall |
Peak definition - RT window of a peak; cp. |
drtdens |
Maximum length of EICs, |
drtfill |
RT gap length to be filled, |
drttotal |
Maximum RT length of a single peak, |
minpeak |
Peak definition - minimum number of measurements per peak to found in windows of |
recurs |
Maximum number of peaks within one EIC, |
weight |
Weight for assigning measurements to a peak, |
SB |
Signal-to-base ratio, |
SN |
Signal-to-noise ratio, |
minint |
Minimum intensity of a peak, |
maxint |
Peaks above this intensity are alwas included, regardless of checks for |
ended |
Within the peak detection recursion set by argument |
ion_mode |
"positive" or "negative" ionization. Otherwise set to FALSE, see details. |
progbar |
Show a progress bar (TRUE or FALSE)? May only work under Windows OS. |
For further details on the parameter settings, please refer to the arguments of the underlying functions readMSdata
,
mzagglom
, mzclust
and mzpick
.
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.
MSlist
State |
MSlist[[1]]: tags the individual steps the MSlist has undergone for peak picking. |
Parameters |
MSlist[[2]]: saves the parameter settings. |
Results |
MSlist[[3]]: saves the result summary values |
Scans |
MSlist[[4]]: matrix with raw measurements (m/z, intensity, RT) and tags for partitions, EIC cluster or individual peaks. |
Partition_Index |
MSlist[[5]]: Index assigning partitions to sections in the raw measurment of MSlist[[4]]. Required for fast (random) access, e.g., plotting. |
EIC_index |
MSlist[[6]]: Index assigning EIC clusters to sections in the raw measurment of MSlist[[4]]. Required for fast access. |
Peak_index |
MSlist[[7]]: Index assigning picked peaks to sections in the raw measurment of MSlist[[4]]. Required for fast access. |
Peaklist |
MSlist[[8]]: Final peak list, cp. |
Martin Loos
readMSdata
mzagglom
mzclust
mzpick
plotMSlist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.