0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
2 <tool id="IDPosteriorErrorProbability" name="IDPosteriorErrorProbability" version="1.12.0">
|
|
3 <description>Estimates probabilities for incorrectly assigned peptide sequences and a set of search engine scores using a mixture model.</description>
|
|
4 <macros>
|
|
5 <token name="@EXECUTABLE@">IDPosteriorErrorProbability</token>
|
|
6 <import>macros.xml</import>
|
|
7 </macros>
|
|
8 <expand macro="stdio"/>
|
|
9 <expand macro="requirements"/>
|
|
10 <command>IDPosteriorErrorProbability
|
|
11
|
|
12 -in ${param_in}
|
|
13 -out ${param_out}
|
|
14 -out_plot ${param_out_plot}
|
|
15 ${param_split_charge}
|
|
16 ${param_top_hits_only}
|
|
17 ${param_ignore_bad_data}
|
|
18 ${param_prob_correct}
|
|
19 -threads \${GALAXY_SLOTS:-24}
|
|
20 #if $adv_opts.adv_opts_selector=='advanced':
|
|
21 -smallest_e_value ${adv_opts.param_smallest_e_value}
|
|
22 -fdr_for_targets_smaller ${adv_opts.param_fdr_for_targets_smaller}
|
|
23 -fit_algorithm:number_of_bins ${adv_opts.param_number_of_bins}
|
|
24 -fit_algorithm:incorrectly_assigned ${adv_opts.param_incorrectly_assigned}
|
|
25 #end if
|
|
26 </command>
|
|
27 <inputs>
|
|
28 <param name="param_in" type="data" format="idXML" optional="False" label="input file " help="(-in)"/>
|
|
29 <param name="param_split_charge" type="boolean" truevalue="-split_charge true" falsevalue="-split_charge false" checked="false" optional="True" label="The search engine scores are split by charge if this flag is set. Thus, for each charge state a new model will be computed." help="(-split_charge)"/>
|
|
30 <param name="param_top_hits_only" type="boolean" truevalue="-top_hits_only true" falsevalue="-top_hits_only false" checked="false" optional="True" label="If set only the top hits of every PeptideIdentification will be used" help="(-top_hits_only)"/>
|
|
31 <param name="param_ignore_bad_data" type="boolean" truevalue="-ignore_bad_data true" falsevalue="-ignore_bad_data false" checked="false" optional="True" label="If set errors will be written but ignored. Useful for pipelines with many datasets where only a few are bad, but the pipeline should run through." help="(-ignore_bad_data)"/>
|
|
32 <param name="param_prob_correct" type="boolean" truevalue="-prob_correct true" falsevalue="-prob_correct false" checked="false" optional="True" label="If set scores will be calculated as 1-ErrorProbabilities and can be interpreted as probabilities for correct identifications." help="(-prob_correct)"/>
|
|
33 <expand macro="advanced_options">
|
|
34 <param name="param_smallest_e_value" type="float" value="1e-19" label="This value gives a lower bound to E-Values. It should not be 0, as transformation in a real number (log of E-value) is not possible for certain values then." help="(-smallest_e_value)"/>
|
|
35 <param name="param_fdr_for_targets_smaller" type="float" value="0.05" label="Only used, when top_hits_only set. Additionally, target_decoy information should be available. The score_type must be q-value from an previous False Discovery Rate run." help="(-fdr_for_targets_smaller)"/>
|
|
36 <param name="param_number_of_bins" type="integer" value="100" label="Number of bins used for visualization. Only needed if each iteration step of the EM-Algorithm will be visualized" help="(-number_of_bins)"/>
|
|
37 <param name="param_incorrectly_assigned" type="select" optional="True" value="Gumbel" label="for 'Gumbel', the Gumbel distribution is used to plot incorrectly assigned sequences. For 'Gauss', the Gauss distribution is used." help="(-incorrectly_assigned)">
|
|
38 <option value="Gumbel">Gumbel</option>
|
|
39 <option value="Gauss">Gauss</option>
|
|
40 </param>
|
|
41 </expand>
|
|
42 </inputs>
|
|
43 <outputs>
|
|
44 <data name="param_out" label="output file " format="idXML"/>
|
|
45 <data name="param_out_plot" label="txt file (if gnuplot is available, a corresponding PDF will be created as well.)" format="txt"/>
|
|
46 </outputs>
|
|
47 <help>**What it does**
|
|
48
|
|
49 Estimates probabilities for incorrectly assigned peptide sequences and a set of search engine scores using a mixture model.
|
|
50
|
|
51
|
|
52 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_IDPosteriorErrorProbability.html
|
|
53
|
|
54 @REFERENCES@
|
|
55 </help>
|
|
56 </tool>
|