Papers
Topics
Authors
Recent
Search
2000 character limit reached

Extracted Ion Chromatograms (XICs)

Updated 11 March 2026
  • Extracted Ion Chromatograms (XICs) are one-dimensional or multichannel time series capturing ion intensities in a defined m/z range, essential for peptide/protein quantification.
  • They are generated by summing or selecting peak intensities from LC-MS data, using configurable mass windows and retention time filters to improve specificity.
  • XIC processing involves noise filtering, peak detection, and area integration, forming the basis for both label-free and labeling-based quantitative proteomics.

An extracted ion chromatogram (XIC) is a signal processing construct central to quantitative liquid chromatography–mass spectrometry (LC–MS) proteomics. It represents the time-series of summed (or maximal) ion intensities measured within a narrow mass-to-charge (m/z) window around a target analyte’s monoisotopic mass, as a function of retention time (RT) during chromatographic separation. XICs are the foundational data structure for label-free and labeling-based quantification pipelines, enabling sensitive and specific peptide/protein abundance estimation across large sets of LC–MS runs (Valot et al., 2011, Xu et al., 2020).

1. Definitions, Formulation, and Data Structure

An extracted ion chromatogram (XIC) is a one-dimensional or multichannel time series, Ixic(t)I_\mathrm{xic}(t), for a target m/z interval centered at m/z0m/z_0:

Ixic(t)=m/z0Δm/2m/z0+Δm/2I(m/z,t)d(m/z)I_\mathrm{xic}(t) = \int_{m/z_0 - \Delta m/2}^{m/z_0 + \Delta m/2} I(m/z, t)\,d(m/z)

where I(m/z,t)I(m/z, t) is the raw intensity at (m/z,t)(m/z, t); Δm\Delta m is the extraction window (configurable in Th or ppm) (Valot et al., 2011).

Within data-independent acquisition (DIA), the XIC formalism generalizes to high-dimensional time series, XRT×CX \in \mathbb{R}^{T \times C}: TT RT sampling points and CC channels (typically one precursor (MS¹) and MM fragment (MS²) ions) (Xu et al., 2020). The XIC thus encodes the time-varying, channel-resolved elution profile of each peptide, forming the basis of both quantification and identification.

2. Extraction Methodology and Algorithmic Workflow

2.1 Data Input and Target Specification

XIC extraction is performed over centroid or profile-mode LC–MS data, parsed directly from standard open formats such as mzXML or mzML. Target peptides can be specified via MS/MS identifications or as explicit (m/z, RT) pairs, supporting both discovery and targeted quantification modes (Valot et al., 2011).

2.2 Extraction Algorithms

For each peptide, in each run:

  • Each scan at time tt is queried for all m/zm/z bins within [m/z0Δm/2,m/z0+Δm/2][m/z_0-\Delta m/2,\,m/z_0+\Delta m/2].
  • The XIC intensity may be:
    • Sum (“TIC‐style”): Summed intensities within the window.
    • Max (“base‐peak‐style”): Peak intensity only.
    • The mass window Δm\Delta m may be set to 0.3\sim0.3 Th for low-resolution, 10\sim10 ppm for high-resolution data. Optionally, extraction is restricted to RT sub-windows Δt\Delta t around expected RT to improve computational performance and reduce noise (Valot et al., 2011).

In DIA data, the extraction yields multichannel time series X=[x1;x2;;xT]X = [x_1; x_2;\ldots; x_T] with xtRCx_t \in \mathbb{R}^C, enabling joint analysis across co-eluting precursor and fragment ions (Xu et al., 2020).

3. Signal Processing, Peak Detection, and Quantification

3.1 XIC Filtering

The raw XIC trace Ixic(t)I_\mathrm{xic}(t) undergoes:

  • Spike removal to eliminate high-frequency artifacts.
  • Baseline correction using moving median/min-max filters.
  • Smoothing (e.g., moving average) for noise suppression.
  • Morphological operations (flat structuring element): closing removes valleys (preserving maxima), opening removes spikes (preserving minima) (Valot et al., 2011).

3.2 Peak Detection

Local maxima exceeding a configurable threshold in the morphologically closed trace are candidate peaks. Peak boundaries are set by local minima or threshold crossings in the closed trace. Peaks with insufficient support in the opened trace at the same tt are discarded for specificity.

In advanced workflows (DIA, large-scale studies), peak detection in XICs is cast as a multivariate time-series segmentation problem: Given channel-resolved XRT×CX \in \mathbb{R}^{T \times C}, a model predicts a binary mask yty_t indicating peak regions, with formulation supporting class imbalance via focal loss (Xu et al., 2020).

3.3 Quantification by Area Integration

For a detected peak with apex at tapext_\mathrm{apex} and boundaries (tstart,tend)(t_\mathrm{start}, t_\mathrm{end}), area under the peak:

A=tstarttendIraw(t)dtA = \int_{t_\mathrm{start}}^{t_\mathrm{end}} I_\mathrm{raw}(t) \, dt

Practically, sampling necessitates numerical quadrature (trapezoidal rule):

Ak=startend112[Iraw(tk)+Iraw(tk+1)](tk+1tk)A \approx \sum_{k=\mathrm{start}}^{\mathrm{end-1}} \frac{1}{2}\left[ I_\mathrm{raw}(t_k) + I_\mathrm{raw}(t_{k+1}) \right] (t_{k+1} - t_k)

The area is proportional to analyte abundance, forming the basis for downstream statistical analyses (Valot et al., 2011).

4. Alignment, Peak Matching, and Cross-Run Integration

Alignment is required to mitigate RT shifts and batch effects across runs. Two strategies are prevalent (Valot et al., 2011):

  • MS/MS-based Alignment: Identifies common reference peptides between a reference run and each run RiR_i; corrects each RT using local linear interpolation of RT deltas.
  • OBI-Warp Alignment: Computes a bijective warping function w(t)w(t) between full MS profiles to globally minimize

minw(k,)pathIref(k)Ii()2\min_w \sum_{(k,\ell)\in\mathrm{path}} \|I_\mathrm{ref}(k) - I_i(\ell)\|^2

Subject to monotonicity and bijectivity constraints.

Peak matching then assigns each aligned apex tapext_\mathrm{apex} in RiR_i to a peptide pp if it is within the boundaries detected in the reference.

5. Applications, Parameterization, and Performance Metrics

5.1 Typical Applications

  • Quantitative Proteomics: Label-free or labeling-based pipeline quantification (Valot et al., 2011).
  • Automated Peak Picking: In high-throughput DIA, sophisticated segmentation models (CNN, Transformer, Conformer) directly analyze multi-channel XICs for automated detection (Xu et al., 2020).

5.2 Parameterization

Critical parameters include:

  • Mass extraction window: 0.3 Th (LR), 10 ppm (HR).
  • Smoothing and spike filter windows: e.g., half-window sizes of 3–5 scans.
  • Morphological structuring elements: filter half-edges.
  • Detection thresholds: e.g., 5,000 for local maxima. These are declared as XML configuration for reproducibility (Valot et al., 2011).

5.3 Performance and Validation

  • Technical reproducibility: CV = 1.31% (HR), 1.40% (LR).
  • Linearity: mean correlation r>0.98r > 0.98 over extended dynamic range.
  • In supervised DIA peak segmentation (Conformer-S), average precision (AP) = 90.20%, average recall (AR) = 66.13%; in semisupervised mode (Conformer-SS), AR rises to 72.12% (Xu et al., 2020).

6. Advances in Automated Peak Segmentation and Future Directions

Recent developments have reframed XIC peak detection as time-series segmentation. Neural architectures integrating local-context convolutions and global self-attention (e.g., convolutional self-attention Transformers—Conformers) offer robust peak localization, outperforming baseline CNNs and vanilla Transformers, especially under conditions of ambiguous or noisy signals (Xu et al., 2020). Further, semisupervised strategies such as FixMatch enable model training on scale with limited manual annotation. This enables high-precision, data-adaptive peak extraction, and cross-run transferability.

Challenges remain in boundary annotation accuracy, RT windowing, and detection of low-abundance features. Extension to additional data modalities (e.g., ion mobility, charge states) and development of multi-stage or self-supervised frameworks are ongoing areas of research.

7. Cross-Disciplinary Relevance and Configurability

XIC-based workflows have broad applicability:

  • High-throughput proteomics, enabling multiplexed, instrument-agnostic quantification (Valot et al., 2011).
  • Large-scale studies with open data formats, transparent XML-based configuration, and modular integration into diverse proteomic pipelines. A key strength is parameter tunability and traceability of processing steps, ensuring scalability and reproducibility across instrument platforms and experimental designs.

References:

(Valot et al., 2011, Xu et al., 2020)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to eXtracted Ion Chromatograms (XICs).