annotate msstats.xml @ 7:de7593c29499 draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 63cff07026599f16d57da27c5897b7e88ad41ae5
author galaxyp
date Tue, 12 Mar 2024 11:46:51 +0000
parents b7034eff0db1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
b7034eff0db1 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 86de2cd327423c44d042f98108dc93a8f83982d0
galaxyp
parents: 5
diff changeset
1 <tool id="msstats" name="MSstats" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
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>
6
b7034eff0db1 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 86de2cd327423c44d042f98108dc93a8f83982d0
galaxyp
parents: 5
diff changeset
4 <token name="@TOOL_VERSION@">4.0.0</token>
b7034eff0db1 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 86de2cd327423c44d042f98108dc93a8f83982d0
galaxyp
parents: 5
diff changeset
5 <token name="@VERSION_SUFFIX@">1</token>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
6 <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
7 <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
8 </xml>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
9 <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
10 <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
11 <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
12 <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
13 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
14 </xml>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
15 <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
16 <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
17 <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
18 <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
19 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
20 </xml>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
21 <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
22 <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
23 </xml>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
24
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
25 </macros>
7
de7593c29499 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 63cff07026599f16d57da27c5897b7e88ad41ae5
galaxyp
parents: 6
diff changeset
26 <xrefs>
de7593c29499 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 63cff07026599f16d57da27c5897b7e88ad41ae5
galaxyp
parents: 6
diff changeset
27 <xref type="bio.tools">msstatstmt</xref>
de7593c29499 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 63cff07026599f16d57da27c5897b7e88ad41ae5
galaxyp
parents: 6
diff changeset
28 </xrefs>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
29 <requirements>
6
b7034eff0db1 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 86de2cd327423c44d042f98108dc93a8f83982d0
galaxyp
parents: 5
diff changeset
30 <requirement type="package" version="@TOOL_VERSION@">bioconductor-msstats</requirement>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
31 </requirements>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
32 <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
33 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
34 Rscript '$msstats_script'
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
35 ]]></command>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
36 <configfiles>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
37 <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
38
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
39 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
40
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
41 #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
42
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
43 #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
44 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
45 #else
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
46 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
47 #end if
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 #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
50 \# 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
51 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
52
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
53 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
54
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
55 \# 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
56 \# 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
57 #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
58 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
59 #else
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
60 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
61 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
62
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
63 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
64 proteinGroups=mq_proteinGroups,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
65 annotation=annot,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
66 proteinID="$input.proteinID",
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
67 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
68 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
69 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
70 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
71 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
72 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
73 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
74 append = TRUE,
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
75 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
76
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
77 #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
78
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
79 #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
80 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
81 #else
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
82 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
83 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
84
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
85 #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
86 #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
87 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
88 #else
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
89 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
90 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
91 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
92
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
93 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
94 #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
95 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
96 #end if
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
97 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
98 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
99 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
100 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
101 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
102 append = TRUE,
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
103 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
104
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
105
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
106 #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
107
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
108 #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
109 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
110 #else
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
111 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
112 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
113 #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
114 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
115 #else
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
116 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
117 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
118
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
119 raw <- OpenSWATHtoMSstatsFormat(input,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
120 annotation=annot,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
121 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
122 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
123 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
124 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
125 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
126 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
127 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
128 append = TRUE,
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
129 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
130
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
131 #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
132
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
133 #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
134 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
135 #else
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
136 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
137 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
138
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
139 #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
140 #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
141 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
142 #else
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
143 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
144 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
145 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
146
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
147 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
148 #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
149 annotation = annot,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
150 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
151 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
152 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
153 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
154 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
155 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
156 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
157 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
158 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
159 append = TRUE,
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
160 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
161
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
162 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
163
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
164 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
165 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
166 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
167 #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
168 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
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 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
171 #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
172 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
173 #end if
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.features.featureSubset == 'highQuality'
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
175 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
176 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
177 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
178 #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
179 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
180 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
181 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
182 #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
183 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
184 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
185 #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
186 censoredInt=NULL,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
187 #else
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
188 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
189 #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
190 #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
191 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
192 #else
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
193 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
194 #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
195 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
196 append = TRUE,
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
197 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
198
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
199
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
200 #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
201 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
202 #end if
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 '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
205 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
206 #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
207
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
208 #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
209 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
210 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
211
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
212 #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
213
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
214
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
215 #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
216
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
217 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
218 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
219 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
220 #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
221 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
222 #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
223 #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
224 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
225 #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
226 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
227 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
228 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
229 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
230 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
231 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
232 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
233 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
234 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
235 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
236 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
237 #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
238 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
239 #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
240 #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
241 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
242 #else
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
243 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
244 #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
245 #else
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
246 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
247 #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
248 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
249 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
250 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
251 #end for
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
252
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
253 ## Quantifiaction
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
254 #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
255 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
256 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
257 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
258
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
259 #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
260 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
261 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
262 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
263
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
264 #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
265 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
266 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
267 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
268
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
269 #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
270 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
271 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
272 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
273
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
274 ## Group Comparison
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
275 #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
276 \# Group Comparison
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
277 #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
278 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
279 #else
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
280 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
281 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
282
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
283 ## 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
284 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
285 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
286
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
287 ## 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
288 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
289
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
290 ## 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
291 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
292
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
293 #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
294 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
295 #end if
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
296
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 '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
299 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
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 #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
303 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
304 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
305
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
306 ## Visualizations:
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
307
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
308 #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
309
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
310
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
311 #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
312
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
313 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
314 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
315 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
316 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
317 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
318 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
319 #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
320 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
321 #else
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
322 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
323 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
324 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
325
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
326
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
327 #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
328
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
329 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
330 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
331 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
332 #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
333 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
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 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
336 #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
337 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
338 #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
339 #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
340 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
341 #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
342 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
343 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
344 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
345 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
346 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
347 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
348 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
349 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
350 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
351 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
352 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
353 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
354 #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
355 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
356 #else
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
357 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
358 #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
359 #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
360 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
361 #else
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
362 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
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 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
365
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
366
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
367 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
368 #end for
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
369
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
370 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
371 ]]></configfile>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
372 </configfiles>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
373 <inputs>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
374 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
375 <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
376 <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
377 <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
378 <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
379 <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
380 <!--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
381 <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
382 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
383 <when value="MSstats">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
384 <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
385 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
386 <when value="MaxQuant">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
387 <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
388 <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
389 <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
390
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
391 <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
392 <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
393 <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
394 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
395 <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
396 <expand macro="useUniquePeptide"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
397 <expand macro="summaryforMultipleRows"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
398 <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
399 <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
400 <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
401 <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
402 </section>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
403 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
404 <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
405 <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
406 <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
407 <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
408 <expand macro="useUniquePeptide"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
409 <expand macro="summaryforMultipleRows"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
410 <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
411 <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
412 </section>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
413 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
414 <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
415 <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
416 <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
417 <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
418 <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
419 <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
420 <expand macro="useUniquePeptide"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
421 <expand macro="fewMeasurements"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
422 <expand macro="summaryforMultipleRows"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
423 <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
424 </section>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
425 </when>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
426 <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
427 <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
428 <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
429 <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
430 <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
431 <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
432 <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
433 <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
434 <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
435 <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
436 <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
437 <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
438 </section>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
439 </when>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
440 </conditional>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
441
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
442 <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
443 <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
444 <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
445 <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
446 <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
447 <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
448 <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
449 <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
450 <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
451 <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
452 <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
453 </param>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
454 <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
455 <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
456 <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
457 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
458 <conditional name="norm">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
459 <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
460 <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
461 <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
462 <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
463 <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
464 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
465 <when value="equalizeMedians"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
466 <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
467 <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
468 <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
469 <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
470 <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
471 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
472 </when>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
473 <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
474 </conditional>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
475 <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
476 <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
477 <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
478 <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
479 <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
480 <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
481 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
482 <when value="all"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
483 <when value="top3"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
484 <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
485 <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
486 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
487 <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
488 <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
489 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
490 </conditional>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
491 <conditional name="summarize">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
492 <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
493 <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
494 <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
495 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
496 <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
497 <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
498 <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
499 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
500 <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
501 <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
502 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
503 </conditional>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
504 <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
505 <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
506 <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
507 <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
508 <!--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
509 </param>
4
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="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
511
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
512
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
513 <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
514 <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
515 <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
516 <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
517 <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
518 <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
519 </param>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
520 <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
521 <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
522 <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
523 <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
524 <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
525 </param>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
526 <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
527 <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
528 <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
529 <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
530 </when>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
531 </conditional>
4
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="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
533 <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
534
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
535 <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
536 <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
537 <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
538 <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
539 <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
540 </param>
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="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
542 <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
543
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
544 <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
545 <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
546 <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
547 <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
548 </param>
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="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
550 <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
551 <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
552 <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
553 <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
554 <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
555 <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
556
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
557 <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
558 </section>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
559 </section>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
560 </section>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
561
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
562 <conditional name="group">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
563 <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
564 <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
565 <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
566 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
567 <when value="no"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
568 <when value="yes">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
569 <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
570 <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
571 <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
572 <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
573 <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
574 </param>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
575
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
576 <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
577 <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
578 <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
579 <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
580 <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
581 <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
582 <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
583 </param>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
584 <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
585 <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
586 <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
587 <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
588 <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
589 <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
590 </param>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
591 <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
592 <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
593 <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
594 </when>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
595 </conditional>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
596
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
597 <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
598
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
599 <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
600 <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
601 <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
602 <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
603 <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
604 </param>
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="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
606 <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
607 <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
608 <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
609 <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
610 <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
611 <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
612 <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
613 <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
614 <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
615 <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
616 <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
617 <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
618 <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
619 <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
620 <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
621 <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
622 <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
623 </param>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
624 <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
625 <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
626 <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
627 <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
628 </param>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
629 <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
630 <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
631 <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
632 </when>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
633 </conditional>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
634 </section>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
635 </section>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
636 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
637 </conditional>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
638 </inputs>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
639 <outputs>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
640 <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
641 <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
642 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
643 <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
644 <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
645 </data>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
646 <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
647 <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
648 </data>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
649 <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
650 <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
651 <!--actions>
1
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
652 <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
653 </actions-->
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
654 </data>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
655 <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
656 <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
657 <!--actions>
1
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
658 <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
659 </actions-->
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
660 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
661 <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
662 <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
663 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
664 <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
665 <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
666 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
667 <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
668 <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
669 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
670 <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
671 <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
672 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
673 <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
674 <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
675 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
676 <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
677 <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
678 <!--actions>
1
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
679 <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
680 </actions-->
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
681 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
682 <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
683 <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
684 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
685 <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
686 <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
687 <!--actions>
1
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
688 <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
689 </actions-->
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
690 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
691 <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
692 <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
693 <!--actions>
1
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
694 <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
695 </actions-->
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
696 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
697 <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
698 <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
699 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
700 <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
701 <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
702 <!--actions>
1
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
703 <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
704 </actions-->
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
705 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
706 <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
707 <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
708 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
709 <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
710 <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
711 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
712 <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
713 <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
714 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
715 <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
716 <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
717 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
718 <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
719 <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
720 </data>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
721 </outputs>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
722 <tests>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
723 <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
724 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
725 <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
726 <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
727 </conditional>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
728 <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
729 <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
730 <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
731 <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
732 <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
733 <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
734 <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
735 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
736 </output>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
737 <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
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 <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
740 <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
741 <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
742 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
743 </output>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
744 <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
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 <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
747 <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
748 <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
749 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
750 </output>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
751 <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
752 <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
753 </test>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
754
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
755 <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
756 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
757 <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
758 <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
759 </conditional>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
760 <conditional name="group">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
761 <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
762 <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
763 </conditional>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
764 <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
765 <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
766 <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
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 <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
769 <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
770 <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
771 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
772 </output>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
773 <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
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 <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
776 <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
777 <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
778 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
779 </output>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
780 <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
781 </test>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
782
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
783 <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
784 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
785 <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
786 <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
787 <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
788 <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
789 </conditional>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
790 <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
791 <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
792 <conditional name="group">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
793 <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
794 <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
795 </conditional>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
796 <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
797 <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
798 <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
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 <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
801 <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
802 <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
803 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
804 </output>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
805 <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
806 <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
807 <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
808 <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
809 <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
810 <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
811 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
812 </output>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
813 <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
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 <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
816 <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
817 <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
818 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
819 </output>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
820 <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
821 <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
822 </test>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
823
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
824 <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
825 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
826 <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
827 <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
828 </conditional>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
829 <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
830 <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
831 <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
832 <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
833 <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
834 </conditional>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
835 <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
836 <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
837 <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
838 <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
839 <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
840 <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
841 <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
842 </assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
843 </output>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
844 <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
845 <assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
846 <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
847 <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
848 <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
849 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
850 </output>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
851 <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
852 <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
853 </test>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
854
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
855 <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
856 <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
857 <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
858 <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
859 <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
860 <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
861 </conditional>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
862 <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
863 <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
864 </conditional>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
865 <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
866 <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
867 <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
868 <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
869 <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
870 <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
871 <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
872 <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
873 <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
874 </conditional>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
875 <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
876 <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
877 <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
878 <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
879 <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
880 <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
881 <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
882 <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
883 </conditional>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
884 </section>
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
885 </section>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
886 <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
887 <assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
888 <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
889 <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
890 <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
891 <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
892 </assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
893 </output>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
894 <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
895 <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
896 <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
897 <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
898 <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
899 </assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
900 </output>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
901 <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
902 <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
903 <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
904 <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
905 <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
906 <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
907 </assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
908 </output>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
909 <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
910 <assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
911 <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
912 <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
913 <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
914 <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
915 </assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
916 </output>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
917 <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
918 <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
919 <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
920 </test>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
921
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
922 <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
923 <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
924 <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
925 <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
926 <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
927 <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
928 </conditional>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
929 <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
930 <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
931 <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
932 <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
933 </conditional>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
934 <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
935 <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
936 <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
937 <assert_contents>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
938 <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
939 <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
940 <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
941 <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
942 </assert_contents>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
943 </output>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
944 <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
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 <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
947 <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
948 <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
949 </assert_contents>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
950 </output>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
951 <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
952 <assert_contents>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
953 <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
954 <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
955 <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
956 <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
957 </assert_contents>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
958 </output>
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
959 </test>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
960
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
961 <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
962 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
963 <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
964 <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
965 <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
966 </conditional>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
967 <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
968 <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
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 <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
971 <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
972 <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
973 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
974 </output>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
975 <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
976 </test>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
977
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
978 <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
979 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
980 <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
981 <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
982 <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
983 </conditional>
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
984 <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
985 <conditional name="group">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
986 <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
987 <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
988 </conditional>
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
989 <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
990 <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
991 <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
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 <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
994 <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
995 <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
996 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
997 </output>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
998 <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
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 <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
1001 <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
1002 <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
1003 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1004 </output>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1005 <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
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 <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
1008 <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
1009 <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
1010 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1011 </output>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1012 <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
1013 <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
1014 </test>
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 </tests>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1017 <help><![CDATA[
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1018 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
1019
6
b7034eff0db1 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 86de2cd327423c44d042f98108dc93a8f83982d0
galaxyp
parents: 5
diff changeset
1020 The MSstats Galaxy tool (version @TOOL_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.
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1021
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1022 -----
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1023
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1024 **Input data**
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1025
7
de7593c29499 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 63cff07026599f16d57da27c5897b7e88ad41ae5
galaxyp
parents: 6
diff changeset
1026 - Data in tabular or csv format, either in the 10-column MSstats format or the outputs of spectral processing tools such as `MaxQuant <https://cox-labs.github.io/coxdocs/maxquant_instructions.html>`_, `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
1027
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1028 - 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
1029
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1030 - 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
1031 - 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
1032 - 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
1033 - 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
1034 - 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
1035 - 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
1036 - 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
1037 - 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
1038 - 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
1039 - 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
1040 - Example file header:
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1041 ::
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1042
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1043 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
1044 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
1045 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
1046 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
1047 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
1048 ... ... ... ... ...
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1049
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1050 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
1051 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
1052 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
1053 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
1054 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
1055 ... ... ... ... ...
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1056
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1057 - 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
1058 - 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
1059
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1060 - 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
1061
2
52ac6fde9a5b "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 414edbbd89f9bc83b81289e409c9b688c8c1e40f"
galaxyp
parents: 1
diff changeset
1062 - 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
1063 - 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
1064
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1065 ::
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1066
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1067 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
1068 ** 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
1069 ** 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
1070 ** 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
1071 ** 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
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
4
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1074
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1075 - Raw.file:
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1076
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1077 - 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
1078 - 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
1079 - 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
1080 - 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
1081
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1082 - 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
1083
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1084 - 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
1085 - 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
1086 - 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
1087 - 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
1088 - 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
1089
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 names groupA groupB
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1093 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
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 - 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
1097
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1098 ::
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1099
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1100 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
1101 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
1102 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
1103 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
1104 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
1105
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1106 **Options**
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1107
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1108 - 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
1109
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1110 - 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
1111
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1112 - 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
1113
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1114 - 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
1115 - 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
1116
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1117 - 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
1118 - 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
1119 - 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
1120 - 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
1121
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1122 - Feature selection
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1123
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1124 - 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
1125 - 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
1126 - 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
1127 - 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
1128
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1129 - 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
1130
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1131 - 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
1132 - 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
1133
593839e1f2c3 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 4fe4a0b30469f52c937830d2f3c316f6b9667407"
galaxyp
parents: 3
diff changeset
1134 - 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
1135
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1136 - Missing value imputation:
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1137
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
1138 - 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
1139
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1140 - 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
1141 - 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
1142
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1143 - 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
1144 - 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
1145 - 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
1146
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1147 - 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
1148 - 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
1149
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1150 - 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
1151 - 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
1152
0
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 **Output options**
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1155
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1156 - 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
1157
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1158 - 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
1159 - 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
1160 - 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
1161 - 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
1162
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1163 - 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
1164 - 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
1165 - 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
1166
5
28434abe6c5c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3"
galaxyp
parents: 4
diff changeset
1167 - 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
1168
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1169 - 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
1170 - 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
1171 - 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
1172 - 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
1173 - 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
1174
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1175 - 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
1176 - 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
1177
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1178 - 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
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 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
1181
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1182 - 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
1183
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1184 - 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
1185
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1186 - 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
1187
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1188 - 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
1189
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1190 - 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
1191
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1192 - 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
1193
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1194 - 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
1195
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1196 - 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
1197 - 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
1198
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1199 - 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
1200 - 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
1201 - 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
1202 - 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
1203 - 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
1204 - 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
1205 - 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
1206 - 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
1207
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1208 - 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
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 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
1211
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1212 - 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
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 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
1215
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1216 - 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
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 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
1219
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1220 - 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
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 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
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 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
1225
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1226 - 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
1227
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1228 - 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
1229
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1230 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
1231
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1232
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1233 ]]></help>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1234 <citations>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1235 <citation type="doi">10.1093/bioinformatics/btu305</citation>
6
b7034eff0db1 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 86de2cd327423c44d042f98108dc93a8f83982d0
galaxyp
parents: 5
diff changeset
1236 <citation type="doi">10.1021/acs.jproteome.2c00051</citation>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1237 </citations>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1238 </tool>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1239