OpenMS
2.7.0
|
Application that evaluates TPs (true positives), TNs, FPs, and FNs for an idXML file with predicted RTs.
The method needs an idXML file with IDs and predicted RTs. The idXML must have been annotated with protein sequences (for the positive hits) using PeptideIndexer. This tool then evaluates the true positives, false positives, true negatives, and false negatives for the unfiltered IDs, for the IDs filtered in first RT dimension, for the IDs filtered in the second RT dimension as well as for the IDs filtered in both dimensions. The output is a table with either CSV format (can be imported by Excel) or LaTeX format (to include in your LaTeX manuscripts).
The command line parameters of this tool are:
RTEvaluation -- Application that evaluates TPs (true positives), TNs, FPs, and FNs for an idXML file with predicted RTs. Full documentation: http://www.openms.de/doxygen/release/2.7.0/html/UTILS_RTEvaluation.html Version: 2.7.0 Sep 13 2021, 20:58:47, Revision: 9110e58 To cite OpenMS: Rost HL, Sachsenberg T, Aiche S, Bielow C et al.. OpenMS: a flexible open-source software platform for mass spectrometry data analysis. Nat Meth. 2016; 13, 9: 741-748. doi:10.1038/nmeth.3959. Usage: RTEvaluation <options> Options (mandatory options marked with '*'): -in <file>* Input file (valid formats: 'idXML') -sequences_file <file> Fasta File (valid formats: 'fasta') -out <file>* Output file (valid formats: 'tsv') -latex Indicates whether the output file format of the table should be LaTeX or TSV (defau lt) -p_value_dim_1 <float> Significance level of first dimension RT filter (default: '0.01' min: '0.0' max: '1.0') -p_value_dim_2 <float> Significance level of second dimension RT filter (default: '0.05' min: '0.0' max: '1.0') Common UTIL 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: