![]() |
OpenMS
|
Detects features in MS1 data corresponding to small molecule identifications.
| pot. predecessor tools | → FeatureFinderMetaboIdent → | pot. successor tools |
| PeakPickerHiRes (optional) | TextExporter |
This tool detects quantitative features in MS1 data for a list of targets, typically small molecule/metabolite identifications. It uses algorithms for targeted data analysis from the OpenSWATH pipeline.
Input format
Spectra are expected in centroided or profile mode. Only MS1 level spectra are considered for feature detection.
The targets to quantify have to be specified in a tab-separated text file that is passed via the id parameter. This file has to start with the following header line, defining its columns:
CompoundName SumFormula Mass Charge RetentionTime RetentionTimeRange IsoDistribution [IonMobility]
Every subsequent line defines a target. (Except lines starting with "#", which are considered as comments and skipped.) The following requirements apply:
CompoundName: unique name for the target compoundSumFormula: chemical sum formula (see OpenMS::EmpiricalFormula), optionalMass: neutral mass; if zero calculated from Formula Charge: charge state, or comma-separated list of multiple chargesRetentionTime: retention time (RT), or comma-separated list of multiple RTsRetentionTimeRange: RT window around RetentionTime for chromatogram extraction, either one value or one per RT entry; if zero parameter extract:rt_window is usedIsoDistribution: comma-separated list of relative abundances of isotopologues (see OpenMS::IsotopeDistribution); if zero calculated from Formula IonMobility (optional): ion mobility value, or comma-separated list of multiple values (one per RT entry); if not provided or zero, no IM filtering is performed. The extraction window is controlled by parameter extract:im_window.In the simplest case, only CompoundName, SumFormula, Charge and RetentionTime need to be given, all other values may be zero. Every combination of compound (mass), RT and charge defines one target for feature detection. For ion mobility data, an optional IonMobility column can be added to filter extraction by ion mobility.
Ion Mobility Support (experimental)
This tool supports two types of ion mobility data:
FAIMS (Field Asymmetric Ion Mobility Spectrometry): FAIMS data is automatically detected based on compensation voltage (CV) annotations in the mzML file. The data is split by CV and processed separately for each voltage group. Features representing the same analyte detected at different CV values are merged by default (controlled by faims:merge_features). No special preparation of the input mzML file is required.
Bruker TimsTOF (trapped ion mobility): TimsTOF data requires special preparation of the mzML file. The ion mobility spectra must be concatenated into single spectra per frame using msconvert with the –combineIonMobilitySpectra option:
The resulting mzML file contains one spectrum per frame with ion mobility values stored per peak. Ion mobility values for targets can be specified in the IonMobility column of the input TSV file. The extraction window is controlled by extract:im_window.
Output format
The main output (parameter out) is a featureXML file containing the detected features, with annotations in meta data entries. This file can be visualized in TOPPView - perhaps most usefully as a layer on top of the LC-MS data that gave rise to it. Compound annotations of features (Name entries from the id input) can be shown by clicking the "Show feature annotation" button in the tool bar and selecting "Label meta data". Positions of targets for which no feature was detected can be shown by clicking the "Show unassigned peptide identifications" button and selecting "Show label meta data".
To export the data from the featureXML file to a tabular text file (CSV), use TextExporter with the options no_ids and feature:add_metavalues 0 (to include all meta data annotations). In the result, the information from the CompoundName, SumFormula, Charge and RetentionTime columns from the input will be in the label, sum_formula, charge and expected_rt columns, respectively.
The command line parameters of this tool are:
RT window size calculated as 240 seconds.
FeatureFinderMetaboIdent -- Detects features in MS1 data based on metabolite identifications.
Full documentation: http://www.openms.de/doxygen/nightly/html/TOPP_FeatureFinderMetaboIdent.html
Version: 3.5.0-pre-nightly-2025-12-01 Dec 2 2025, 02:56:09, Revision: 957e70b
To cite OpenMS:
+ Pfeuffer, J., Bielow, C., Wein, S. et al.. OpenMS 3 enables reproducible analysis of large-scale mass spec
trometry data. Nat Methods (2024). doi:10.1038/s41592-024-02197-7.
Usage:
FeatureFinderMetaboIdent <options>
Options (mandatory options marked with '*'):
-in <file>* Input file: LC-MS raw data (valid formats: 'mzML')
-id <file>* Input file: Metabolite identifications (valid formats: 'tsv')
-out <file>* Output file: Features (valid formats: 'featureXML')
-lib_out <file> Output file: Assay library (valid formats: 'traML')
-chrom_out <file> Output file: Chromatograms (valid formats: 'mzML')
-trafo_out <file> Output file: Retention times (expected vs. observed) (valid formats:
'trafoXML')
-candidates_out <text> Optional output file: Feature candidates (before filtering and model
fitting).
Parameters for ion chromatogram extraction:
-extract:mz_window <value> M/z window size for chromatogram extraction (unit: ppm if 1 or greater,
else Da/Th) (default: '10.0') (min: '0.0')
-extract:n_isotopes <number> Number of isotopes to include in each peptide assay. (default: '2')
(min: '2')
Parameters for detecting features in extracted ion chromatograms:
-detect:peak_width <value> Expected elution peak width in seconds, for smoothing (Gauss filter).
Also determines the RT extration window, unless set explicitly via 'ext
ract:rt_window'. (default: '60.0') (min: '0.0')
Parameters for fitting elution models to features:
-model:type <choice> Type of elution model to fit to features (default: 'symmetric') (valid:
'symmetric', 'asymmetric', 'none')
Parameters for fitting exp. mod. Gaussians to mass traces.:
-EMGScoring:max_iteration <number> Maximum number of iterations for EMG fitting. (default: '100') (min:
'1')
-EMGScoring:init_mom Alternative initial parameters for fitting through method of moments.
Parameters for FAIMS data processing:
-faims:merge_features <choice> For FAIMS data with multiple compensation voltages: Merge features that
represent the same analyte detected at different CVs. Features are
merged if they have the same charge and are within 5 seconds RT and
0.05 Da m/z. Intensities are summed. (default: 'true') (valid: 'true',
'false')
Common TOPP options:
-ini <file> Use the given TOPP INI file
-threads <n> Sets the number of threads allowed to be used by the TOPP tool (default
: '1')
-write_ini <file> Writes the default configuration file
--help Shows options
--helphelp Shows all options (including advanced)
INI file documentation of this tool: