PercolatorAdapter facilitates the input to, the call of and output integration of Percolator. Percolator (http://per-colator.com/) is a tool to apply semi-supervised learning for peptide identification from shotgun proteomics datasets.
pot. predecessor tools | PercolatorAdapter | pot. successor tools |
PSMFeatureExtractor | IDFilter |
Percolator is search engine sensitive, i.e. it's input features vary, depending on the search engine. Must be prepared beforehand. If you do not want to use the specific features, use the generic-feature-set flag. Will incorporate the score attribute of a PSM, so be sure, the score you want is set as main score with TOPP_IDScoreSwitcher . Be aware, that you might very well experience a perfomance loss compared to the search engine specific features.
The command line parameters of this tool are:
PercolatorAdapter -- Facilitate input to Percolator and reintegrate. Version: 2.3.0 Jan 9 2018, 17:46:23, Revision: 38ae115 Usage: PercolatorAdapter <options> Options (mandatory options marked with '*'): -in <files>* Input file(s) (valid formats: 'mzid', 'idXML') -in_decoy <files> Input decoy file(s) in case of separate searches (valid formats: 'mzi d', 'idXML') -out <file> Output file in idXML format (valid formats: 'idXML') -mzid_out <file> Output file in mzid format (valid formats: 'mzid') -enzyme <enzyme> Type of enzyme: no_enzyme,elastase,pepsin,proteinasek,thermolysin,chy motrypsin,lys-n,lys-c,arg-c,asp-n,glu-c,trypsin (default: 'trypsin' valid: 'no_enzyme', 'elastase', 'pepsin', 'proteinasek', 'thermolysin ', 'chymotrypsin', 'lys-n', 'lys-c', 'arg-c', 'asp-n', 'glu-c', 'tryp sin') -percolator_executable <executable>* Percolator executable of the installation e.g. 'percolator.exe' -peptide-level-fdrs Calculate peptide-level FDRs instead of PSM-level FDRs. -protein-level-fdrs Use the picked protein-level FDR to infer protein probabilities. Use the -fasta option and -decoy-pattern to set the Fasta file and decoy pattern. 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 (defau lt: '1') -write_ini <file> Writes the default configuration file --help Shows options --helphelp Shows all options (including advanced)
INI file documentation of this tool:
Percolator is written by Lukas Käll (http://per-colator.com/ Copyright Lukas Käll lukas) .kal l@sci life lab.s e
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:06 using doxygen 1.8.13 |