A tool for creating inclusion and/or exclusion lists for LC-MS/MS.
potential predecessor tools | ![]() ![]() | potential successor tools |
MascotAdapter (or other ID engines) | - | |
FeatureFinderCentroided |
Currently this tool can create tab-delimited inclusion or exclusion lists (m/z, RT start, RT stop). The input can either be peptide identifications from previous runs, a feature map or a FASTA-file with proteins. Inclusion and exclusion charges can be specified for FASTA and idXML input. If no charges are specified in the case of peptide id input, only the charge state of the peptide id is in/excluded, otherwise all given charge states are entered to the list.
The RT window size can be specified in the RT section of the INI file, either as relative window with [rt-rel_rt_window_size*rt,rt+rel_rt_window_size*rt] or absolute window.
The default is RT in minutes, but seconds can also be used (see INI file).
The command line parameters of this tool are:
InclusionExclusionListCreator -- Creates inclusion and/or exclusion lists. Version: 1.11.1 Nov 14 2013, 11:18:15, Revision: 11976 Usage: InclusionExclusionListCreator <options> This tool has algoritm parameters that are not shown here! Please check the ini file for a detailed descripti on or use the --helphelp option. Options (mandatory options marked with '*'): -include <file> Inclusion list input file in FASTA or featureXML format. (valid formats: 'feat ureXML', 'fasta') -exclude <file> Exclusion list input file in featureXML, idXML or FASTA format. (valid formats : 'featureXML', 'idXML', 'fasta') -out <file>* Output file (tab delimited csv file). (valid formats: 'csv') -rt_model <file> RTModel file used for the rt prediction of peptides in FASTA files. (valid formats: 'txt') -pt_model <file> PTModel file used for the pt prediction of peptides in FASTA files (only neede d for inclusion_strategy PreotinBased_LP). (valid formats: 'txt') -inclusion_charges <charge> List containing the charge states to be considered for the inclusion list comp ounds, space separated. (min: '1') -inclusion_strategy <name> Strategy to be used for selection (default: 'ALL' valid: 'FeatureBased_LP', 'ProteinBased_LP', 'ALL') -exclusion_charges <charge> List containing the charge states to be considered for the exclusion list comp ounds (for idXML and FASTA input), space separated. (min: '1') -raw_data <mzMLFile> File containing the raw data (only needed for FeatureBased_LP). (valid formats : 'mzML') 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) The following configuration subsections are valid: - algorithm Inclusion/Exclusion algorithm section You can write an example INI file using the '-write_ini' option. Documentation of subsection parameters can be found in the doxygen documentation or the INIFileEditor. Have a look at the OpenMS documentation for more information.
INI file documentation of this tool:
OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:24 using doxygen 1.8.5 |