14
|
1 <tool id="proteomics_search_peptide_prophet_1" name="Peptide Prophet" version="1.1.0">
|
12
|
2 <requirements>
|
14
|
3 <container type="docker">iracooke/protk-1.4.1</container>
|
|
4 <requirement type="package" version="1.4">protk</requirement>
|
|
5 <requirement type="package" version="4.8.0">trans_proteomic_pipeline</requirement>
|
12
|
6 </requirements>
|
|
7
|
|
8 <description>Calculate Peptide Prophet statistics on search results</description>
|
|
9
|
|
10 <command>
|
|
11 peptide_prophet.rb --galaxy $input_file -o peptide_prophet_output.pep.xml
|
|
12
|
|
13 -r
|
|
14 $glyco
|
|
15 $useicat
|
|
16 $phospho
|
|
17 $usepi
|
|
18 $usert
|
|
19 $accurate_mass
|
|
20 $no_ntt
|
|
21 $no_nmc
|
|
22 $use_gamma
|
|
23 $use_only_expect
|
|
24 $force_fit
|
|
25 $allow_alt_instruments
|
|
26 $maldi
|
14
|
27 $usedecoys
|
|
28 --decoy-prefix $decoy_prefix_string
|
|
29
|
|
30 #if $experiment_label
|
|
31 --experiment-label $experiment_label
|
|
32 #end if
|
|
33
|
|
34 --p-thresh $p_thresh
|
|
35
|
|
36 --threads $threads
|
12
|
37
|
|
38 </command>
|
|
39
|
|
40 <inputs>
|
|
41
|
|
42 <param name="input_file" type="data" format="raw_pepxml" multiple="false" label="Raw Search Results" help="These files will typically be outputs from omssa or xtandem search tools"/>
|
|
43
|
|
44 <param name="glyco" type="boolean" label="Expect true positives to have a glycocapture motif" truevalue="--glyco" falsevalue=""/>
|
13
|
45 <param name="useicat" type="boolean" label="Use icat information" truevalue="--useicat" falsevalue=""/>
|
12
|
46 <param name="phospho" type="boolean" label="Use phospho information" truevalue="--phospho" falsevalue=""/>
|
|
47 <param name="usepi" type="boolean" label="Use pI information" truevalue="--usepi" falsevalue=""/>
|
|
48 <param name="usert" type="boolean" label="Use hydrophobicity / RT information" truevalue="--usert" falsevalue=""/>
|
|
49 <param name="accurate_mass" type="boolean" label="Use accurate mass binning" truevalue="--accurate-mass" falsevalue=""/>
|
|
50 <param name="no_ntt" type="boolean" label="Don't use NTT model" truevalue="--no-ntt" falsevalue=""/>
|
|
51 <param name="no_nmc" type="boolean" label="Don't use NMC model" truevalue="--no-nmc" falsevalue=""/>
|
|
52 <param name="use_gamma" type="boolean" label="Use Gamma distribution to model the negatives" help="Applies only to X!Tandem results" truevalue="--usegamma" falsevalue=""/>
|
|
53 <param name="use_only_expect" type="boolean" label="Only use Expect Score as the discriminant" help="Applies only to X!Tandem results.
|
|
54 Helpful for data with homologous top hits e.g. phospho or glyco" truevalue="--use-only-expect" falsevalue=""/>
|
|
55 <param name="force_fit" type="boolean" label="Force fitting" help="Bypasses automatic mixture model checks and forces fitting of a mixture model" truevalue="--force-fit" falsevalue=""/>
|
|
56 <param name="allow_alt_instruments" type="boolean" label="Allow multiple instrument types" help="Warning instead of exit with error if instrument types between runs is different" truevalue="--allow-alt-instruments" falsevalue=""/>
|
|
57 <param name="maldi" type="boolean" label="Maldi data" truevalue="-l" falsevalue=""/>
|
14
|
58 <param name="usedecoys" type="boolean" label="Use decoys to pin down the negative distribution" truevalue="" falsevalue="--no-decoy"/>
|
|
59 <param name="decoy_prefix_string" help="Prefix string for decoy ids" type="text" value="decoy_" label="Decoy Prefix String" size="20"/>
|
|
60 <param name="experiment_label" help="Used to commonly label all spectra from one experiment" type="text" value="" label="Experiment Label" size="20"/>
|
|
61 <param name="p_thresh" help="Peptides scoring less than this value are discarded" type="float" value="0.05" min="0" max="1" label="Probability Threshold"/>
|
|
62 <param name="threads" type="integer" value="1" min="0" label="Threads" help="Number of threads to use"/>
|
12
|
63
|
|
64 </inputs>
|
|
65 <outputs>
|
|
66 <data format="peptideprophet_pepxml" name="output" metadata_source="input_file" label="peptide_prophet.${input_file.display_name}.pep.xml" from_work_dir="peptide_prophet_output.pep.xml"/>
|
|
67 </outputs>
|
|
68
|
14
|
69
|
12
|
70 <help>
|
|
71
|
|
72 **What it does**
|
|
73
|
14
|
74 Given raw search engine scores as inputs this tool estimates the accuracy of peptide assignments.
|
12
|
75
|
|
76 ----
|
|
77
|
|
78 **Citation**
|
|
79
|
|
80 If you use this tool please read and cite the paper describing the statistical model implemented by Peptide Prophet
|
|
81
|
|
82 Keller A., et al. “Empirical Statistical Model to Estimate the Accuracy of Peptide Identifications Made by MS/MS and Database Search” *Anal. Chem.* 74, 5383-5392 (2002).
|
|
83
|
|
84
|
|
85 </help>
|
|
86
|
|
87
|
|
88 <!--PeptideProphet options [following the 'O']:
|
|
89 i [use icat information in PeptideProphet]
|
|
90 f [do not use icat information in PeptideProphet]
|
|
91 g [use N-glyc motif information in PeptideProphet]
|
|
92 H [use Phospho information in PeptideProphet]
|
|
93 m [maldi data]
|
|
94 I [use pI information in PeptideProphet]
|
|
95 R [use Hydrophobicity / RT information in PeptideProphet]
|
|
96 F [force the fitting of the mixture model, bypass automatic mixture model checks]
|
|
97 A [use accurate mass binning in PeptideProphet]
|
|
98 w [warning instead of exit with error if instrument types between runs is different]
|
|
99 x [exclude all entries with asterisked score values in PeptideProphet]
|
|
100 l [leave alone all entries with asterisked score values in PeptideProphet]
|
|
101 n [use hardcoded default initialization parameters of the distributions]
|
|
102 P [use Non-parametric model, can only be used with decoy option]
|
|
103 N [do not use the NTT model]
|
|
104 M [do not use the NMC model]
|
|
105 G [use Gamma Distribution to model the Negatives (applies only to X!Tandem data)]
|
|
106 E [only use Expect Score as the Discriminant(applies only to X!Tandem data,
|
|
107 helpful for data with homologous top hits e.g. phospho or glyco)]
|
|
108 d [report decoy hits with a computed probability based on the model learned]
|
|
109 p [run ProteinProphet afterwards]
|
|
110 t [do not create png data plot]
|
|
111 u [do not assemble protein groups in ProteinProphet analysis]
|
|
112 s [do not use Occam's Razor in ProteinProphet analysis to
|
|
113 derive the simplest protein list to explain observed peptides]
|
|
114 -->
|
|
115
|
|
116 </tool>
|