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