OpenMS
|
Application to generate seed lists for feature detection.
potential predecessor tools | → SeedListGenerator → | potential successor tools |
---|---|---|
IDFilter | FeatureFinderCentroided | |
IDMapper | ||
FeatureLinkerUnlabeled (or another feature grouping algorithm) |
Reference:
Weisser et al.: An automated pipeline for high-throughput label-free quantitative proteomics (J. Proteome Res., 2013, PMID: 23391308).
In feature detection algorithms, an early step is generally to identify points of interest in the LC-MS map (so-called seeds) that may later be extended to features. If supported by the feature detection algorithm (currently only the "centroided" algorithm), user-supplied seed lists allow greater control over this process.
The SeedListGenerator can automatically create seed lists from a variety of sources. The lists are exported in featureXML format - suitable as input to FeatureFinder -, but can be converted to or from text formats using the TextExporter (with "-minimal" option to convert to CSV) and FileConverter (to convert from CSV) tools.
Seed lists can be generated from the file types below. The seeds are created at the indicated positions (RT/MZ):
If input is consensusXML, one output file per constituent map is required (same order as in the consensusXML). Otherwise, exactly one output file.
What are possible use cases for custom seed lists?
The command line parameters of this tool are:
SeedListGenerator -- Generates seed lists for feature detection. Full documentation: http://www.openms.de/doxygen/release/3.2.0/html/TOPP_SeedListGenerator.html Version: 3.2.0 Sep 18 2024, 16:00:56, Revision: e231942 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: SeedListGenerator <options> Options (mandatory options marked with '*'): -in <file>* Input file (see below for details) (valid formats: 'mzML', 'idXML', 'featureXML', 'consensusXML') -out_prefix <prefix>* Output file prefix (valid formats: 'featureXML') -use_peptide_mass [idXML input only] Use the monoisotopic mass of the best peptide hit for the m/z position (default: use precursor m/z) 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: