comparison msstatstmt.xml @ 3:5667ff6f7a40 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstatstmt commit 6bd1ff7b41dcc9d66523ac005700f9a1ae434afa"
author galaxyp
date Fri, 12 Mar 2021 14:03:17 +0000
parents 782bd55b000b
children 8375a0035d79
comparison
equal deleted inserted replaced
2:782bd55b000b 3:5667ff6f7a40
97 dot.size.profile = $out_plots_opt.adv.dot_size_profile, 97 dot.size.profile = $out_plots_opt.adv.dot_size_profile,
98 ncol.guide = $out_plots_opt.adv.ncol_guide, 98 ncol.guide = $out_plots_opt.adv.ncol_guide,
99 width = $out_plots_opt.width, 99 width = $out_plots_opt.width,
100 height = $out_plots_opt.height, 100 height = $out_plots_opt.height,
101 #if $out_plots_opt.which_Protein.select != 'list' 101 #if $out_plots_opt.which_Protein.select != 'list'
102 #if $out_plots_opt.which_Protein.select == "allonly" and $plot_type == "ProfilePlot"
103 which.Protein = "all",
104 #else
102 which.Protein = "$out_plots_opt.which_Protein.select", 105 which.Protein = "$out_plots_opt.which_Protein.select",
106 #end if
103 #else 107 #else
104 which.Protein = unlist(read.table("$out_plots_opt.which_Protein.protein_list", sep = "\n", header = FALSE), use.names = FALSE), 108 which.Protein = unlist(read.table("$out_plots_opt.which_Protein.protein_list", sep = "\n", header = FALSE), use.names = FALSE),
105 #end if 109 #end if
106 originalPlot = $out_plots_opt.adv.originalPlot, 110 originalPlot = $out_plots_opt.adv.originalPlot,
107 summaryPlot = $out_plots_opt.adv.summaryPlot) 111 summaryPlot = $out_plots_opt.adv.summaryPlot)
184 ]]></configfile> 188 ]]></configfile>
185 </configfiles> 189 </configfiles>
186 <inputs> 190 <inputs>
187 <conditional name="input"> 191 <conditional name="input">
188 <param name="input_src" type="select" label="Input Source"> 192 <param name="input_src" type="select" label="Input Source">
189 <option value="MSstatsTMT">MStatsTMT (11 column format)</option> 193 <option value="MSstatsTMT">MSstatsTMT (11 column format)</option>
190 <option value="MaxQuant">MaxQuant</option> 194 <option value="MaxQuant">MaxQuant</option>
191 <option value="OpenMS">OpenMS</option> 195 <option value="OpenMS">OpenMS</option>
192 <option value="PD">Proteome Discoverer</option> 196 <option value="PD">Proteome Discoverer</option>
193 </param> 197 </param>
194 <when value="MSstatsTMT"> 198 <when value="MSstatsTMT">
195 <param name="msstatstmt_input" type="data" format="tabular" label="MStatsTMT (11 column format)"/> 199 <param name="msstatstmt_input" type="data" format="tabular" label="MSstatsTMT (11 column format)"/>
196 </when> 200 </when>
197 <when value="MaxQuant"> 201 <when value="MaxQuant">
198 <param name="evidence" type="data" format="tabular" label="evidence.txt - feature-level data"/> 202 <param name="evidence" type="data" format="tabular" label="evidence.txt - feature-level data"/>
199 <param name="proteinGroups" type="data" format="tabular" label="proteinGroups.txt" help="It needs to matching protein group ID. If proteinGroups=NULL, use 'Proteins' column in 'evidence.txt'"/> 203 <param name="proteinGroups" type="data" format="tabular" label="proteinGroups.txt" help="It needs to matching protein group ID. If proteinGroups=NULL, use 'Proteins' column in 'evidence.txt'"/>
200 <param name="annotation" type="data" format="tabular" label="annotation.txt" help="Data frame which contains column Run, Fraction, TechRepMixture, Channel, Condition, BioReplicate, Mixture." /> 204 <param name="annotation" type="data" format="tabular" label="annotation.txt" help="Data frame which contains column Run, Fraction, TechRepMixture, Channel, Condition, BioReplicate, Mixture." />
507 <has_text text="PAMI-176_Mouse_A-J_1" /> 511 <has_text text="PAMI-176_Mouse_A-J_1" />
508 <has_text text="Long_LF" /> 512 <has_text text="Long_LF" />
509 </assert_contents> 513 </assert_contents>
510 </output> 514 </output>
511 </test> 515 </test>
516 <test expect_num_outputs="1">
517 <conditional name="input">
518 <param name="input_src" value="MaxQuant"/>
519 <param name="evidence" ftype="tabular" value="evidence.txt"/>
520 <param name="annotation" ftype="tabular" value="annotation.txt"/>
521 <param name="proteinGroups" ftype="tabular" value="proteinGroups.txt"/>
522 </conditional>
523 <param name="selected_outputs" value="ProfilePlot"/>
524 <conditional name="which_Protein">
525 <param name="select" value="allonly"/>
526 </conditional>
527 <output name="out_profile_plot" file="ProfilePlot_allonly.pdf" compare="sim_size"/>
528 </test>
512 </tests> 529 </tests>
513 <help><![CDATA[ 530 <help><![CDATA[
514 MSstatsTMT is an R-based package for detecting differentially abundant proteins in shotgun mass spectrometry-based proteomic experiments with tandem mass tag (TMT) labeling. It is applicable to isobaric labeling quantitative proteomics, including iTRAQ and TMT data. MSstatsTMT provides functionalities for two types of analysis: 1) Protein summarization based on peptide quantification data and visualization; 2) Model-based group comparison to detect significant changes in abundance. 531 MSstatsTMT is an R-based package for detecting differentially abundant proteins in shotgun mass spectrometry-based proteomic experiments with tandem mass tag (TMT) labeling. It is applicable to isobaric labeling quantitative proteomics, including iTRAQ and TMT data. MSstatsTMT provides functionalities for two types of analysis: 1) Protein summarization based on peptide quantification data and visualization; 2) Model-based group comparison to detect significant changes in abundance.
515 532
516 **Notes** 533 **Notes**