differential-peak-abundance-detection
Summary
Quality control filtering of extracted mass spectrometry peak features to identify metabolic ion peaks with significant abundance differences between experimental groups. This skill applies signal-to-noise thresholds, feature prevalence criteria, and statistical comparison tests to isolate candidate differential peaks from untargeted metabolomics data.
When to use
Apply this skill after raw mass spectrometry data has been converted to a peak feature table (CSV or tabular format) containing mass-to-charge ratios, retention times, and intensity values across samples, and you need to reduce noise and identify which peaks show meaningful differential patterns between experimental conditions (e.g., treatment vs. control groups).
When NOT to use
- Input is already a fully annotated metabolite identification table (skip directly to pathway or systems analysis)
- Raw mass spectrometry data in vendor formats (mzML, mzXML, NetCDF) — first perform peak extraction and feature alignment
Inputs
- Extracted peak feature table (CSV or tabular format with mass-to-charge ratios, retention times, intensity values across all samples)
Outputs
- Quality-control-filtered feature table with differential ion peaks
- QC metadata annotations (filter parameters applied, peaks passing criteria)
How to apply
Load the extracted peak feature table and apply multi-stage quality control filters in sequence: (1) remove low-abundance or noisy peaks using signal-to-noise thresholds and feature prevalence criteria (e.g., presence in a minimum proportion of samples); (2) compute statistical comparisons between experimental groups such as fold-change or p-value metrics to identify peaks with significant differential intensity patterns; (3) retain only peaks that pass all QC criteria as candidate differential metabolic ion peaks; (4) annotate the filtered feature table with metadata indicating which QC filters were applied and which peaks survived, enabling downstream identification against metabolomics databases. The rationale is that untargeted metabolomics produces thousands of features, most of which are noise or uninformative background; systematic quality control before statistical testing reduces false discoveries and focuses analysis on biologically relevant signals.
Related tools
- MetaQC (Quality control component within openNAU for filtering extracted peak features and identifying differential metabolic ion peaks) — https://github.com/zjuRong/openNAU
- openNAU (Complete analysis system platform for untargeted metabolomics that integrates raw mass data extraction and differential peak QC) — https://github.com/zjuRong/openNAU
Evaluation signals
- Verify that output feature table contains only peaks passing all stated signal-to-noise thresholds and feature prevalence criteria
- Confirm QC metadata annotations list the specific filter thresholds applied (e.g., SNR cutoff, minimum sample prevalence) and report the number of peaks retained vs. removed at each stage
- Check that differential peaks show statistically significant fold-change or p-value differences between experimental groups as specified in the workflow
- Validate that all peaks in the final table can be traced to specific samples and that intensity distributions are plausible (no negative values, values within expected instrument range)
- Confirm reproducibility by re-running with identical QC parameters and comparing peak lists and annotations for exact matches
Limitations
- QC filter thresholds (signal-to-noise, feature prevalence, p-value cutoff) are user-configurable and must be justified by the experimental design and metabolomics platform; inappropriate thresholds may remove true signals or retain noise
- Statistical comparison methods (fold-change vs. p-value) assume specific distributional properties of feature intensities; violations (e.g., non-normal distributions, extreme outliers) may lead to spurious differential calls
- Quality control is performed only on extracted features; errors in peak picking, alignment, or retention time correction during raw data processing will propagate into filtered results
Evidence
- [readme] It includes the extraction of raw mass data and quality control for the identification of differential metabolic ion peaks.: "It includes the extraction of raw mass data and quality control for the identification of differential metabolic ion peaks."
- [other] 1. Load the extracted peak feature table (CSV or tabular format) containing mass-to-charge ratios, retention times, and intensity values across all samples. 2. Apply quality control filters to remove low-abundance or noisy peaks according to signal-to-noise thresholds and feature prevalence criteria. 3. Identify peaks with significant differential intensity patterns between experimental groups using statistical comparison (e.g., fold-change or p-value thresholds). 4. Retain only candidate differential metabolic ion peaks that pass all QC criteria.: "Apply quality control filters to remove low-abundance or noisy peaks according to signal-to-noise thresholds and feature prevalence criteria."
- [other] Export the QC-filtered feature table with annotations indicating which QC filters were applied and which peaks survive for downstream identification.: "Export the QC-filtered feature table with annotations indicating which QC filters were applied and which peaks survive for downstream identification."
1---2name: differential-peak-abundance-detection3description: Use when after raw mass spectrometry data has been converted to a peak feature table (CSV or tabular format) containing mass-to-charge ratios, retention times, and intensity values across samples, and you need to reduce noise and identify which peaks show meaningful differential patterns between.4license: CC-BY-4.05---67# differential-peak-abundance-detection89## Summary1011Quality control filtering of extracted mass spectrometry peak features to identify metabolic ion peaks with significant abundance differences between experimental groups. This skill applies signal-to-noise thresholds, feature prevalence criteria, and statistical comparison tests to isolate candidate differential peaks from untargeted metabolomics data.1213## When to use1415Apply this skill after raw mass spectrometry data has been converted to a peak feature table (CSV or tabular format) containing mass-to-charge ratios, retention times, and intensity values across samples, and you need to reduce noise and identify which peaks show meaningful differential patterns between experimental conditions (e.g., treatment vs. control groups).1617## When NOT to use1819- Input is already a fully annotated metabolite identification table (skip directly to pathway or systems analysis)20- Raw mass spectrometry data in vendor formats (mzML, mzXML, NetCDF) — first perform peak extraction and feature alignment2122## Inputs2324- Extracted peak feature table (CSV or tabular format with mass-to-charge ratios, retention times, intensity values across all samples)2526## Outputs2728- Quality-control-filtered feature table with differential ion peaks29- QC metadata annotations (filter parameters applied, peaks passing criteria)3031## How to apply3233Load the extracted peak feature table and apply multi-stage quality control filters in sequence: (1) remove low-abundance or noisy peaks using signal-to-noise thresholds and feature prevalence criteria (e.g., presence in a minimum proportion of samples); (2) compute statistical comparisons between experimental groups such as fold-change or p-value metrics to identify peaks with significant differential intensity patterns; (3) retain only peaks that pass all QC criteria as candidate differential metabolic ion peaks; (4) annotate the filtered feature table with metadata indicating which QC filters were applied and which peaks survived, enabling downstream identification against metabolomics databases. The rationale is that untargeted metabolomics produces thousands of features, most of which are noise or uninformative background; systematic quality control before statistical testing reduces false discoveries and focuses analysis on biologically relevant signals.3435## Related tools3637- **MetaQC** (Quality control component within openNAU for filtering extracted peak features and identifying differential metabolic ion peaks) — https://github.com/zjuRong/openNAU38- **openNAU** (Complete analysis system platform for untargeted metabolomics that integrates raw mass data extraction and differential peak QC) — https://github.com/zjuRong/openNAU3940## Evaluation signals4142- Verify that output feature table contains only peaks passing all stated signal-to-noise thresholds and feature prevalence criteria43- Confirm QC metadata annotations list the specific filter thresholds applied (e.g., SNR cutoff, minimum sample prevalence) and report the number of peaks retained vs. removed at each stage44- Check that differential peaks show statistically significant fold-change or p-value differences between experimental groups as specified in the workflow45- Validate that all peaks in the final table can be traced to specific samples and that intensity distributions are plausible (no negative values, values within expected instrument range)46- Confirm reproducibility by re-running with identical QC parameters and comparing peak lists and annotations for exact matches4748## Limitations4950- QC filter thresholds (signal-to-noise, feature prevalence, p-value cutoff) are user-configurable and must be justified by the experimental design and metabolomics platform; inappropriate thresholds may remove true signals or retain noise51- Statistical comparison methods (fold-change vs. p-value) assume specific distributional properties of feature intensities; violations (e.g., non-normal distributions, extreme outliers) may lead to spurious differential calls52- Quality control is performed only on extracted features; errors in peak picking, alignment, or retention time correction during raw data processing will propagate into filtered results5354## Evidence5556- [readme] It includes the extraction of raw mass data and quality control for the identification of differential metabolic ion peaks.: "It includes the extraction of raw mass data and quality control for the identification of differential metabolic ion peaks."57- [other] 1. Load the extracted peak feature table (CSV or tabular format) containing mass-to-charge ratios, retention times, and intensity values across all samples. 2. Apply quality control filters to remove low-abundance or noisy peaks according to signal-to-noise thresholds and feature prevalence criteria. 3. Identify peaks with significant differential intensity patterns between experimental groups using statistical comparison (e.g., fold-change or p-value thresholds). 4. Retain only candidate differential metabolic ion peaks that pass all QC criteria.: "Apply quality control filters to remove low-abundance or noisy peaks according to signal-to-noise thresholds and feature prevalence criteria."58- [other] Export the QC-filtered feature table with annotations indicating which QC filters were applied and which peaks survive for downstream identification.: "Export the QC-filtered feature table with annotations indicating which QC filters were applied and which peaks survive for downstream identification."