Arguments available in xcmsSet()

I list a number of arguments available in xcmsSet().

Arguments for Feature Detection

Arguments

Definition

method

centWave: Highly sensitive feature detection using a peak density and wavelet based method. Applicable for high resolution LC/MS data in centroid mode.
matchedFilter: Find peaks in the chromatographic time domain of the profile matrix using "matched filter" method.
default value: centWave

ppm
[ppm]

maximal tolerated m/z deviation in consecutive scans, in ppm (parts per million)
default value: 10

minimum peak width
[peakwidth = c(##, )]

minimum chromatographic peak width in seconds.
note: must be less than max peak width.
default value: 5

maximum peak width
[peakwidth = c(,##)]

maximum chromatographic peak width in seconds
note: must be greater than min peak width.
default value: 20

Signal/Noise threshold
[snthresh]

Signal/Noise threshold
default value: 6

mzdiff
[mzdiff]

minimum difference in m/z for peaks with overlapping retention times, can be negative to allow overlap
default value: 0.01

Integration method
[integrate]

Integration method.
If =1 peak limits are found through descent on the mexican hat filtered data,
if =2 the descent is done on the real data.
Method 2 is very accurate but prone to noise, while method 1 is more robust to noise but less exact.
default value: 1

prefilter peaks
[prefilter = c(##, )]

Prefilter step for the first phase. Mass traces are only retained if they contain at least [prefilter peaks] peaks with intensity >= [prefilter intensity]
default value: 3

prefilter intensity
[prefilter = c(,##)]

Prefilter step for the first phase. Mass traces are only retained if they contain at least [prefilter peaks] peaks with intensity >= [prefilter intensity]
default value: 100

Noise Filter
[noise]

Optional argument which is useful for data that was centroided without any intensity threshold, centroids with intensity < noise are omitted from ROI detection
default value: 100

Arguments for Retention Time Correction

Arguments

Definition

Method

obiwarp: Retention time correction method based on correlations of the raw data.
peakgroups: use "well behaved" peak groups and nonlinear regression to calculate retention time deviations for every time point of each sample.

profStep

step size (in m/z) to use for profile generation from the raw data files.
default value: 1

Arguments for Aligment

Arguments

Definition

bw

Allowable retention time deviations, in seconds. In more detail: bandwidth (standard deviation or half width at half maximum) of gaussian smoothing kernel to apply to the peak density chromatogram.
default value: 5

minfrac

minimum fraction of samples necessary in at least one of the sample groups for it to be a valid group.
default value: 0.5

mzwid

width of overlapping m/z slices to use for creating peak density chromatograms and grouping peaks across samples.
default value: 0.15

minsamp

minimum number of samples necessary in at least one of the sample groups for it to be a valid group
default value: 1

max

maximum number of groups to identify in a single m/z slice
default value: 100

Arguments for Statistics

Arguments

Definitions

Statistical test

Statistical test method: Welch t-test (unequal variances) or Wilcoxon Rank Sum test.
default: Kruskal-Wallis non-parametric.
another option: ANOVA (parametric)

Perform paired test

The selected statistical test is performed as a paired test. The sample pairs need to be specified.

Perform post-hoc analysis

Perform post-hoc analysis [multigroup only]
default: True

p-value threshold (highly significant features)

statistical figures (e.g. Mirror plot) are generated using only the dysregulated features according to this threshold.
default: 0.001

fold change threshold (highly significant features)

Features with a fold change greater than this threshold are considered highly significant. Some statistical figures (e.g. Mirror plot) are generated using only the dysregulated features according to this threshold.
default: 1.5

p-value threshold (significant features)

Features with a p-value less than this threshold are not considered significant and are omitted from some calculations to save time and space. EIC's, annotations and database ID's are not generated for features with p-values above this threshold. default: 0.05

value

intensity values to be used for the diffreport.
If value="into", integrated peak intensities are used.
If value="maxo", maximum peak intensities are used.
default: into

Arguments for Annotation

Title Left

Title Right

ppm

ppm error
default: 5

m/z absolute error

m/z absolute error
default: 0.015

Search for

Search for
1.) just isotopic features or
2.) isotopic features and adducts formations, dimers, trimers, neutral losses, etc. WARNING: searching for all adducts can increase the total processing time by approximately 50 %
default: isotopes+adducts
option: isotopes