OpenMS
|
Tool to score phosphorylation sites of peptides.
pot. predecessor tools | → PhosphoScoring → | pot. successor tools |
---|---|---|
MascotAdapter (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/release/3.2.0/html/TOPP_PhosphoScoring.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: 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: