Mercurial > repos > iracooke > tpp_prophets
comparison peptide_prophet.xml @ 12:4c66453a168e draft
Uploaded
author | iracooke |
---|---|
date | Mon, 16 Jun 2014 07:17:09 -0400 |
parents | |
children | b793fe628648 |
comparison
equal
deleted
inserted
replaced
11:8512f117b10b | 12:4c66453a168e |
---|---|
1 <tool id="proteomics_search_peptide_prophet_1" name="Peptide Prophet" version="1.0.1"> | |
2 <requirements> | |
3 <requirement type="package" version="1.3">protk</requirement> | |
4 <requirement type="package" version="4.6.3">trans_proteomic_pipeline</requirement> | |
5 </requirements> | |
6 | |
7 <description>Calculate Peptide Prophet statistics on search results</description> | |
8 | |
9 <command> | |
10 peptide_prophet.rb --galaxy $input_file -o peptide_prophet_output.pep.xml | |
11 | |
12 -r | |
13 $glyco | |
14 $useicat | |
15 $phospho | |
16 $usepi | |
17 $usert | |
18 $accurate_mass | |
19 $no_ntt | |
20 $no_nmc | |
21 $use_gamma | |
22 $use_only_expect | |
23 $force_fit | |
24 $allow_alt_instruments | |
25 $maldi | |
26 | |
27 </command> | |
28 | |
29 <inputs> | |
30 | |
31 <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"/> | |
32 | |
33 <param name="glyco" type="boolean" label="Expect true positives to have a glycocapture motif" truevalue="--glyco" falsevalue=""/> | |
34 <param name="useicat" type="boolean" label="Use icat information" truevalue="--useicat" falsevalue="--no-useicat"/> | |
35 <param name="phospho" type="boolean" label="Use phospho information" truevalue="--phospho" falsevalue=""/> | |
36 <param name="usepi" type="boolean" label="Use pI information" truevalue="--usepi" falsevalue=""/> | |
37 <param name="usert" type="boolean" label="Use hydrophobicity / RT information" truevalue="--usert" falsevalue=""/> | |
38 <param name="accurate_mass" type="boolean" label="Use accurate mass binning" truevalue="--accurate-mass" falsevalue=""/> | |
39 <param name="no_ntt" type="boolean" label="Don't use NTT model" truevalue="--no-ntt" falsevalue=""/> | |
40 <param name="no_nmc" type="boolean" label="Don't use NMC model" truevalue="--no-nmc" falsevalue=""/> | |
41 <param name="use_gamma" type="boolean" label="Use Gamma distribution to model the negatives" help="Applies only to X!Tandem results" truevalue="--usegamma" falsevalue=""/> | |
42 <param name="use_only_expect" type="boolean" label="Only use Expect Score as the discriminant" help="Applies only to X!Tandem results. | |
43 Helpful for data with homologous top hits e.g. phospho or glyco" truevalue="--use-only-expect" falsevalue=""/> | |
44 <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=""/> | |
45 <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=""/> | |
46 <param name="maldi" type="boolean" label="Maldi data" truevalue="-l" falsevalue=""/> | |
47 | |
48 | |
49 </inputs> | |
50 <outputs> | |
51 <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"/> | |
52 </outputs> | |
53 | |
54 <help> | |
55 | |
56 **What it does** | |
57 | |
58 Given raw search engine scores as inputs this tool estimates the accuracy of peptide assignments. From a practical perspective it estimates the probability that each peptide assignment is correct (providing probabilities as outputs), given raw scores (possibly on some arbitrary scale) as inputs. | |
59 | |
60 ---- | |
61 | |
62 **Citation** | |
63 | |
64 If you use this tool please read and cite the paper describing the statistical model implemented by Peptide Prophet | |
65 | |
66 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). | |
67 | |
68 | |
69 </help> | |
70 | |
71 | |
72 <!--PeptideProphet options [following the 'O']: | |
73 i [use icat information in PeptideProphet] | |
74 f [do not use icat information in PeptideProphet] | |
75 g [use N-glyc motif information in PeptideProphet] | |
76 H [use Phospho information in PeptideProphet] | |
77 m [maldi data] | |
78 I [use pI information in PeptideProphet] | |
79 R [use Hydrophobicity / RT information in PeptideProphet] | |
80 F [force the fitting of the mixture model, bypass automatic mixture model checks] | |
81 A [use accurate mass binning in PeptideProphet] | |
82 w [warning instead of exit with error if instrument types between runs is different] | |
83 x [exclude all entries with asterisked score values in PeptideProphet] | |
84 l [leave alone all entries with asterisked score values in PeptideProphet] | |
85 n [use hardcoded default initialization parameters of the distributions] | |
86 P [use Non-parametric model, can only be used with decoy option] | |
87 N [do not use the NTT model] | |
88 M [do not use the NMC model] | |
89 G [use Gamma Distribution to model the Negatives (applies only to X!Tandem data)] | |
90 E [only use Expect Score as the Discriminant(applies only to X!Tandem data, | |
91 helpful for data with homologous top hits e.g. phospho or glyco)] | |
92 d [report decoy hits with a computed probability based on the model learned] | |
93 p [run ProteinProphet afterwards] | |
94 t [do not create png data plot] | |
95 u [do not assemble protein groups in ProteinProphet analysis] | |
96 s [do not use Occam's Razor in ProteinProphet analysis to | |
97 derive the simplest protein list to explain observed peptides] | |
98 --> | |
99 | |
100 </tool> |