Repository 'pyprophet_protein'
hg clone https://toolshed.g2.bx.psu.edu/repos/galaxyp/pyprophet_protein

Changeset 0:741138de814c (2020-02-25)
Next changeset 1:931376727480 (2020-04-02)
Commit message:
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pyprophet commit a83d231286a8df67483df46e76b4b3a2ef90b251"
added:
macros.xml
pyprophet_protein.xml
test-data/merged.osw
test-data/open_swath_output1.osw
test-data/open_swath_output2.osw
test-data/output.tabular
test-data/patient_specific_OSW_optimized_decoys.pqp
test-data/peptide1.osw
test-data/peptide1.pdf
test-data/peptide2.osw
test-data/peptide2.pdf
test-data/protein1.osw
test-data/protein1.pdf
test-data/protein2.osw
test-data/protein2.pdf
test-data/score.osw
test-data/score_plots.pdf
test-data/score_report.pdf
test-data/study_design.tabular
test-data/subsample.tabular
test-data/test_data.osw
b
diff -r 000000000000 -r 741138de814c macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml Tue Feb 25 18:26:11 2020 -0500
b
@@ -0,0 +1,23 @@
+<macros>
+    <token name="@VERSION@">2.1.4</token>
+
+    <xml name="requirements">
+    <requirements>
+        <requirement type="package" version="2.1.4">pyprophet</requirement>
+        <yield/>
+    </requirements>
+    </xml>
+
+    <xml name="citations">
+    <citations>
+        <citation type="doi">10.1038/nmeth.4398</citation>
+        <citation type="doi">10.1038/nbt.3908</citation>
+        <citation type="doi">10.1093/bioinformatics/btu686</citation>
+        <citation type="doi">10.1038/nmeth.1584</citation>
+        <yield/>
+    </citations>
+    </xml>
+
+    <token name="@link@">http://openswath.org/en/latest/docs/pyprophet.html</token>
+
+</macros>
b
diff -r 000000000000 -r 741138de814c pyprophet_protein.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/pyprophet_protein.xml Tue Feb 25 18:26:11 2020 -0500
[
@@ -0,0 +1,93 @@
+<tool id="pyprophet_protein" name="PyProphet protein" version="@VERSION@.0">
+    <description>
+    Protein error-rate estimation
+    </description>
+    <macros>
+        <import>macros.xml</import>
+    </macros>
+    <expand macro="requirements"/>
+    <command detect_errors="aggressive">
+    <![CDATA[
+        pyprophet protein
+            --in='$input'
+            --context=$context
+            $parametric
+            --parametric
+            $pfdr
+            --pi0_lambda=$pi0_lambda_start $pi0_lambda_end $pi0_lambda_steps
+            --pi0_method=$pi0_method
+            --pi0_smooth_df=$pi0_smooth_df
+            $pi0_smooth_log
+            $lfdr_truncate
+            $lfdr_monotone
+            --lfdr_monotone
+        --lfdr_transformation=$lfdr_transformation
+        --lfdr_adj=$lfdr_adj
+        --lfdr_eps=$lfdr_eps
+        --out='./output.osw'&& mv *_protein.pdf protein.pdf
+
+
+    ]]>
+    </command>
+    <inputs>
+        <param name="input" type="data" format="osw" label="Input file" help="This file needs to be in OSW format (--in)" />
+        <param argument="context" display="radio" type="select" label="Context to estimate protein-level FDR control" >
+          <option value="run-specific" selected="True" >run-specific</option>
+          <option value="experiment-wide">experiment-wide</option>
+          <option value="global">global</option>
+        </param>
+        <param name="parametric" type="boolean" truevalue="--parametric" falsevalue="--no-parametric" label="Do parametric estimation of p-values" help="(--parametric / --no-parametric)"/>
+        <param name="pfdr" type="boolean" truevalue="--pfdr" falsevalue="--no-pfdr" label="Compute positive false discovery rate (pFDR) instead of FDR" help="(--pfdr / --no-pfdr)"/>
+        <param name="pi0_lambda_start" type="float" value="0.1" label="Use non-parametric estimation of p-values. Start value" help="(--pi0_lambda)"/>
+        <param name="pi0_lambda_end" type="float" value="0.5" label="Use non-parametric estimation of p-values. End value" help="(--pi0_lambda)"/>
+        <param name="pi0_lambda_steps" type="float" value="0.05" label="Use non-parametric estimation of p-values. Steps value" help="(--pi0_lambda)"/>
+        <param argument="pi0_method" display="radio" label="Either 'smoother' or 'bootstrap'; the method for automatically choosing tuning parameter in the estimation of pi_0, the proportion of true null hypotheses" type="select" >
+          <option value="bootstrap" selected="True" >bootstrap</option>
+          <option value="smoother">smoother</option>
+        </param>
+        <param name="pi0_smooth_df" type="integer" value="3" label="Number of degrees-of-freedom to use when estimating pi_0 with a smoother" />
+        <param name="pi0_smooth_log" label="If True and pi0_method = 'smoother', pi0 will be estimated by applying a smoother to a scatterplot of log(pi0) estimates against the tuning parameter lambda" type="boolean" truevalue="--pi0_smooth_log_pi0" falsevalue="--no-pi0_smooth_log_pi0" help="(--pi0_smooth_log_pi0 / --no-pi0_smooth_log_pi0)"/>
+        <param name="lfdr_truncate" type="boolean" checked="True" truevalue="--lfdr_truncate" falsevalue="--no-lfdr_truncate" label="If True, local FDR values >1 are set to 1" help="(--lfdr_truncate / --no-lfdr_truncate)"/>
+        <param name="lfdr_monotone" type="boolean" checked="True" truevalue="--lfdr_monotone" falsevalue="--no-lfdr_monotone" label="If True, local FDR values are non-decreasing with increasing p-values" help="(--lfdr_monotone / --no-lfdr_monotone)"/>
+        <param argument="lfdr_transformation" type="select" display="radio" label="Either a 'probit' or 'logit' transformation is applied to the p-values so that a local FDR estimate can be formed that does not involve edge effects of the [0,1] interval in which the p-values lie" >
+          <option value="probit" selected="True" >probit</option>
+          <option value="logit">logit</option>
+        </param>
+        <param argument="lfdr_adj" type="float" value="1.5" label="Numeric value that is applied as a multiple of the smoothing bandwidth used in the density estimation" />
+        <param argument="lfdr_eps" type="float" value="1e-08" label="Numeric value that is threshold for the tails of the empirical p-value distribution" />
+
+    </inputs>
+    <outputs>
+        <data name="output" format="osw" label="${tool.name} on ${on_string}: protein.osw" from_work_dir="output.osw" />
+        <data name="protein_plots" format="pdf" label="${tool.name} on ${on_string}: protein.pdf" from_work_dir="protein.pdf" />
+    </outputs>
+    <tests>
+        <test expect_num_outputs="2">
+            <param name="input" value="peptide2.osw" ftype="osw" />
+            <param name="context" value="experiment-wide" />
+            <output name="output" file="protein1.osw" compare="sim_size" />
+            <output name="protein_plots" file="protein1.pdf" compare="sim_size" />
+        </test>
+        <test expect_num_outputs="2">
+            <param name="input" value="protein1.osw" ftype="osw" />
+            <param name="context" value="global" />
+            <output name="output" file="protein2.osw" compare="sim_size" />
+            <output name="protein_plots" file="protein2.pdf" compare="sim_size" />
+        </test>
+    </tests>
+    <help>
+<![CDATA[
+**What it does**
+
+PyProphet: Semi-supervised learning and scoring of OpenSWATH results.
+
+Infer proteins and conduct error-rate estimation in different contexts.
+
+PyProphet is a Python re-implementation of the mProphet algorithm (Reiter 2010 Nature Methods) optimized for SWATH-MS data acquired by data-independent acquisition (DIA). The algorithm was originally published in (Telemann 2014 Bioinformatics) and has since been extended to support new data types and analysis modes (Rosenberger 2017, Nature biotechnology and Nature methods).
+
+For more information, visit @link@
+
+]]>
+    </help>
+    <expand macro="citations"/>
+</tool>
b
diff -r 000000000000 -r 741138de814c test-data/merged.osw
b
Binary file test-data/merged.osw has changed
b
diff -r 000000000000 -r 741138de814c test-data/open_swath_output1.osw
b
Binary file test-data/open_swath_output1.osw has changed
b
diff -r 000000000000 -r 741138de814c test-data/open_swath_output2.osw
b
Binary file test-data/open_swath_output2.osw has changed
b
diff -r 000000000000 -r 741138de814c test-data/output.tabular
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/output.tabular Tue Feb 25 18:26:11 2020 -0500
b
@@ -0,0 +1,1 @@
+transition_group_id decoy run_id filename RT assay_rt delta_rt iRT assay_iRT delta_iRT Sequence FullPeptideName Charge mz Intensity aggr_prec_Peak_Area aggr_prec_Peak_Apex leftWidth rightWidth peak_group_rank d_score m_score id aggr_Peak_Area aggr_Peak_Apex aggr_Fragment_Annotation ProteinName m_score_peptide_experiment_wide m_score_peptide_global m_score_protein_experiment_wide m_score_protein_global
b
diff -r 000000000000 -r 741138de814c test-data/patient_specific_OSW_optimized_decoys.pqp
b
Binary file test-data/patient_specific_OSW_optimized_decoys.pqp has changed
b
diff -r 000000000000 -r 741138de814c test-data/peptide1.osw
b
Binary file test-data/peptide1.osw has changed
b
diff -r 000000000000 -r 741138de814c test-data/peptide1.pdf
b
Binary file test-data/peptide1.pdf has changed
b
diff -r 000000000000 -r 741138de814c test-data/peptide2.osw
b
Binary file test-data/peptide2.osw has changed
b
diff -r 000000000000 -r 741138de814c test-data/peptide2.pdf
b
Binary file test-data/peptide2.pdf has changed
b
diff -r 000000000000 -r 741138de814c test-data/protein1.osw
b
Binary file test-data/protein1.osw has changed
b
diff -r 000000000000 -r 741138de814c test-data/protein1.pdf
b
Binary file test-data/protein1.pdf has changed
b
diff -r 000000000000 -r 741138de814c test-data/protein2.osw
b
Binary file test-data/protein2.osw has changed
b
diff -r 000000000000 -r 741138de814c test-data/protein2.pdf
b
Binary file test-data/protein2.pdf has changed
b
diff -r 000000000000 -r 741138de814c test-data/score.osw
b
Binary file test-data/score.osw has changed
b
diff -r 000000000000 -r 741138de814c test-data/score_plots.pdf
b
Binary file test-data/score_plots.pdf has changed
b
diff -r 000000000000 -r 741138de814c test-data/score_report.pdf
b
Binary file test-data/score_report.pdf has changed
b
diff -r 000000000000 -r 741138de814c test-data/study_design.tabular
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/study_design.tabular Tue Feb 25 18:26:11 2020 -0500
b
@@ -0,0 +1,3 @@
+Filename Condition BioReplicate Run
+./TN22.mzML late 1 1
+./TN23.mzML early 2 2
b
diff -r 000000000000 -r 741138de814c test-data/subsample.tabular
b
Binary file test-data/subsample.tabular has changed
b
diff -r 000000000000 -r 741138de814c test-data/test_data.osw
b
Binary file test-data/test_data.osw has changed