![]() |
OpenMS
|
Tool to score phosphorylation sites of peptides.
| pot. predecessor tools | → PhosphoScoring → | pot. successor tools |
|---|---|---|
| CometAdapter (or other ID engines) | PeptideIndexer |
This tool performs phosphorylation analysis and site localization. Input files are an LC-MS/MS data file as well as the corresponding identification file. Firstly, the peptide identifications are mapped onto the spectra. Secondly, the tool uses an implementation of the Ascore according to Beausoleil et al. in order to localize the most probable phosphorylation sites.
For details, see:
Beausoleil et al.: A probability-based approach for high-throughput protein phosphorylation analysis and site localization (Nat. Biotechnol., 2006, PMID: 16964243).
In the output the score of the peptide hit describes the peptide score, which is a weighted average of all ten scores of the selected peptide sequence. For each phosphorylation site an individual Ascore was calculated and listed as meta value of the peptide hit (e.g. AScore_1, AScore_2).
The Ascore results of this TOPP tool differs with the results of the Ascore calculation provided on the website, but it seems that the implementation according to Beausoleil et al. has some calculation errors. It is not possible to recalculate the Ascore using the cumulative binomial probability formula with the given values (see Fig. 3c). In addition the site determining ions calculation seems not reliable, because in some test cases more site determining ions were calculated than it could be possible.
The command line parameters of this tool are:
PhosphoScoring -- Scores potential phosphorylation sites in order to localize the most probable sites.
Full documentation: http://www.openms.de/doxygen/nightly/html/TOPP_PhosphoScoring.html
Version: 3.6.0-pre-nightly-2026-03-06 Mar 7 2026, 01:46:19, Revision: c92c980
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:
PhosphoScoring <options>
Options (mandatory options marked with '*'):
-in <file>* Input file with MS/MS spectra (valid formats: 'mzML')
-id <file>* Identification input file which contains a search against a concatenated
sequence database (valid formats: 'idXML')
-out <file>* Identification output annotated with phosphorylation scores (valid format
s: 'idXML')
-fragment_mass_tolerance <value> Fragment mass tolerance for spectrum comparisons (default: '0.05') (min:
'0.0')
-fragment_mass_unit <choice> Unit of fragment mass tolerance (default: 'Da') (valid: 'Da', 'ppm')
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:
This section lists all parameters supported by the tool. Parameters are organized into hierarchical subsections that group related settings together. Subsections may contain further subsections or individual parameters.
Each parameter entry contains the following information:
Parameter tags provide additional information about how a parameter is used. Some tags indicate whether a parameter is required or intended for advanced configuration, while others may be used internally by OpenMS or workflow tools.
Parameters highlighted as required must be specified for the tool to run successfully. Parameters marked as advanced allow fine-tuning of algorithm behavior and are typically not needed for standard workflows.