annotate msstats.xml @ 5:28434abe6c5c draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
author galaxyp
date Fri, 06 Aug 2021 20:06:19 +0000
parents 593839e1f2c3
children b7034eff0db1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
1 <tool id="msstats" name="MSstats" version="@VERSION@.0">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
2 <description>statistical relative protein significance analysis in DDA, SRM and DIA Mass Spectrometry</description>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
3 <macros>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
4 <token name="@VERSION@">4.0.0</token>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
5 <xml name="useUniquePeptide">
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
6 <param name="useUniquePeptide" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="true" label="Remove peptides that are assigned for more than one proteins"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
7 </xml>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
8 <xml name="summaryforMultipleRows">
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
9 <param name="summaryforMultipleRows" type="select" label="Summary for MultipleRows" help="When there are multiple measurements for certain feature and certain run, use highest or sum of all">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
10 <option value="max" selected="true">max</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
11 <option value="sum">sum</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
12 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
13 </xml>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
14 <xml name="fewMeasurements">
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
15 <param name="fewMeasurements" type="select" label="Features with few measurements " help="Remove the features that have 1 or 2 measurements across runs or keep all features or keep all features (the latter could give an error in fitting the statistical model)">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
16 <option value="remove" selected="true">remove</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
17 <option value="keep">keep</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
18 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
19 </xml>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
20 <xml name="removeProtein_with1Peptide">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
21 <param name="removeProtein_with1Peptide" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Remove the proteins which have only 1 peptide and charge"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
22 </xml>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
23
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
24 </macros>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
25 <requirements>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
26 <requirement type="package" version="@VERSION@">bioconductor-msstats</requirement>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
27 </requirements>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
28 <command detect_errors="exit_code"><![CDATA[
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
29 cat '$msstats_script' > '$r_script' &&
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
30 Rscript '$msstats_script'
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
31 ]]></command>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
32 <configfiles>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
33 <configfile name="msstats_script"><![CDATA[
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
34
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
35 library('MSstats', warn.conflicts = F, quietly = T, verbose = F)
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
36
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
37 #if $input.input_src == 'MSstats'
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
38
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
39 #if $input.msstats_input.is_of_type('csv')
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
40 raw <- read.csv("$input.msstats_input")
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
41 #else
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
42 raw <- read.table("$input.msstats_input", sep="\t", header=TRUE)
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
43 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
44
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
45 #elif $input.input_src == 'MaxQuant'
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
46 \# Read in MaxQuant files
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
47 mq_evidence <- read.table("$input.evidence", sep="\t", header=TRUE)
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
48
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
49 mq_proteinGroups <- read.table("$input.proteinGroups", sep="\t", header=TRUE)
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
50
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
51 \# Read in annotation including condition and biological replicates per run.
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
52 \# Users should make this annotation file. It is not the output from MaxQuant.
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
53 #if $input.annotation.is_of_type('csv')
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
54 annot <- read.csv("$input.annotation", header=TRUE)
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
55 #else
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
56 annot <- read.table("$input.annotation", sep="\t", header=TRUE)
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
57 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
58
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
59 raw <- MaxQtoMSstatsFormat(evidence=mq_evidence,
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
60 proteinGroups=mq_proteinGroups,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
61 annotation=annot,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
62 proteinID="$input.proteinID",
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
63 useUniquePeptide=$input.input_options.useUniquePeptide,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
64 summaryforMultipleRows=$input.input_options.summaryforMultipleRows,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
65 fewMeasurements="$input.input_options.fewMeasurements",
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
66 removeMpeptides=$input.input_options.removeMpeptides,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
67 removeOxidationMpeptides=$input.input_options.removeOxidationMpeptides,
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
68 removeProtein_with1Peptide=$input.input_options.removeProtein_with1Peptide,
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
69 use_log_file = TRUE,
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
70 append = TRUE,
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
71 log_file_pat = "log.txt")
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
72
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
73 #elif $input.input_src == 'OpenMS'
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
74
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
75 #if $input.openms_input.is_of_type('csv')
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
76 input <- read.csv("$input.openms_input", header=TRUE)
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
77 #else
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
78 input <- read.table("$input.openms_input", sep="\t", header=TRUE)
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
79 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
80
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
81 #if $input.annotation:
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
82 #if $input.annotation.is_of_type('csv')
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
83 annot <- read.csv("$input.annotation", header=TRUE)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
84 #else
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
85 annot <- read.table("$input.annotation", sep="\t", header=TRUE)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
86 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
87 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
88
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
89 raw <- OpenMStoMSstatsFormat(input,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
90 #if $input.annotation:
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
91 annotation=annot,
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
92 #end if
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
93 useUniquePeptide=$input.input_options.useUniquePeptide,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
94 summaryforMultipleRows=$input.input_options.summaryforMultipleRows,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
95 fewMeasurements="$input.input_options.fewMeasurements",
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
96 removeProtein_with1Feature=$input.input_options.removeProtein_with1Feature,
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
97 use_log_file = TRUE,
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
98 append = TRUE,
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
99 log_file_pat = "log.txt")
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
100
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
101
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
102 #elif $input.input_src == 'OpenSWATH'
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
103
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
104 #if $input.openswath_input.is_of_type('csv')
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
105 input <- read.csv("$input.openswath_input", header=TRUE)
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
106 #else
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
107 input <- read.table("$input.openswath_input", sep="\t", header=TRUE)
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
108 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
109 #if $input.annotation.is_of_type('csv')
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
110 annot <- read.csv("$input.annotation", header=TRUE)
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
111 #else
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
112 annot <- read.table("$input.annotation", sep="\t", header=TRUE)
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
113 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
114
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
115 raw <- OpenSWATHtoMSstatsFormat(input,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
116 annotation=annot,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
117 filter_with_mscore=$input.input_options.filter_with_mscore,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
118 mscore_cutoff=$input.input_options.mscore_cutoff,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
119 useUniquePeptide=$input.input_options.useUniquePeptide,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
120 fewMeasurements="$input.input_options.fewMeasurements",
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
121 removeProtein_with1Feature=$input.input_options.removeProtein_with1Feature,
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
122 summaryforMultipleRows=$input.input_options.summaryforMultipleRows,
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
123 use_log_file = TRUE,
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
124 append = TRUE,
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
125 log_file_pat = "log.txt")
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
126
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
127 #elif $input.input_src == 'Skyline'
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
128
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
129 #if $input.skyline_input.is_of_type('csv')
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
130 input <- read.csv("$input.skyline_input", header=TRUE)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
131 #else
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
132 input <- read.table("$input.skyline_input", sep="\t", header=TRUE)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
133 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
134
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
135 #if $input.annotation:
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
136 #if $input.annotation.is_of_type('csv')
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
137 annot <- read.csv("$input.annotation", header=TRUE)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
138 #else
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
139 annot <- read.table("$input.annotation", sep="\t", header=TRUE)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
140 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
141 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
142
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
143 raw <- SkylinetoMSstatsFormat(input,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
144 #if $input.annotation:
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
145 annotation = annot,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
146 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
147 removeiRT = $input.input_options.removeiRT,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
148 filter_with_Qvalue = $input.input_options.filter_with_Qvalue,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
149 qvalue_cutoff = $input.input_options.qvalue_cutoff,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
150 useUniquePeptide = $input.input_options.useUniquePeptide,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
151 fewMeasurements="$input.input_options.fewMeasurements",
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
152 removeOxidationMpeptides = $input.input_options.removeOxidationMpeptides,
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
153 removeProtein_with1Feature = $input.input_options.removeProtein_with1Feature,
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
154 use_log_file = TRUE,
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
155 append = TRUE,
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
156 log_file_pat = "log.txt")
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
157
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
158 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
159
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
160 processed_data <- dataProcess(raw,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
161 logTrans=$dp_options.logTrans,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
162 normalization="$dp_options.norm.normalization",
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
163 #if $dp_options.norm.normalization == 'globalStandards'
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
164 nameStandards=c($dp_options.norm.nameStandards),
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
165 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
166 featureSubset="$dp_options.features.featureSubset",
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
167 #if $dp_options.features.featureSubset == 'topN'
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
168 n_top_feature=$dp_options.features.n_top_feature,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
169 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
170 #if $dp_options.features.featureSubset == 'highQuality'
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
171 remove_uninformative_feature_outlier=$dp_options.features.remove_uninformative_feature_outlier,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
172 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
173 summaryMethod="$dp_options.summarize.summaryMethod",
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
174 #if $dp_options.summarize.summaryMethod == 'TMP'
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
175 MBimpute=$dp_options.summarize.MBimpute,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
176 remove50missing=$dp_options.summarize.remove50missing,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
177 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
178 #if $dp_options.summarize.summaryMethod == 'linear'
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
179 equalFeatureVar=$dp_options.summarize.equalFeatureVar,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
180 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
181 #if $dp_options.censoredInt == 'NULL'
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
182 censoredInt=NULL,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
183 #else
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
184 censoredInt="$dp_options.censoredInt",
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
185 #end if
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
186 #if $dp_options.maxQuantileforCensored == ''
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
187 maxQuantileforCensored = NULL,
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
188 #else
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
189 maxQuantileforCensored = $dp_options.maxQuantileforCensored,
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
190 #end if
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
191 use_log_file = TRUE,
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
192 append = TRUE,
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
193 log_file_pat = "log.txt")
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
194
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
195
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
196 #if 'raw_data' in $dp_options.selected_outputs
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
197 write.table(raw, "raw.tsv", sep = "\t", quote = F, row.names = F, dec = ".")
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
198 #end if
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
199
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
200 #if 'featurelevel_data' in $dp_options.selected_outputs
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
201 write.table(processed_data\$FeatureLevelData, "featurelevelData.tsv", sep = "\t", quote = F, row.names = F, dec = ".")
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
202 #end if
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
203
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
204 #if 'proteinlevel_data' in $dp_options.selected_outputs
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
205 write.table(processed_data\$ProteinLevelData, "proteinlevelData.tsv", sep = "\t", quote = F, row.names = F, dec = ".")
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
206 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
207
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
208 #for $plot_type in $dp_options.out_plots_opt.selected_vis_outputs
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
209
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
210
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
211 #if $plot_type[-4:] == "Plot"
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
212
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
213 dataProcessPlots(data = processed_data,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
214 type = '$plot_type',
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
215 featureName = "$dp_options.out_plots_opt.proc_plots_advanced.featureName",
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
216 #if $dp_options.out_plots_opt.proc_plots_advanced.ylimUp:
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
217 ylimUp = $dp_options.out_plots_opt.proc_plots_advanced.ylimUp,
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
218 #end if
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
219 #if $dp_options.out_plots_opt.proc_plots_advanced.ylimDown:
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
220 ylimDown = $dp_options.out_plots_opt.proc_plots_advanced.ylimDown,
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
221 #end if
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
222 scale = $dp_options.out_plots_opt.proc_plots_advanced.scale,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
223 interval = "$dp_options.out_plots_opt.proc_plots_advanced.interval",
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
224 x.axis.size = $dp_options.out_plots_opt.proc_plots_advanced.x_axis_size,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
225 y.axis.size = $dp_options.out_plots_opt.proc_plots_advanced.y_axis_size,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
226 text.size = $dp_options.out_plots_opt.proc_plots_advanced.text_size,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
227 text.angle = $dp_options.out_plots_opt.proc_plots_advanced.text_angle,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
228 legend.size = $dp_options.out_plots_opt.proc_plots_advanced.legend_size,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
229 dot.size.profile = $dp_options.out_plots_opt.proc_plots_advanced.dot_size_profile,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
230 dot.size.condition = $dp_options.out_plots_opt.proc_plots_advanced.dot_size_condition,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
231 width = $dp_options.out_plots_opt.width,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
232 height = $dp_options.out_plots_opt.height,
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
233 #if $dp_options.out_plots_opt.which_Protein.select == 'list'
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
234 which.Protein = unlist(read.table("$dp_options.out_plots_opt.which_Protein.protein_list", sep = "\n", header = FALSE), use.names = FALSE),
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
235 #elif $dp_options.out_plots_opt.which_Protein.select == 'allonly'
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
236 #if $plot_type == "QCPlot"
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
237 which.Protein = "allonly",
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
238 #else
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
239 which.Protein = "all",
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
240 #end if
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
241 #else
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
242 which.Protein = "all",
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
243 #end if
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
244 remove_uninformative_feature_outlier = $dp_options.out_plots_opt.proc_plots_advanced.remove_uninformative_feature_outlier,
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
245 address="MSStats_only_")
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
246 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
247 #end for
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
248
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
249 ## Quantifiaction
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
250 #if 'quant_sample_matrix' in $dp_options.selected_outputs
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
251 sampleQuantMatrix <- quantification(processed_data, type="Sample", use_log_file = TRUE, append = TRUE, log_file_pat = "log.txt")
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
252 write.table(sampleQuantMatrix, "SampleQuantificationMatrix.tsv", sep = "\t", quote = F, row.names = F, dec = ".")
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
253 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
254
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
255 #if 'quant_sample_long' in $dp_options.selected_outputs
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
256 sampleQuantLong <- quantification(processed_data, type="Sample", format="long", use_log_file = TRUE, append = TRUE, log_file_pat = "log.txt")
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
257 write.table(sampleQuantLong, "SampleQuantificationLong.tsv", sep = "\t", quote = F, row.names = F, dec = ".")
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
258 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
259
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
260 #if 'quant_group_matrix' in $dp_options.selected_outputs
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
261 groupQuantMatrix <- quantification(processed_data, type="Group", use_log_file = TRUE, append = TRUE, log_file_pat = "log.txt")
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
262 write.table(groupQuantMatrix, "GroupQuantificationMatrix.tsv", sep = "\t", quote = F, row.names = F, dec = ".")
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
263 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
264
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
265 #if 'quant_group_long' in $dp_options.selected_outputs
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
266 groupQuantLong <- quantification(processed_data, type="Group", format="long", use_log_file = TRUE, append = TRUE, log_file_pat = "log.txt")
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
267 write.table(groupQuantLong, "GroupQuantificationLong.tsv", sep = "\t", quote = F, row.names = F, dec = ".")
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
268 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
269
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
270 ## Group Comparison
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
271 #if $group.group_comparison == 'yes'
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
272 \# Group Comparison
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
273 #if $group.comparison_matrix.is_of_type('csv')
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
274 comp_matrix <- read.csv("$group.comparison_matrix", header=TRUE)
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
275 #else
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
276 comp_matrix <- read.table("$group.comparison_matrix", sep="\t", header=TRUE)
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
277 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
278
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
279 ## first columns contains comparison names, use as row name
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
280 comparison <- comp_matrix[,-1]
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
281 row.names(comparison) <- as.character(comp_matrix[,1])
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
282
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
283 ## order of conditions has to be the same as they appear in the levels function
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
284 comparison <- as.matrix(comparison[levels(processed_data\$FeatureLevelData\$GROUP)])
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
285
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
286 ## perform group comparison
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
287 comparisons <- groupComparison(contrast.matrix = comparison, data = processed_data, use_log_file = TRUE, append = TRUE, log_file_pat = "log.txt")
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
288
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
289 #if 'fittedmodel' in $group.select_outputs
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
290 capture.output(print(comparisons\$FittedModel), file="ComparisonFittedModel.txt")
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
291 #end if
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
292
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
293
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
294 #if 'comparison_result' in $group.select_outputs
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
295 write.table(comparisons\$ComparisonResult, "ComparisonResult.tsv", sep = "\t", quote = F, row.names = F, dec = ".")
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
296 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
297
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
298 #if 'model_qc' in $group.select_outputs
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
299 write.table(comparisons\$ModelQC, "ModelQC.tsv", sep = "\t", quote = F, row.names = F, dec = ".")
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
300 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
301
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
302 ## Visualizations:
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
303
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
304 #for $plot_type in $group.comparison_plots_opt.select_comparison_plots
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
305
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
306
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
307 #if $plot_type == "QQPlots" or $plot_type == "ResidualPlots"
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
308
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
309 modelBasedQCPlots(data = comparisons,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
310 type = "$plot_type",
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
311 axis.size = $group.comparison_plots_opt.comparison_vis_options.axis_size,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
312 dot.size = $group.comparison_plots_opt.comparison_vis_options.dot_size,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
313 width = $group.comparison_plots_opt.width,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
314 height = $group.comparison_plots_opt.height,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
315 #if $group.comparison_plots_opt.which_Protein.select != 'list'
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
316 which.Protein = "$group.comparison_plots_opt.which_Protein.select",
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
317 #else
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
318 which.Protein = unlist(read.table("$group.comparison_plots_opt.which_Protein.protein_list", sep = "\n", header = FALSE), use.names = FALSE),
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
319 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
320 address="MSStats_group_")
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
321
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
322
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
323 #elif $plot_type == "VolcanoPlot" or $plot_type == "Heatmap" or $plot_type == "ComparisonPlot"
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
324
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
325 groupComparisonPlots(data = comparisons\$ComparisonResult,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
326 type = "$plot_type",
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
327 sig = $group.comparison_plots_opt.comparison_vis_options.sig,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
328 #if $group.comparison_plots_opt.comparison_vis_options.FCcutoff:
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
329 FCcutoff = $group.comparison_plots_opt.comparison_vis_options.FCcutoff,
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
330 #end if
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
331 logBase.pvalue = $group.comparison_plots_opt.comparison_vis_options.logBase_pvalue,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
332 #if $group.comparison_plots_opt.comparison_vis_options.ylimUp:
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
333 ylimUp = $group.comparison_plots_opt.comparison_vis_options.ylimUp,
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
334 #end if
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
335 #if $group.comparison_plots_opt.comparison_vis_options.ylimDown:
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
336 ylimDown = $group.comparison_plots_opt.comparison_vis_options.ylimDown,
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
337 #end if
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
338 x.axis.size = $group.comparison_plots_opt.comparison_vis_options.x_axis_size,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
339 y.axis.size = $group.comparison_plots_opt.comparison_vis_options.y_axis_size,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
340 dot.size = $group.comparison_plots_opt.comparison_vis_options.dot_size,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
341 text.size = $group.comparison_plots_opt.comparison_vis_options.text_size,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
342 text.angle = $group.comparison_plots_opt.comparison_vis_options.text_angle,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
343 legend.size = $group.comparison_plots_opt.comparison_vis_options.legend_size,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
344 ProteinName = $group.comparison_plots_opt.comparison_vis_options.ProteinName,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
345 colorkey = $group.comparison_plots_opt.comparison_vis_options.colorkey,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
346 numProtein = $group.comparison_plots_opt.comparison_vis_options.numProtein,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
347 clustering = "$group.comparison_plots_opt.comparison_vis_options.clustering",
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
348 width = $group.comparison_plots_opt.width,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
349 height = $group.comparison_plots_opt.height,
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
350 #if $group.comparison_plots_opt.which_Protein.select != 'list'
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
351 which.Protein = "$group.comparison_plots_opt.which_Protein.select",
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
352 #else
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
353 which.Protein = unlist(read.table("$group.comparison_plots_opt.which_Protein.protein_list", sep = "\n", header = FALSE), use.names = FALSE),
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
354 #end if
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
355 #if $group.comparison_plots_opt.comparison_vis_options.which_Comparison.select != 'list'
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
356 which.Comparison = "$group.comparison_plots_opt.comparison_vis_options.which_Comparison.select",
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
357 #else
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
358 which.Comparison = unlist(read.table("$group.comparison_plots_opt.comparison_vis_options.which_Comparison.comparison_list", sep = "\n", header = FALSE), use.names = FALSE),
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
359 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
360 address="MSStats_group_")
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
361
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
362
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
363 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
364 #end for
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
365
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
366 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
367 ]]></configfile>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
368 </configfiles>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
369 <inputs>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
370 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
371 <param name="input_src" type="select" label="input source">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
372 <option value="MSstats">MStats 10 column format</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
373 <option value="MaxQuant">MaxQuant</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
374 <option value="OpenMS">OpenMS</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
375 <option value="OpenSWATH">OpenSWATH</option>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
376 <!--option value="DIAUmpire">DIA-Umpire</option-->
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
377 <option value="Skyline">Skyline</option>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
378 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
379 <when value="MSstats">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
380 <param name="msstats_input" type="data" format="tabular,csv" label="MSstats 10-column input"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
381 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
382 <when value="MaxQuant">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
383 <param name="evidence" type="data" format="tabular,csv" label="evidence.txt - feature-level data"/>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
384 <param name="proteinGroups" type="data" format="tabular,csv" label="proteinGroups.txt - protein-level data" help="It needs to match protein group ID. If not selected use Proteins in 'evidence.txt'"/>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
385 <param name="annotation" type="data" format="tabular,csv" label="annotation file" help="Columns: Raw.file, Condition (the name of the condition is not allowed to start with a number or contain any special characters.), BioReplicate, Run, IsotopeLabelType information"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
386
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
387 <param name="proteinID" type="select" label="Select Protein ID in evidence.txt">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
388 <option value="Proteins">Protein column</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
389 <option value="Leading.razor.protein">Leading razor protein column</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
390 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
391 <section name="input_options" title="MaxQtoMSstatsFormat Options" expanded="false">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
392 <expand macro="useUniquePeptide"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
393 <expand macro="summaryforMultipleRows"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
394 <expand macro="fewMeasurements"/>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
395 <param name="removeMpeptides" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Remove the peptides including 'M' sequence"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
396 <param name="removeOxidationMpeptides" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Remove the peptides including Oxidized 'M' sequence"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
397 <expand macro="removeProtein_with1Peptide"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
398 </section>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
399 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
400 <when value="OpenMS">
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
401 <param name="openms_input" type="data" format="tabular,csv" label="OpenMS input (e.g. output of MSstatsConverter)"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
402 <param name="annotation" type="data" format="tabular,csv" optional="true" label="If annotation is not yet complete in OpenMS, use annotation with Raw.file, Condition (the name of the condition is not allowed to start with a number or contain any special characters), BioReplicate, and Runinformation"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
403 <section name="input_options" title="OpenMStoMSstatsFormat Options" expanded="false">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
404 <expand macro="useUniquePeptide"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
405 <expand macro="summaryforMultipleRows"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
406 <expand macro="fewMeasurements"/>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
407 <param name="removeProtein_with1Feature" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Remove the proteins which have only 1 peptide and charge"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
408 </section>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
409 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
410 <when value="OpenSWATH">
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
411 <param name="openswath_input" type="data" format="tabular,csv" label="OpenSWATH_input"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
412 <param name="annotation" type="data" format="tabular,csv" label="annotation file"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
413 <section name="input_options" title="OpenSWATHtoMSstatsFormat Options" expanded="false">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
414 <param name="filter_with_mscore" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="true" label="Remove the peptides including 'M' sequence"/>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
415 <param name="mscore_cutoff" type="float" value="0.01" min="0" max="1.0" label="m_score cutoff"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
416 <expand macro="useUniquePeptide"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
417 <expand macro="fewMeasurements"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
418 <expand macro="summaryforMultipleRows"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
419 <param name="removeProtein_with1Feature" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Remove the proteins which have only 1 peptide and charge"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
420 </section>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
421 </when>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
422 <when value="Skyline">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
423 <param name="skyline_input" type="data" format="tabular,csv" label="Skyline input"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
424 <param name="annotation" type="data" optional="true" format="tabular,csv" label="annotation file"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
425 <section name="input_options" title="SkylinetoMSstatsFormat Options" expanded="false">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
426 <param name="removeiRT" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="true" label="Remove iRT" help="Yes (default) will remove the proteins or peptides which are labeld ’iRT’ in ’StandardType’ column. No will keep them."/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
427 <param name="filter_with_Qvalue" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="true" label="Filter with Qvalue" help="Yes (default) will filter out the intensities that have greater than qvalue_cutoff in Detection QValue column. Those intensities will be replaced with zero and will be considered as censored missing values for imputation purpose."/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
428 <param name="qvalue_cutoff" type="float" value="0.01" min="0" max="1.0" label="Cutoff for Detection QValue."/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
429 <expand macro="removeProtein_with1Peptide"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
430 <expand macro="useUniquePeptide"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
431 <expand macro="fewMeasurements"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
432 <param name="removeOxidationMpeptides" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Remove Oxidation M peptides" help="Yes will remove the peptides including ’oxidation (M)’ in modification."/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
433 <param name="removeProtein_with1Feature" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Remove proteins with 1 feature" help="Yes will remove the proteins which have only 1 peptide and charge."/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
434 </section>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
435 </when>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
436 </conditional>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
437
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
438 <section name="dp_options" title="dataProcess Options" expanded="true">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
439 <param name="selected_outputs" type="select" display="checkboxes" multiple="true" label="Select outputs">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
440 <option value="log" selected="true">MSstats log</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
441 <option value="r_script" selected="false">MSstats Rscript</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
442 <option value="raw_data" selected="true">MSstats RawData</option>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
443 <option value="featurelevel_data" selected="true">MSstats FeatureLevelData</option>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
444 <option value="proteinlevel_data" selected="false">MSstats ProteinLevelData</option>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
445 <option value="quant_sample_matrix" selected="false">Sample Quantification Matrix Table</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
446 <option value="quant_sample_long" selected="false">Sample Quantification Long Table</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
447 <option value="quant_group_matrix" selected="true">Group Quantification Matrix Table</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
448 <option value="quant_group_long" selected="false">Group Quantification Long Table</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
449 </param>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
450 <param name="logTrans" type="select" label="logarithm transformation of intensities with base 2 or 10." help="Intensities for original intensity between 0 and 1 will be replaced with zero value after normalization.">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
451 <option value="2" selected="true">2</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
452 <option value="10">10</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
453 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
454 <conditional name="norm">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
455 <param name="normalization" type="select" label="Normalization to remove systematic bias between MS runs">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
456 <option value="equalizeMedians" selected="true">equalizeMedians - represents constant normalization</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
457 <option value="quantile">quantile - quantile normalization</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
458 <option value="globalStandards">globalStandards - normalization with global standards proteins</option>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
459 <option value="FALSE">false - no normalization is performed</option>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
460 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
461 <when value="equalizeMedians"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
462 <when value="quantile"/>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
463 <when value="globalStandards">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
464 <param name="nameStandards" type="text" value="" label="global standard peptide names" help="Peptide names should be double-quoted and separated by commas">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
465 <validator type="empty_field" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
466 <validator type="regex" message="double-quoted names separated by commas"><![CDATA[^".+"(,".+")*$]]></validator>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
467 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
468 </when>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
469 <when value="FALSE"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
470 </conditional>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
471 <conditional name="features">
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
472 <param name="featureSubset" type="select" label="Feature Subset">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
473 <option value="all" selected="true">Use all features that the data set has</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
474 <option value="top3">Use the top 3 features which have highest average of log2(intensity) across runs</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
475 <option value="topN">Use the top N features which have highest average of log2(intensity) across runs</option>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
476 <option value="highQuality">High quality: Flag uninformative feature and outliers</option>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
477 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
478 <when value="all"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
479 <when value="top3"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
480 <when value="topN">
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
481 <param name="n_top_feature" type="integer" value="3" min="1" label="The number of top features for Feature Subset"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
482 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
483 <when value="highQuality">
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
484 <param name="remove_uninformative_feature_outlier" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Remove features flagged with uninformative feature quality"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
485 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
486 </conditional>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
487 <conditional name="summarize">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
488 <param name="summaryMethod" type="select" label="Summary Method">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
489 <option value="TMP" selected="true">TMP - Tukey's median polish</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
490 <option value="linear" selected="true">linear - linear mixed model</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
491 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
492 <when value="TMP">
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
493 <param name="MBimpute" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="true" label="Impute Missing Values" help="Yes: inserts 'NA' or '0' (depending on censored intensity), No: uses the values assigned by cutoff value for censoring"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
494 <param name="remove50missing" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Remove runs which have more than 50% missing values"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
495 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
496 <when value="linear">
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
497 <param name="equalFeatureVar" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="true" label="Account for heterogeneous variation among intensities from different features" help="Yes: assumes equal variance among intensities from features. No: means that we cannot assume equal variance among intensities from features, then we will account for heterogeneous variation from different features"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
498 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
499 </conditional>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
500 <param name="censoredInt" type="select" label="Censored intensity">
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
501 <help>The processing tools report missing values differently. This option is for distinguish which value should be considered as missing, and further whether it is censored or at random. Skyline and OpenSWATH input should use '0'. MaxQuant input should use 'NA'</help>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
502 <option value="NA" selected="true">NA - Assume that all 'NA's in 'Intensity' column are censored</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
503 <option value="0">0 - Use zero intensities '0' as censored intensity</option>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
504 <!--option value="NULL">NULL - Assume all NA intensites are randomly missing</option-->
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
505 </param>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
506 <param name="maxQuantileforCensored" type="float" optional="true" value="0.999" min="0" max="1.0" label="Maximum quantile for deciding censored missing values." help="If you don't want to apply the threshold of noise intensity in your data, remove the value (empty field)"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
507
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
508
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
509 <section name="out_plots_opt" title="DataProcess Plot Options" expanded="false">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
510 <param name="selected_vis_outputs" type="select" display="checkboxes" multiple="true" label="Select visualization outputs">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
511 <option value="QCPlot" selected="false">MSstats QCPlot</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
512 <option value="ProfilePlot" selected="false">MSstats ProfilePlot</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
513 <option value="profile_wsum_plot" selected="false">MSstats ProfilePlot_wSummarization</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
514 <option value="ConditionPlot" selected="false">MSstats ConditionPlot</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
515 </param>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
516 <conditional name="which_Protein">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
517 <param name="select" type="select" label="Select protein IDs to draw plots">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
518 <option value="all" selected="true">generate all plots for each protein</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
519 <option value="allonly">Option for QC plot: "allonly" will generate one QC plot with all proteins</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
520 <option value="list">Protein IDs as tabular input</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
521 </param>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
522 <when value="all"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
523 <when value="allonly"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
524 <when value="list">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
525 <param name="protein_list" type="data" format="tabular" label="List of proteins"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
526 </when>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
527 </conditional>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
528 <param name="width" type="integer" min="1" value="8" label="Width of the saved pdf file"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
529 <param name="height" type="integer" min="1" value="5" label="Height of the saved pdf file"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
530
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
531 <section name="proc_plots_advanced" title="Advanced visualization parameters" expanded="false">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
532 <param name="featureName" type="select" display="radio" label="Feature name for Profile Plot" help="Transition means printing feature legend intransition-level; Peptide means printing feature legend in peptide-level; NA means no feature legend printing.">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
533 <option value="Transition" selected="true">Transition</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
534 <option value="Peptide">Peptide</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
535 <option value="NA">NA</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
536 </param>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
537 <param name="ylimUp" type="float" optional="true" label="For all three plots, upper limit for y-axis." help="Empty (default) for Profile Plot and QC Plot uses the upper limit as rounded off maximum of log2(intensities) after normalization + 3; for Condition Plot maximum of log ratio + SD or CI. Alternatively, insert specific value of y-axis limit."/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
538 <param name="ylimDown" type="float" optional="true" label="For all three plots, lower limit for y-axis in the log scale" help="Empty (default) for Profile Plot and QCPlot uses 0; for Condition Plot is minimum of log ratio - SD or CI. Alternatively, insert specific value of lower y-axis limit. "/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
539
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
540 <param name="scale" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Scale for Condition Plot" help=" No (Default) means each conditional level is not scaled at x-axis according to its actual value (equal space at x-axis). Yes means each conditional level is scaled at x-axis according to its actual value (unequal space at x-axis)."/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
541 <param name="interval" type="select" display="radio" label="Interval for Condition Plot" help="CI (default) uses confidence interval with 0.95 significant level for the width of error bar. SD uses standard deviation for the width of error bar.">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
542 <option value="CI" selected="true">CI - confidence interval</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
543 <option value="SD">SD - standard deviation</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
544 </param>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
545 <param name="x_axis_size" type="integer" min="1" value="10" label="Size of x-axis labeling for 'Run' in Profile Plot and QC Plot, and 'Condition' in Condition Plot"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
546 <param name="y_axis_size" type="integer" min="1" value="10" label="Size of y-axis labeling"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
547 <param name="text_size" type="integer" min="1" value="4" label="Size of labeling for feature names in normal QQPlots separately for each feature and size of labels represented each condition at the top of graph in Profile Plot and QC plot."/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
548 <param name="text_angle" type="integer" min="0" max="360" value="90" label="Angle of labels represented each condition at the top of graph in Profile Plot and QC plot or x-axis labeling in Condition plot."/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
549 <param name="legend_size" type="integer" min="1" value="7" label="Size of feature names in residual plots and feature legend (transition-level or peptide-level) above graph in Profile Plot. "/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
550 <param name="dot_size_profile" type="integer" min="1" value="2" label="Size of dots in Profile plot"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
551 <param name="dot_size_condition" type="integer" min="1" value="3" label="Size of dots in Condition plot"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
552
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
553 <param name="remove_uninformative_feature_outlier" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Remove uninformative feature outlier in profile plots" help="It only works after when feature subset high Quality was used in dataProcess options. Yes allows to remove 1) the features are flagged in the column, feature_quality=Uninformative which are features with bad quality, 2) outliers that are flagged in the column, is_outlier=TRUE in profile plots. No (default) shows all features and intensities in profile plots."/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
554 </section>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
555 </section>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
556 </section>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
557
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
558 <conditional name="group">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
559 <param name="group_comparison" type="select" label="Compare Groups">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
560 <option value="no">No</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
561 <option value="yes">Yes</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
562 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
563 <when value="no"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
564 <when value="yes">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
565 <param name="comparison_matrix" type="data" format="tabular,csv" label="Comparison Matrix"/>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
566 <param name="select_outputs" type="select" display="checkboxes" multiple="true" label="Select outputs">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
567 <option value="comparison_result" selected="true">MSstats ComparisonResult.tsv</option>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
568 <option value="fittedmodel" selected="false">MSstats ComparisonFittedModel.txt</option>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
569 <option value="model_qc" selected="false">MSstats ModelQC.tsv</option>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
570 </param>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
571
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
572 <section name="comparison_plots_opt" title="Comparison Visualization Options" expanded="false">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
573 <param name="select_comparison_plots" type="select" display="checkboxes" multiple="true" label="Select visualization outputs">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
574 <option value="VolcanoPlot" selected="false">MSstats VolcanoPlot</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
575 <option value="ComparisonPlot" selected="false">MSstats ComparisonPlot</option>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
576 <option value="QQPlots" selected="false">MSstats QQPlot</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
577 <option value="ResidualPlots" selected="false">MSstats ResidualPlot</option>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
578 <option value="Heatmap" selected="false">MSstats Heatmap (only possible for at least 2 comparisons)</option>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
579 </param>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
580 <param name="width" type="integer" min="1" value="8" label="Width of the saved pdf file"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
581 <param name="height" type="integer" min="1" value="5" label="Height of the saved pdf file"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
582 <conditional name="which_Protein">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
583 <param name="select" type="select" label="Select protein IDs to draw plots">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
584 <option value="all" selected="true">generate all plots for each protein</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
585 <option value="list">Protein IDs as tabular input</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
586 </param>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
587 <when value="all"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
588 <when value="list">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
589 <param name="protein_list" type="data" format="tabular" label="List of proteins"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
590 </when>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
591 </conditional>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
592
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
593 <section name="comparison_vis_options" title="Advanced visualization parameters">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
594
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
595 <param name="sig" type="float" min="0" max="1" value="0.05" label="FDR cutoff for the adjusted p-values in heatmap and volcano plot" help="Level of significance for comparison plot. 100(1-sig)% confidence interval will be drawn."/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
596 <param name="FCcutoff" type="float" optional="true" label="Involve fold change cutoff or not for volcano plot or heatmap." help="Empty (default) means no fold change cutoff is applied for significance analysis. Specific value means specific fold change cutoff is applied"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
597 <param name="logBase_pvalue" type="select" label="For volcano plot or heatmap, logarithm transformation of adjusted p-valuewith base 2 or 10">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
598 <option value="2">2</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
599 <option value="10" selected="true">10</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
600 </param>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
601 <param name="ylimUp" type="float" optional="true" label="For all three plots, upper limit for y-axis." help="Empty (default) for volcano plot/heatmap use maximum of -log2 (adjusted p-value) or -log10 (adjusted p-value), for comparison plot uses maximum of log-fold change + CI. Alternatively, insert specific value of y-axis limit. "/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
602 <param name="ylimDown" type="float" optional="true" label="For all tree plots, lower limit for y-axis in the log scale" help="Empty (default) for volcano plot/heatmap use minimum of -log2 (adjusted p-value) or -log10 (adjusted p-value), for comparison plot uses minimum of log-fold change - CI. Alternatively, insert specific value of y-axis limit. "/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
603 <param name="xlimUp" type="float" optional="true" label="For Volcano plot, the limit for x-axis" help="Empty (default) for use maximum for absolute value of log-fold change or 3 as default if maximum for absolute value of log-fold change is less than 3. Alternatively, insert specific value of y-axis limit."/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
604 <param name="axis_size" type="integer" min="1" value="10" label="Size of axes labels for Residual and QQ Plots"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
605 <param name="x_axis_size" type="integer" min="1" value="10" label="Size of x-axis labeling"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
606 <param name="y_axis_size" type="integer" min="1" value="10" label="Size of y-axis labeling"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
607 <param name="dot_size" type="integer" min="1" value="3" label="Size of dots in residual plots, QQPlots, volcano plot and comparison plot."/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
608 <param name="text_size" type="integer" min="1" value="4" label="Size of Protein Name label in the graph for Volcano Plot."/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
609 <param name="text_angle" type="integer" min="0" max="360" value="90" label="Angle of x-axis labels represented each comparison at the bottom of graph incomparison plot."/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
610 <param name="legend_size" type="integer" min="1" value="7" label="Size of legend for color at the bottom of volcano plot. "/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
611 <param name="ProteinName" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="true" label="Display protein names in Volcano Plot." help="Yes (default) means protein names, which are significant, are displayed next to the points. No means no protein names are displayed."/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
612 <param name="colorkey" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="true" label="Show colour key"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
613 <param name="numProtein" type="integer" min="1" value="100" max="180" label="Number of proteins which will be presented in each heatmap."/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
614 <param name="clustering" type="select" label="Determines how to order proteins and comparisons. Hierarchical cluster analysis with Ward method(minimum variance) is performed.">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
615 <help>’protein’ means that protein dendrogram is computed and reordered based on protein means (the order of row is changed). ’comparison’ means comparison dendrogram is computed and reordered based on comparison means (the order of comparison is changed). ’both’ means to reorder both protein and comparison.</help>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
616 <option value="protein" selected="true">protein</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
617 <option value="comparison">comparison</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
618 <option value="both">both</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
619 </param>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
620 <conditional name="which_Comparison">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
621 <param name="select" type="select" label="Select comparisons to draw plots">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
622 <option value="all" selected="true">Generate all plots for each comparison</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
623 <option value="list">Comparison names as tabular input</option>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
624 </param>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
625 <when value="all"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
626 <when value="list">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
627 <param name="comparison_list" type="data" format="tabular" label="List of comparisons"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
628 </when>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
629 </conditional>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
630 </section>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
631 </section>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
632 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
633 </conditional>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
634 </inputs>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
635 <outputs>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
636 <data name="log" format="txt" label="${tool.name} on ${on_string}: log" from_work_dir="log.txt">
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
637 <filter>'log' in dp_options['selected_outputs']</filter>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
638 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
639 <data name="r_script" format="txt" label="${tool.name} on ${on_string}: Rscript">
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
640 <filter>'r_script' in dp_options['selected_outputs']</filter>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
641 </data>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
642 <data name="raw_data" format="tabular" label="${tool.name} on ${on_string}: RawData" from_work_dir="raw.tsv">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
643 <filter>'raw_data' in dp_options['selected_outputs']</filter>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
644 </data>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
645 <data name="featurelevel_data" format="tabular" label="${tool.name} on ${on_string}: FeatureLevelData" from_work_dir="featurelevelData.tsv">
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
646 <filter>'featurelevel_data' in dp_options['selected_outputs']</filter>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
647 <!--actions>
1
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
648 <action name="column_names" type="metadata" default="PROTEIN,PEPTIDE,TRANSITION,FEATURE,LABEL,GROUP_ORIGINAL,SUBJECT_ORIGINAL,RUN,GROUP,SUBJECT,INTENSITY,SUBJECT_NESTED,ABUNDANCE,FRACTION,originalRUN,censored" />
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
649 </actions-->
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
650 </data>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
651 <data name="proteinlevel_data" format="tabular" label="${tool.name} on ${on_string}: ProteinLevelData" from_work_dir="proteinlevelData.tsv">
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
652 <filter>'proteinlevel_data' in dp_options['selected_outputs']</filter>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
653 <!--actions>
1
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
654 <action name="column_names" type="metadata" default="RUN,Protein,LogIntensities,NumMeasuredFeature,MissingPercentage,more50missing,NumImputedFeature,originalRUN,GROUP,GROUP_ORIGINAL,SUBJECT_ORIGINAL,SUBJECT_NESTED,SUBJECT" />
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
655 </actions-->
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
656 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
657 <data name="QCPlot" format="pdf" label="${tool.name} on ${on_string}: QCPlot" from_work_dir="MSStats_only_QCPlot.pdf">
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
658 <filter>dp_options['out_plots_opt']['selected_vis_outputs'] and 'QCPlot' in dp_options['out_plots_opt']['selected_vis_outputs']</filter>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
659 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
660 <data name="ProfilePlot" format="pdf" label="${tool.name} on ${on_string}: Profile Plot" from_work_dir="MSStats_only_ProfilePlot.pdf">
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
661 <filter>dp_options['out_plots_opt']['selected_vis_outputs'] and 'ProfilePlot' in dp_options['out_plots_opt']['selected_vis_outputs']</filter>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
662 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
663 <data name="profile_wsum_plot" format="pdf" label="${tool.name} on ${on_string}: Profile Plot with Summarization" from_work_dir="MSStats_only_ProfilePlot_wSummarization.pdf">
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
664 <filter>dp_options['out_plots_opt']['selected_vis_outputs'] and 'profile_wsum_plot' in dp_options['out_plots_opt']['selected_vis_outputs']</filter>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
665 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
666 <data name="ConditionPlot" format="pdf" label="${tool.name} on ${on_string}: Condition Plot" from_work_dir="MSStats_only_ConditionPlot.pdf">
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
667 <filter>dp_options['out_plots_opt']['selected_vis_outputs'] and 'ConditionPlot' in dp_options['out_plots_opt']['selected_vis_outputs']</filter>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
668 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
669 <data name="quant_sample_matrix" format="tabular" label="${tool.name} on ${on_string}: Sample Quantification Matrix" from_work_dir="SampleQuantificationMatrix.tsv">
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
670 <filter>'quant_sample_matrix' in dp_options['selected_outputs']</filter>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
671 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
672 <data name="quant_sample_long" format="tabular" label=" ${tool.name} on ${on_string}:Sample Quantification Long" from_work_dir="SampleQuantificationLong.tsv">
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
673 <filter>'quant_sample_long' in dp_options['selected_outputs']</filter>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
674 <!--actions>
1
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
675 <action name="column_names" type="metadata" default="Protein,Group_Subject,LogIntensity" />
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
676 </actions-->
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
677 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
678 <data name="quant_group_matrix" format="tabular" label="${tool.name} on ${on_string}: Group Quantification Matrix" from_work_dir="GroupQuantificationMatrix.tsv">
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
679 <filter>'quant_group_matrix' in dp_options['selected_outputs']</filter>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
680 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
681 <data name="quant_group_long" format="tabular" label="${tool.name} on ${on_string}: Group Quantification Long" from_work_dir="GroupQuantificationLong.tsv">
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
682 <filter>'quant_group_long' in dp_options['selected_outputs']</filter>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
683 <!--actions>
1
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
684 <action name="column_names" type="metadata" default="Protein,Group,LogIntensity" />
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
685 </actions-->
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
686 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
687 <data name="comparison_result" format="tabular" label="${tool.name} on ${on_string}: Comparison Result" from_work_dir="ComparisonResult.tsv">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
688 <filter> group['group_comparison'] == 'yes' and 'comparison_result' in group['select_outputs']</filter>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
689 <!--actions>
1
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
690 <action name="column_names" type="metadata" default="Protein,Label,log2FC,SE,Tvalue,DF,pvalue,adj.pvalue,issue,MissingPercentage,ImputationPercentage" />
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
691 </actions-->
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
692 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
693 <data name="fittedmodel" format="txt" label="${tool.name} on ${on_string}: Comparison Fitted Model" from_work_dir="ComparisonFittedModel.txt">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
694 <filter> group['group_comparison'] == 'yes' and 'fittedmodel' in group['select_outputs']</filter>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
695 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
696 <data name="model_qc" format="tabular" label="${tool.name} on ${on_string}: Model QC" from_work_dir="ModelQC.tsv">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
697 <filter> group['group_comparison'] == 'yes' and 'model_qc' in group['select_outputs']</filter>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
698 <!--actions>
1
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
699 <action name="column_names" type="metadata" default="RUN,PROTEIN,ABUNDANCE,NumMeasuredFeature,MissingPercentage,more50missing,NumImputedFeature,originalRUN,GROUP,GROUP_ORIGINAL,SUBJECT_ORIGINAL,SUBJECT_NESTED,SUBJECT,residuals,fitted" />
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
700 </actions-->
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
701 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
702 <data name="QQPlots" format="pdf" label="${tool.name} on ${on_string}: Model QQ" from_work_dir="MSStats_group_QQPlot.pdf">
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
703 <filter> group['group_comparison'] == 'yes' and group['comparison_plots_opt']['select_comparison_plots'] and 'QQPlots' in group['comparison_plots_opt']['select_comparison_plots']</filter>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
704 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
705 <data name="ResidualPlots" format="pdf" label="${tool.name} on ${on_string}: Residual Plot" from_work_dir="MSStats_group_ResidualPlot.pdf">
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
706 <filter> group['group_comparison'] == 'yes' and group['comparison_plots_opt']['select_comparison_plots'] and 'ResidualPlots' in group['comparison_plots_opt']['select_comparison_plots']</filter>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
707 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
708 <data name="VolcanoPlot" format="pdf" label="${tool.name} on ${on_string}:Volcano Plot" from_work_dir="MSStats_group_VolcanoPlot.pdf">
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
709 <filter> group['group_comparison'] == 'yes' and group['comparison_plots_opt']['select_comparison_plots'] and 'VolcanoPlot' in group['comparison_plots_opt']['select_comparison_plots']</filter>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
710 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
711 <data name="Heatmap" format="pdf" label="${tool.name} on ${on_string}: Heatmap" from_work_dir="MSStats_group_Heatmap.pdf">
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
712 <filter> group['group_comparison'] == 'yes' and group['comparison_plots_opt']['select_comparison_plots'] and 'Heatmap' in group['comparison_plots_opt']['select_comparison_plots']</filter>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
713 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
714 <data name="ComparisonPlot" format="pdf" label="${tool.name} on ${on_string}: Comparison Plot" from_work_dir="MSStats_group_ComparisonPlot.pdf">
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
715 <filter> group['group_comparison'] == 'yes' and group['comparison_plots_opt']['select_comparison_plots'] and 'ComparisonPlot' in group['comparison_plots_opt']['select_comparison_plots']</filter>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
716 </data>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
717 </outputs>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
718 <tests>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
719 <test expect_num_outputs="6">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
720 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
721 <param name="input_src" value="MSstats"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
722 <param name="msstats_input" ftype="csv" value="msstats_testfile.txt"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
723 </conditional>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
724 <param name="selected_outputs" value="raw_data,featurelevel_data,quant_sample_matrix,quant_group_long"/>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
725 <param name="selected_vis_outputs" value="ProfilePlot,profile_wsum_plot"/>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
726 <output name="featurelevel_data">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
727 <assert_contents>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
728 <has_text text="-.PHSHPALTPEQK_347_NA_347_NA" />
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
729 <has_n_columns n="15" />
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
730 <has_n_lines n="2071" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
731 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
732 </output>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
733 <output name="quant_sample_matrix">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
734 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
735 <has_text text="C2_1" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
736 <has_n_columns n="7" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
737 <has_n_lines n="7" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
738 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
739 </output>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
740 <output name="quant_group_long">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
741 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
742 <has_text text="LogIntensity" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
743 <has_n_columns n="3" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
744 <has_n_lines n="37" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
745 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
746 </output>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
747 <output name="ProfilePlot" file="MSstats ProfilePlot.pdf" compare="sim_size"/>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
748 <output name="profile_wsum_plot" file="profile_wsum_plot.pdf" compare="sim_size"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
749 </test>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
750
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
751 <test expect_num_outputs="6">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
752 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
753 <param name="input_src" value="MSstats"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
754 <param name="msstats_input" ftype="tabular" value="msstats_testfile.tsv"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
755 </conditional>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
756 <conditional name="group">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
757 <param name="group_comparison" value="yes"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
758 <param name="comparison_matrix" ftype="csv" value="comparison_matrix.csv"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
759 </conditional>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
760 <param name="select_outputs" value="model_qc"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
761 <param name="select_comparison_plots" value="ResidualPlots"/>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
762 <output name="featurelevel_data">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
763 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
764 <has_text text="D.GPLTGTYR" />
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
765 <has_n_columns n="15" />
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
766 <has_n_lines n="2071" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
767 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
768 </output>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
769 <output name="model_qc">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
770 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
771 <has_text text="MissingPercentage" />
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
772 <has_n_columns n="13" />
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
773 <has_n_lines n="108" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
774 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
775 </output>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
776 <output name="ResidualPlots" file="residual_plot.pdf" compare="sim_size"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
777 </test>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
778
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
779 <test expect_num_outputs="5">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
780 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
781 <param name="input_src" value="MaxQuant"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
782 <param name="evidence" ftype="tabular" value="test_MQ_evidence.tabular"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
783 <param name="annotation" ftype="tabular" value="test_MQ_annotation.txt"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
784 <param name="proteinGroups" ftype="tabular" value="test_MQ_proteingroups.tabular"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
785 </conditional>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
786 <param name="selected_outputs" value="featurelevel_data,proteinlevel_data"/>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
787 <param name="selected_vis_outputs" value="ConditionPlot"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
788 <conditional name="group">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
789 <param name="group_comparison" value="yes"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
790 <param name="comparison_matrix" ftype="csv" value="test_MQ_group12_comparison_matrix.csv"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
791 </conditional>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
792 <param name="select_outputs" value="comparison_result"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
793 <param name="select_comparison_plots" value="QQPlots"/>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
794 <output name="featurelevel_data">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
795 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
796 <has_text text="SPILVATAVAAR" />
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
797 <has_n_columns n="15" />
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
798 <has_n_lines n="61" />
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
799 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
800 </output>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
801 <output name="proteinlevel_data">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
802 <assert_contents>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
803 <has_text text="qx017084rawthermo" />
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
804 <has_text text="sp|O75340|PDCD6_HUMANProgrammedcelldeathprotein6OS=HomosapiensOX=9606GN=PDCD6PE=1SV=1" />
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
805 <has_n_columns n="11" />
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
806 <has_n_lines n="13" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
807 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
808 </output>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
809 <output name="comparison_result">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
810 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
811 <has_text text="r2-r1" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
812 <has_n_columns n="11" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
813 <has_n_lines n="4" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
814 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
815 </output>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
816 <output name="ConditionPlot" file="condition_plot.pdf" compare="sim_size"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
817 <output name="QQPlots" file="qq_plot.pdf" compare="sim_size"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
818 </test>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
819
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
820 <test expect_num_outputs="5">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
821 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
822 <param name="input_src" value="OpenMS"/>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
823 <param name="openms_input" ftype="tabular" value="openms_input.tabular"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
824 </conditional>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
825 <param name="selected_outputs" value="featurelevel_data,proteinlevel_data"/>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
826 <param name="selected_vis_outputs" value="ConditionPlot"/>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
827 <conditional name="group">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
828 <param name="group_comparison" value="yes"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
829 <param name="comparison_matrix" ftype="tabular" value="openms_comparisonmatrix.tabular"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
830 </conditional>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
831 <param name="select_comparison_plots" value="Heatmap"/>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
832 <output name="featurelevel_data">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
833 <assert_contents>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
834 <has_text text="AAAPGIQLVAGEGFQSPLEDR_2_NA_0" />
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
835 <has_text text="sp|P09938|RIR2_YEAST" />
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
836 <has_n_columns n="15" />
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
837 <has_n_lines n="121" />
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
838 </assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
839 </output>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
840 <output name="proteinlevel_data">
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
841 <assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
842 <has_text text="sp|P09457|ATPO_YEAST" />
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
843 <has_n_columns n="11" />
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
844 <has_n_lines n="76" />
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
845 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
846 </output>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
847 <output name="ConditionPlot" file="condition_plot_openms.pdf" compare="sim_size"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
848 <output name="Heatmap" file="Heatmap_openms.pdf" compare="sim_size"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
849 </test>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
850
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
851 <test expect_num_outputs="7">
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
852 <conditional name="input">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
853 <param name="input_src" value="Skyline"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
854 <param name="skyline_input" ftype="csv" value="skyline_input_first100.csv"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
855 <param name="annotation" ftype="csv" value="skyline_annotations.csv"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
856 <param name="removeProtein_with1Peptide" value="TRUE"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
857 </conditional>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
858 <conditional name="summarize">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
859 <param name="MBimpute" value="FALSE"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
860 </conditional>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
861 <param name="censoredInt" value="NA"/>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
862 <param name="selected_outputs" value="log,featurelevel_data,quant_sample_long"/>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
863 <param name="selected_vis_outputs" value="ProfilePlot"/>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
864 <param name="width" value="10"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
865 <param name="height" value="7"/>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
866 <param name="featureName" value="Peptide"/>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
867 <conditional name="group">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
868 <param name="group_comparison" value="yes"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
869 <param name="comparison_matrix" ftype="tabular" value="comparison_matrix_skyline.tabular"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
870 </conditional>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
871 <section name="comparison_plots_opt">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
872 <param name="select_outputs" value="comparison_result"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
873 <param name="select_comparison_plots" value="VolcanoPlot,ComparisonPlot"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
874 <section name="comparison_vis_options">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
875 <param name="FCcutoff" value="2" />
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
876 <conditional name="which_Comparison">
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
877 <param name="select" value="list"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
878 <param name="comparison_list" ftype="tabular" value="comparison_list_skyline.tabular"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
879 </conditional>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
880 </section>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
881 </section>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
882 <output name="quant_sample_long">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
883 <assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
884 <has_text text="P32125" />
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
885 <has_text text="Condition5_5" />
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
886 <has_n_columns n="3" />
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
887 <has_n_lines n="6" />
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
888 </assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
889 </output>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
890 <output name="log">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
891 <assert_contents>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
892 <has_text text="3-3" />
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
893 <has_text text="summaryforMultipleRows: sum" />
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
894 <has_text text="Shared peptides are removed" />
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
895 </assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
896 </output>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
897 <output name="featurelevel_data">
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
898 <assert_contents>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
899 <has_text text="ADVGFLC[+57]NMLER_2" />
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
900 <has_text text="319070944" />
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
901 <has_n_columns n="14" />
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
902 <has_n_lines n="46" />
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
903 </assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
904 </output>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
905 <output name="comparison_result">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
906 <assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
907 <has_text text="c1-c4" />
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
908 <has_text text="log2FC" />
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
909 <has_n_columns n="11" />
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
910 <has_n_lines n="4" />
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
911 </assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
912 </output>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
913 <output name="ProfilePlot" file="Profile_plot_skyline.pdf" compare="sim_size"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
914 <output name="VolcanoPlot" file="Volcano_plot_skyline.pdf" compare="sim_size"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
915 <output name="ComparisonPlot" file="Comparison_plot_skyline.pdf" compare="sim_size"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
916 </test>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
917
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
918 <test expect_num_outputs="3">
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
919 <conditional name="input">
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
920 <param name="input_src" value="Skyline"/>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
921 <param name="skyline_input" ftype="csv" value="skyline_input_first100.csv"/>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
922 <param name="annotation" ftype="csv" value="skyline_annotations.csv"/>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
923 <param name="removeProtein_with1Peptide" value="TRUE"/>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
924 </conditional>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
925 <conditional name="summarize">
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
926 <param name="MBimpute" value="TRUE"/>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
927 <param name="featureSubset" value="highQuality"/>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
928 <param name="remove_uninformative_feature_outlier" value="TRUE"/>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
929 </conditional>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
930 <param name="censoredInt" value="0"/>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
931 <param name="selected_outputs" value="log,featurelevel_data,quant_sample_matrix"/>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
932 <output name="quant_sample_matrix">
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
933 <assert_contents>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
934 <has_text text="P32125" />
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
935 <has_text text="Condition5_5" />
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
936 <has_n_columns n="6" />
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
937 <has_n_lines n="2" />
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
938 </assert_contents>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
939 </output>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
940 <output name="log">
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
941 <assert_contents>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
942 <has_text text="3-3" />
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
943 <has_text text="summaryforMultipleRows: sum" />
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
944 <has_text text="Shared peptides are removed" />
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
945 </assert_contents>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
946 </output>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
947 <output name="featurelevel_data">
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
948 <assert_contents>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
949 <has_text text="AFAEAMANNSFNADEK_2" />
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
950 <has_text text="114949068" />
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
951 <has_n_columns n="15" />
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
952 <has_n_lines n="46" />
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
953 </assert_contents>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
954 </output>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
955 </test>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
956
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
957 <test expect_num_outputs="5">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
958 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
959 <param name="input_src" value="OpenSWATH"/>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
960 <param name="openswath_input" ftype="tabular" value="test_swath_input_data.tabular"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
961 <param name="annotation" ftype="tabular" value="test_swath_annotations.tabular"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
962 </conditional>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
963 <param name="selected_vis_outputs" value="QCPlot"/>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
964 <output name="featurelevel_data">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
965 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
966 <has_text text="GETLGLIGFGR" />
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
967 <has_n_columns n="15" />
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
968 <has_n_lines n="253" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
969 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
970 </output>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
971 <output name="QCPlot" file="QC_plot.pdf" compare="sim_size"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
972 </test>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
973
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
974 <test expect_num_outputs="6">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
975 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
976 <param name="input_src" value="OpenSWATH"/>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
977 <param name="openswath_input" ftype="tabular" value="test_swath_input_data.tabular"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
978 <param name="annotation" ftype="tabular" value="test_swath_annotations.tabular"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
979 </conditional>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
980 <param name="selected_outputs" value="r_script,featurelevel_data,quant_sample_long"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
981 <conditional name="group">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
982 <param name="group_comparison" value="yes"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
983 <param name="comparison_matrix" ftype="csv" value="test_swath_group12_comparison_matrix.csv"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
984 </conditional>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
985 <param name="select_outputs" value="comparison_result"/>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
986 <param name="select_comparison_plots" value="VolcanoPlot,ResidualPlots"/>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
987 <output name="featurelevel_data">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
988 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
989 <has_text text="GETLGLIGFGR" />
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
990 <has_n_columns n="15" />
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
991 <has_n_lines n="253" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
992 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
993 </output>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
994 <output name="quant_sample_long">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
995 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
996 <has_text text="NPT_96" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
997 <has_n_columns n="3" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
998 <has_n_lines n="31" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
999 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1000 </output>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1001 <output name="comparison_result">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1002 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1003 <has_text text="Q5VYK3" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1004 <has_n_columns n="11" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1005 <has_n_lines n="6" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1006 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1007 </output>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1008 <output name="VolcanoPlot" file="volcanoplot.pdf" compare="sim_size"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1009 <output name="ResidualPlots" file="residualplot.pdf" compare="sim_size"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1010 </test>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1011
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1012 </tests>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1013 <help><![CDATA[
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1014 MSstats is an open-source R package for statistical relative quantification of proteins and peptides in global, targeted and data-independent proteomics. `More information on MSstats <http://msstats.org/>`_
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1015
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1016 The MSstats Galaxy tool (version @VERSION@) allows the detection of differentially abundant proteins for label-free MS experiments with complex designs on data derived from open-source proteomics software available in Galaxy (e.g. MaxQuant, OpenMS, OpenSWATH). Processing functionalities such as log transformation, normalization, feature selection, missing value imputation and quantification are available as well.
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1017
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1018 -----
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1019
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1020 **Input data**
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1021
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1022 - Data in tabular or csv format, either in the 10-column MSstats format or the outputs of spectral processing tools such as `MaxQuant <http://coxdocs.org/doku.php?id=maxquant:start/>`_, `OpenSWATH <http://openswath.org/en/latest/>`_
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1023
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1024 - MSstats format: tabular file with 10 column either manually curated or other sources such as Swath2stats tool which is implemented in Pyprophet export in Galaxy. For manual curation: Names of headers are fixed but not case sensitive:
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1025
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1026 - ProteinName: protein ID or peptide ID for peptide-level modeling and analysis; statistical analysis will be done separately for each unique label in this column
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1027 - PeptideSequence: Amino acid sequence for each peptide. If the peptide sequences should be distinguished based on post-translational modifications, this column can be renamed to PeptideModifiedSequence.
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1028 - PrecursorCharge: charge state of precursor.
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1029 - FragmentIon: e.g. b4, y3, if unknown use a single value for all entries.
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1030 - ProductCharge: charge state of product. If unknown use 0 for all entries.
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1031 - IsotopeLabelType: This column indicates whether this measurement is based on the endogenous peptides (use “L”) or labeled reference peptides (use “H”).
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1032 - Condition: For group comparison experiments, this column indicates groups of interest (such as “Disease” or “Control”). The name of the condition is not allowed to start with a number or contain any special characters. For time-course experiments, this column indicates time points (such as “T1”, “T2”, etc). If the experimental design contains both distinct groups of subjects and multiple time points per subject, this column should indicate a combination of these values (such as “Disease_T1”, “Disease_T2”, “Control_T1”, “Control_T2”, etc.).
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1033 - BioReplicate: This column should contain a unique identifier for each biological replicate in the experiment. For example, in a clinical proteomic investigation this should be a unique patient id. Patients from distinct groups should have distinct ids. MSstats does not require the presence of technical replicates in the experiment. If the technical replicates are present, all samples or runs from a same biological replicate should have a same id. MSstats automatically detects the presence of technical replicates and accounts for them in the model-based analysis.
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1034 - Run: This column contains the identifier of a mass spectrometry run. Each mass spectrometry run should have a unique identifier, regardless of the origin of the biological sample. In SRM experiments, if all the transitions of a biological or a technical replicate are split into multiple “methods” due to the technical limitations, each method should have a separate identifier. When processed by Skyline, distinct values of runs correspond to distinct input file names. It is possible to use the actual input file names as values in the column Run.
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1035 - Intensity: This column should contain the quantified signal of a feature in a run without any transformation (in particular, no logarithm transform). The signals can be quantified as the peak height or the peak of area under curve. Any other quantitative representation of abundance can also be used.
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1036 - Example file header:
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1037 ::
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1038
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1039 proteinname peptidesequence precursorcharge fragmention productcharge
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1040 P02768 DLGEENFK 3 y7 0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1041 P02768 DLGEENFK 3 y8 0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1042 P02768 ETYGEMADCCAK 2 b3 0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1043 P02768 ETYGEMADCCAK 2 b4 0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1044 ... ... ... ... ...
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1045
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1046 isotopelabeltype condition bioreplicate run intensity
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1047 L disease ReplA 1 4298.12
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1048 H disease ReplA 1 1974.59
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1049 L disease ReplA 1 7183.22
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1050 H disease ReplA 1 8467.58
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1051 ... ... ... ... ...
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1052
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1053 - MaxQuant format: evidence.txt, proteinGroups.txt; plus externally generated annotation file
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1054 - OpenSWATH format: pyprophet export file; plus externally generated annotation file
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1055
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1056 - Annotations as tabular file are needed for all input options except MSstats format
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1057
2
52ac6fde9a5b "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 414edbbd89f9bc83b81289e409c9b688c8c1e40f"
galaxyp
parents: 1
diff changeset
1058 - 4 columns with exactly these headers: Raw.file, Condition, BioReplicate, Run; additional 5th column only for MaxQuant: IsotopeLabelType
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1059 - Example file header:
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1060
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1061 ::
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1062
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1063 Raw.file Condition BioReplicate Run IsotopeLabelType
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1064 ** disease ReplA 1 L
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1065 ** disease ReplA 2 L
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1066 ** disease ReplB 3 L
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1067 ** disease ReplB 4 L
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1068 ... ... ... ... ...
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1069
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1070
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1071 - Raw.file:
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1072
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1073 - OpenSWATH: File name needs to fit exactly how it is written in OpenSwatch output (e.g. "in/AA12_mzML.mzML")
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1074 - MaxQuant: File name needs to fit exactly how it is writtein in the evidence.txt "Raw file" column. (e.g. "file1.raw.thermo")
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1075 - Condition: The name of the condition is not allowed to start with a number or contain any special characters
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1076 - All other columns: see description above for MSstats format columns
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1077
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1078 - Comparison matrix as tabular file
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1079
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1080 - 1st column: name of comparison
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1081 - Additionally one column for each condition that is present in the tabular file. Use 1 and -1 to indicate the conditions to compare and 0 for conditions that are not compared. Multiple groups can be combined by using 0.5.
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1082 - First row contains the names of the groups, they must exactly match the condition name used in the annotation file and every condition must be present, even though it will not be used for any comparison such as G4 in the example below. Order of the condition columns is irrelevant.
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1083 - Each additional row represents one comparison
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1084 - Example for a two group comparison
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1085
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1086 ::
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1087
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1088 names groupA groupB
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1089 groupA-groupB 1 -1
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1090
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1091
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1092 - Example for an experiment with 5 groups and 4 different comparisons
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1093
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1094 ::
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1095
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1096 names G1 G2 G3 G4 G5
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1097 G2-G1 -1 1 0 0 0
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1098 G3-G5 0 0 1 0 -1
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1099 G3-G5 0 0 -1 0 1
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1100 G1+G2-G5 0.5 0.5 0 0 -1
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1101
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1102 **Options**
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1103
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1104 - Data conversion from MaxQuant and OpenSWATH to MSstats format:
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1105
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1106 - MaxQuant input: Contaminants and reverse and only identified by site from MaxQuant tool are automatically removed during conversion
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1107
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1108 - Data processing options:
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1109
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1110 - Log transformation: log2 or log10 transformation of intensities
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1111 - Normalization of MS runs: If there are multiple fractionations or injections for one sample, normalization is performed by each fractionation or different m/z range from multiple injections.
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1112
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1113 - equalizeMedians: The default option for normalization is equalizeMedians, where all intensities in a run are shifted by a constant, to equalize the median of intensities across runs for label-free experiment. This normalization method is appropriate when we can assume that the majority of proteins do not change across runs. Be cautious when using the equalizeMedians option for a label-free DDA dataset with only a small number of proteins. For label based experiment, equalizeMedians equalizes the median of reference intensities across runs and is generally proper even for a dataset with a small number of proteins.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1114 - globalStandards: If you have a spiked in standard, you may set this option to define the standard with name Standardsoption.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1115 - quantile: The distribution of all the intensities in each run will become the same across runs for label-free experiment. For label-based experiment, the distribution of all the reference intensities will become the same across runs and all the endogenous intensities are shifted by a constant corresponding to reference intensities.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1116 - FALSE: No normalization is performed. If you had your own normalization before MSstats use this option.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1117
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1118 - Feature selection
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1119
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1120 - all: Use all features in the dataset.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1121 - top3: Use top 3 features which have highest average of log(intensity) across runs.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1122 - topN: Use top N (specify number) features which have highest average of log(intensity) across runs.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1123 - highQuality: Detect and flag uninformative features (as Uninformative in the feature_quality column) and outliers (as TRUE in the is_outliercolumn). These uninformative content may be excluded from run-level summarization by setting the remove features flagged with uninformative feature quality option to TRUE.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1124
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1125 - Summarizing intensities per MS run
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1126
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1127 - TMP: Tukey’s median polish. Robust parameter estimation method with median across rows and columns. Prerequisite for missing value imputation.
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1128 - linear: Linear model (lmfunction). Average-based summarization.
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1129
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1130 - Account for heterogeneous variation among intensities from different features: Yes: assumes equal variance among intensities from features. No: means that we cannot assume equal variance among intensities from features, then we will account for heterogeneous variation from different features
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1131
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1132 - Missing value imputation:
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1133
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
1134 - Impute Missing Values: Only possible for Summarization Method TMP. Censored missing values will be determined and imputed by Accelerated Failure Time model.
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1135
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1136 - Remove runs which have more than 50% missing values: Yes or no.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1137 - Censored Intensity: The processing tools report missing values differently. This option is for distinguishwhich value should be considered as missing, and further whether it is censored or at random
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1138
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1139 - NA - It assumes that all NAs in Intensity column are censored.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1140 - 0 - It assumes that all values between 0 and 1 in Intensity column are censored. If there areNAs inIntensitywith this option, NAs will be considered as random missing.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1141 - Skyline and OpenSWATH input should use '0'. MaxQuant input should use 'NA'
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1142
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1143 - Group comparison: automatic detection of differentially abundant proteins between two conditions, conditions have to be specified with the 'comparison matrix'
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1144 - Quantification per sample or group: choose the corresponding output option
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1145
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1146 - Sample: relative protein abundance in each biological replicate. If there are technical replicates for biological replicates,sample quantification will be the median among technical replicates. If there is no technical replicate for biological replicate (sample), sample quantification will be the same as run-level summarization.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1147 - Group: relative protein abundance in each condition, summarized over the biological replicates (median among sample quantification). In presence of completely missing values in a condition, the estimates will be zero
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1148
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1149
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1150 **Output options**
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1151
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1152 - Different outputs available. Especially for studies with many proteins, it is suggested to select only the necessary pdf outputs as many of them generate one plot per protein.
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1153
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1154 - MSstats log - check log file for warnings and information on the analysis steps (txt)
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1155 - MSstats Rscript - can be used to re-run analysis outside Galaxy or to inspect the executed code (txt)
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1156 - MSstats RawData - raw files combined into MSstats format (tabular)
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
1157 - MSstats FeatureLevelData - transformed, normalized, imputed intensities (tabular)
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1158
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1159 - Intensity column: includes original intensities values
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1160 - Abundance column: contains the log2 transformed and normalized intensities and it will used for run-level summarization
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1161 - Censored column: has the decision about censored missing or not, based on censored Intensity and maximum quantile for deciding censored missing values options. Abundances with TRUE value in censored column will be considered as censored missing and imputed when Missing value imputation: Yes.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1162
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
1163 - MSstats ProteinLevelData - run and protein level summarized data (tabular)
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1164
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1165 - LogIntensities: log intensity summarized per run and protein, they will be used for the group comparison and summarized profile plot
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1166 - NumMeasuredFeature: shows how many features were used for summarization of the corresponding run and protein
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1167 - MissingPercentage: percentage of random and censoredmissing in the corresponding run and protein out of the total number of feature in the corresponding protein.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1168 - more50missing: whether MissingPercentage is greater than 50% or not
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1169 - NumImputedFeatures: how many features were imputed in the corresponding run and protein
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1170
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1171 - MSstats QCPlot - log2 intensity boxplot for all proteins and run on first page, followed by one boxplot per protein (pdf)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1172 - MSstats ProfilePlot - log2 intensity profiles one plot per protein and run (pdf)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1173
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1174 - Profile plot helps identify potential sources of variation (both variation of interest and nuisance variation) for each protein: show individual measurements for each peptide (peptide for DDA, transition for SRM orDIA) across runs, grouped per condition. Each peptide has a different color/type layout. Disconnected linesshow that there are missing value (NA).
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1175
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1176 - MSstats ProfilePlot_wSummarization - log2 intensity profiles one plot per protein and run with run summarization (pdf)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1177
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1178 - Run-level summarized data per protein. The same peptides (or transition) in the first plot are presented in grey, with the summarized values overlaid in red.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1179
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1180 - MSstats ConditionPlot - log2 intensity range for each protein and condition (pdf)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1181
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1182 - Visualizes potential systematic differences in protein intensities between conditions. Dots indicate the mean of log2 intensities for each condition, error bars indicate the confidence interval with 0.95 significant level for each condition. The intervals are for descriptive purposes only.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1183
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1184 - Sample Quantification Matrix/Long Table - relative protein abundance in each biological replicate in matrix (rows are proteins, and columns are combinations of biological replicate and group, filled with LogIntensities) or long format (row corresponding to relative protein abundances, and columns are Protein, Group, BioReplicate, LogIntensities) (tabular)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1185
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1186 - If there are technical replicates for biological replicates, sample quantification will be the median among technical replicates. If there is no technical replicate for biological replicate (sample), sample quantification will be the same as run-level summarization. In presence of completely missing values in a biological replicate, the estimates will be zero.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1187
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1188 - Group Quantification Matrix/Long Tableuant_group_matrix - relative protein abundance in each condition in matrix (rows are proteins, and columns are groups) or long format (row corresponding to relative protein abundances, and columns are Protein, Group and LogIntensities) (tabular)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1189
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1190 - Outputs the estimates of relative protein abundance in each condition, summarized over the biological replicates (median among sample quantification). In presence of completely missing values in a condition, the estimates will be zero.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1191
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1192 - MSstats ComparisonFittedModel (txt)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1193 - MSstats ComparisonResult - summary of statistical results per protein and comparison (tabular)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1194
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1195 - Label: name of the comparison (e.g. condition1 - condition2)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1196 - log2FC: log2 fold change for the given comparison name, e.g. condition1-condition2: positive values mean more abundant in condition1, negative values mean more abundant in condition2
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1197 - SE: standard error of the log2 fold change
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1198 - Tvalue: test statistic of the Student test
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1199 - DF: degree of freedom of the Student test
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1200 - pvalue: raw p-values
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1201 - adj. pvalue: adjusted p-values among all the proteins in the specific comparison
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1202 - issue: shows if there is any issue for inference in corresponding protein and comparison,for example,OneConditionMissing or CompleteMissing. If one of condition for compariosn is completely missing, it would flag with OneConditionMissing with adj.pvalue=0 and log2FC=Inf or -Inf even though pvalue=NA. For example, if you want to compare ‘condition1-condition2’, but condition2 has complete missing, log2FC=Inf and adj.pvalue=0. SE,Tvalue, and pvalue will be NA. If you want to compare ‘conditions - condition2’, but condition1 has complete missing, then log2FC=-Inf and adj.pvalue=0. But, please be careful for using this log2FC and adj.pvalue.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1203
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1204 - MSstats ModelQC - summary statistics per run and protein (tabular)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1205
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1206 - MSstats QQPlot - one QQplot per protein (pdf)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1207
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1208 - Normal quantile-quantile plots for each protein, taking as input the results of model fitting and testing in groupComparison. Only large deviations of transition intensities from the straight line are problematic and indicate that the assumption of the normal distribution of the measurement errors may not hold.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1209
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1210 - MSstats ResiudalPlot - one residual plot per protein (pdf)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1211
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1212 - Residual plot shows variance of the residuals that is associated with the mean feature intensity. Any specific pattern, such as increasing or decreasing by predicted abundance, is problematic and indicates that the assumption of constant variance of the measurement error may not hold.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1213
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1214 - MSstats VolcanoPlot - one volcano plot per comparison (pdf)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1215
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1216 - Visualizes the outcome of one comparison between conditions for all the proteins, and combine the information on statistical and practical significance. The y-axis displays the FDR-adjusted p-values on the negative log10 scale, representing statistical significance. The horizontal dashed line shows the FDR cutoff. The points above the FDR cutoff line are statistically significant proteins that are differentially abundant across conditions. These points are colored in red and blue for upregulated and downregulated proteins, respectively. The x-axis is the model-based estimate of fold change on log scale and represents practical significance. It is possible to specify a practical significance cutoff based on the estimate of fold change in addition to the statistical significance cutoff. If the fold change cutoff is specified, the points above the horizontal cutoff line but within the vertical cutoff line will be considered as not differentially abundant (and will be colored in black).
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1217
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1218 - MSstats Heatmap - needs at least 2 comparisons, one heatmap for all proteins and comparisons (pdf)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1219
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1220 - Illustrates the patterns of up- and down-regulation of proteins in several comparisons. Columns in the heatmaps are comparison of conditions assigned in contrast matrix, and rows are proteins. The heatmaps display signed FDR-adjusted p-values of the tests, colored in red/blue for significantly up-/down-regulated proteins, while taking into account the specified FDR cutoff and the additional optional fold change cutoff. Brighter colors indicate stronger evidence in favor of differential abundance. Black color represents proteins that are not significantly differentially abundant.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1221
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1222 - MSstats ComparisonPlot - log2 intensity range for each protein and comparison (pdf)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1223
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1224 - Illustrates model-based estimates of log-fold changes, and the associated uncertainty, in several comparisons of conditions for one protein. X-axis is the comparison of interest. Y-axis is the log fold change. The dots are the model-based estimates of log-fold change, and the error bars are the model-based 95% confidence intervals. For simplicity, the confidence intervals are adjusted for multiple comparisons within protein only, using the Bonferroni approach. For proteins with N comparisons, the individual confidence intervals are at the level of 1-sig/N.
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1225
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1226 For additional help please visit the `MSstats documentation <http://msstats.org/msstats-2/>`_
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1227
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1228
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1229 ]]></help>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1230 <citations>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1231 <citation type="doi">10.1093/bioinformatics/btu305</citation>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1232 </citations>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1233 </tool>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1234