ms-signal-correction-strategy-selection
Summary
Selecting and applying intensity drift correction strategies to mass spectrometry datasets to remove systematic signal artifacts and ensure accurate quantification. This skill addresses the common problem of signal intensity drifting over long measurement sequences by choosing from multiple correction methods suited to the dataset's characteristics.
When to use
Apply this skill when you have loaded raw MS intensity tables into QuantyFey and observe or suspect intensity drift artifacts across your measurement sequence. Drift is especially likely in long-running targeted MS experiments where calibration curves or internal standards show systematic variation over time. Use this skill before proceeding to final quantification when external calibration is applied.
When NOT to use
- Input is already a drift-corrected or preprocessed intensity table from another software pipeline
- Measurement sequence has no detectable temporal drift or shows only random noise
- Dataset lacks internal standards or calibration reference data needed for most correction strategies
Inputs
- Raw MS intensity table (tab-separated or Excel format compatible with Shiny)
- Measurement sequence metadata (sample order, timing, calibration point positions)
- Internal standard intensities (if applying IS correction)
- Calibration curve data with known concentrations
Outputs
- Corrected intensity table with drift artifacts removed
- Corrected intensity data in standard MS quantification format (exportable)
- Drift correction model parameters and metadata
- Visualizations showing before/after drift profiles
How to apply
Load your raw MS intensity table into the QuantyFey Shiny application. Inspect the intensity profiles across your measurement sequence to identify drift patterns. Select one or more drift correction strategies from QuantyFey's available methods: Internal Standard (IS) correction (uses stable labeled standards to normalize signal), Drift Correction using statistical models (fits temporal trends), Custom Bracketing (assigns calibration data to predefined blocks of the sequence), or Weighted Bracketing (weights calibration curves based on sample position between calibration points). Use the Interactive Regression Model Optimization module to manually adjust model selection (linear vs. quadratic), standard levels, and weights if needed, or invoke the Automatic Optimization Module to automatically select the best linear or quadratic regression model and appropriate standards. Generate the corrected intensity table with drift artifacts removed and export in standard MS quantification format. The rationale is that different correction strategies suit different drift profiles: IS correction handles instrumental drift well; bracketing methods handle time-dependent calibration drift; statistical models capture non-linear drift.
Related tools
- QuantyFey (Shiny application providing interactive selection, application, and optimization of intensity drift correction strategies for mass spectrometry data) — https://github.com/CDLMarkus/QuantyFey
Evaluation signals
- Corrected intensity values show reduced or eliminated temporal trend across the measurement sequence when plotted against sample order
- Internal consistency check: replicates or QC samples show smaller coefficient of variation after correction compared to before
- Regression model fit improves (R² increases, residuals are randomly distributed) after applying the selected correction strategy
- Exported corrected intensity table is in valid MS quantification format and is importable by downstream quantification software
- Visual inspection of before/after drift profiles confirms removal of systematic signal decay, rise, or curvature while preserving biological/sample variation
Limitations
- QuantyFey standalone version is compatible with Windows operating systems only; Linux and macOS users require the Apptainer containerized version which is slower and more complex to set up on macOS
- Correction strategies assume external calibration framework; internal calibration approaches are not supported
- Automatic Optimization Module is limited to selection between linear and quadratic regression models; more complex non-parametric drift patterns may require manual Interactive Regression Model Optimization
- Strategy effectiveness depends on quality and positioning of internal standards or calibration points; sparse or poorly-distributed calibration data may degrade correction performance
- No changelog is available, limiting visibility into method refinements or known issues across versions
Evidence
- [readme] QuantyFey is a Shiny application for the visualization, analysis, and quantification of mass spectrometry (MS) data: "QuantyFey is a Shiny application for the visualization, analysis, and quantification of mass spectrometry (MS) data"
- [readme] It is specifically designed to address intensity drifts in datasets, offering multiple correction strategies: "It is specifically designed to address intensity drifts in datasets, offering multiple correction strategies to ensure accurate quantification"
- [readme] Drift correction methods offered include Internal Standard correction, statistical model-based Drift Correction, Custom Bracketing, and Weighted Bracketing: "commonly applied drift correction methods: Internal Standard (IS) correction, Drift Correction using statistical models, Custom Bracketing Quantification (Assigning calibration data to predefined"
- [readme] Interactive and Automatic Optimization capabilities for regression model selection: "Interactive Regression Model Optimization - manual adjustment of model, weights, standard levels etc. Automatic Optimization Module - automatic selection of linear or quadratic regression model"
- [other] Corrected data is exported in standard MS quantification format: "Generate corrected intensity table with drift artifacts removed. 4. Export corrected intensity data in standard MS quantification format"
- [readme] Windows-only compatibility for standalone version: "QuantyFey is compatible with Windows operating systems only"
- [readme] Apptainer version available for Linux with caveats for macOS: "The apptainer version is recommanded for running on Linux systems. For MacOS Systems, this version is generally slow and difficult to setup"
1---2name: ms-signal-correction-strategy-selection3description: Use when you have loaded raw MS intensity tables into QuantyFey and observe or suspect intensity drift artifacts across your measurement sequence. Drift is especially likely in long-running targeted MS experiments where calibration curves or internal standards show systematic variation over time.4license: CC-BY-4.05---67# ms-signal-correction-strategy-selection89## Summary1011Selecting and applying intensity drift correction strategies to mass spectrometry datasets to remove systematic signal artifacts and ensure accurate quantification. This skill addresses the common problem of signal intensity drifting over long measurement sequences by choosing from multiple correction methods suited to the dataset's characteristics.1213## When to use1415Apply this skill when you have loaded raw MS intensity tables into QuantyFey and observe or suspect intensity drift artifacts across your measurement sequence. Drift is especially likely in long-running targeted MS experiments where calibration curves or internal standards show systematic variation over time. Use this skill before proceeding to final quantification when external calibration is applied.1617## When NOT to use1819- Input is already a drift-corrected or preprocessed intensity table from another software pipeline20- Measurement sequence has no detectable temporal drift or shows only random noise21- Dataset lacks internal standards or calibration reference data needed for most correction strategies2223## Inputs2425- Raw MS intensity table (tab-separated or Excel format compatible with Shiny)26- Measurement sequence metadata (sample order, timing, calibration point positions)27- Internal standard intensities (if applying IS correction)28- Calibration curve data with known concentrations2930## Outputs3132- Corrected intensity table with drift artifacts removed33- Corrected intensity data in standard MS quantification format (exportable)34- Drift correction model parameters and metadata35- Visualizations showing before/after drift profiles3637## How to apply3839Load your raw MS intensity table into the QuantyFey Shiny application. Inspect the intensity profiles across your measurement sequence to identify drift patterns. Select one or more drift correction strategies from QuantyFey's available methods: Internal Standard (IS) correction (uses stable labeled standards to normalize signal), Drift Correction using statistical models (fits temporal trends), Custom Bracketing (assigns calibration data to predefined blocks of the sequence), or Weighted Bracketing (weights calibration curves based on sample position between calibration points). Use the Interactive Regression Model Optimization module to manually adjust model selection (linear vs. quadratic), standard levels, and weights if needed, or invoke the Automatic Optimization Module to automatically select the best linear or quadratic regression model and appropriate standards. Generate the corrected intensity table with drift artifacts removed and export in standard MS quantification format. The rationale is that different correction strategies suit different drift profiles: IS correction handles instrumental drift well; bracketing methods handle time-dependent calibration drift; statistical models capture non-linear drift.4041## Related tools4243- **QuantyFey** (Shiny application providing interactive selection, application, and optimization of intensity drift correction strategies for mass spectrometry data) — https://github.com/CDLMarkus/QuantyFey4445## Evaluation signals4647- Corrected intensity values show reduced or eliminated temporal trend across the measurement sequence when plotted against sample order48- Internal consistency check: replicates or QC samples show smaller coefficient of variation after correction compared to before49- Regression model fit improves (R² increases, residuals are randomly distributed) after applying the selected correction strategy50- Exported corrected intensity table is in valid MS quantification format and is importable by downstream quantification software51- Visual inspection of before/after drift profiles confirms removal of systematic signal decay, rise, or curvature while preserving biological/sample variation5253## Limitations5455- QuantyFey standalone version is compatible with Windows operating systems only; Linux and macOS users require the Apptainer containerized version which is slower and more complex to set up on macOS56- Correction strategies assume external calibration framework; internal calibration approaches are not supported57- Automatic Optimization Module is limited to selection between linear and quadratic regression models; more complex non-parametric drift patterns may require manual Interactive Regression Model Optimization58- Strategy effectiveness depends on quality and positioning of internal standards or calibration points; sparse or poorly-distributed calibration data may degrade correction performance59- No changelog is available, limiting visibility into method refinements or known issues across versions6061## Evidence6263- [readme] QuantyFey is a Shiny application for the visualization, analysis, and quantification of mass spectrometry (MS) data: "QuantyFey is a Shiny application for the visualization, analysis, and quantification of mass spectrometry (MS) data"64- [readme] It is specifically designed to address intensity drifts in datasets, offering multiple correction strategies: "It is specifically designed to address intensity drifts in datasets, offering multiple correction strategies to ensure accurate quantification"65- [readme] Drift correction methods offered include Internal Standard correction, statistical model-based Drift Correction, Custom Bracketing, and Weighted Bracketing: "commonly applied drift correction methods: Internal Standard (IS) correction, Drift Correction using statistical models, Custom Bracketing Quantification (Assigning calibration data to predefined"66- [readme] Interactive and Automatic Optimization capabilities for regression model selection: "Interactive Regression Model Optimization - manual adjustment of model, weights, standard levels etc. Automatic Optimization Module - automatic selection of linear or quadratic regression model"67- [other] Corrected data is exported in standard MS quantification format: "Generate corrected intensity table with drift artifacts removed. 4. Export corrected intensity data in standard MS quantification format"68- [readme] Windows-only compatibility for standalone version: "QuantyFey is compatible with Windows operating systems only"69- [readme] Apptainer version available for Linux with caveats for macOS: "The apptainer version is recommanded for running on Linux systems. For MacOS Systems, this version is generally slow and difficult to setup"