annotate msstats.xml @ 3:8212e342e482 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
author galaxyp
date Thu, 28 Jan 2021 20:48:40 +0000
parents 52ac6fde9a5b
children 593839e1f2c3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
1 <tool id="msstats" name="MSstats" version="@VERSION@.0">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
2 <description>statistical relative protein significance analysis in DDA, SRM and DIA Mass Spectrometry</description>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
3 <macros>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
4 <token name="@VERSION@">3.22.0</token>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
5 <xml name="useUniquePeptide">
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
6 <param name="useUniquePeptide" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="true" label="Remove peptides that are assigned for more than one proteins"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
7 </xml>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
8 <xml name="summaryforMultipleRows">
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
9 <param name="summaryforMultipleRows" type="select" label="Summary for MultipleRows" help="When there are multiple measurements for certain feature and certain run, use highest or sum of all">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
10 <option value="max" selected="true">max</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
11 <option value="sum">sum</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
12 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
13 </xml>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
14 <xml name="fewMeasurements">
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
15 <param name="fewMeasurements" type="select" label="Features with few measurements " help="Remove the features that have 1 or 2 measurements across runs or keep all features or keep all features (the latter could give an error in fitting the statistical model)">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
16 <option value="remove" selected="true">remove</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
17 <option value="keep">keep</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
18 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
19 </xml>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
20 <xml name="removeProtein_with1Peptide">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
21 <param name="removeProtein_with1Peptide" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Remove the proteins which have only 1 peptide and charge"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
22 </xml>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
23
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
24 </macros>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
25 <requirements>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
26 <requirement type="package" version="@VERSION@">bioconductor-msstats</requirement>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
27 </requirements>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
28 <command detect_errors="exit_code"><![CDATA[
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
29 cat '$msstats_script' > '$r_script' &&
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
30 Rscript '$msstats_script'
1
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
31 && cat msstats*.log > '$log'
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
32 ]]></command>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
33 <configfiles>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
34 <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
35
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
36 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
37
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
38 #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
39
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
40 #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
41 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
42 #else
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
43 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
44 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
45
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
46 #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
47 \# 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
48 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
49
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
50 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
51
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
52 \# 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
53 \# 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
54 #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
55 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
56 #else
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
57 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
58 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
59
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
60 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
61 proteinGroups=mq_proteinGroups,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
62 annotation=annot,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
63 proteinID="$input.proteinID",
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
64 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
65 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
66 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
67 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
68 removeOxidationMpeptides=$input.input_options.removeOxidationMpeptides,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
69 removeProtein_with1Peptide=$input.input_options.removeProtein_with1Peptide)
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
70
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
71 #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
72
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
73 #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
74 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
75 #else
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
76 input <- read.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
77 #end if
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.annotation:
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
80 #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
81 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
82 #else
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
83 annot <- read.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
84 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
85 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
86
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
87 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
88 #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
89 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
90 #end if
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
91 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
92 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
93 fewMeasurements="$input.input_options.fewMeasurements",
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
94 removeProtein_with1Feature=$input.input_options.removeProtein_with1Feature)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
95
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
96
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
97 #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
98
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
99 #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
100 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
101 #else
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
102 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
103 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
104 #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
105 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
106 #else
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
107 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
108 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
109
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
110 raw <- OpenSWATHtoMSstatsFormat(input,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
111 annotation=annot,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
112 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
113 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
114 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
115 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
116 removeProtein_with1Feature=$input.input_options.removeProtein_with1Feature,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
117 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
118
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
119 #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
120
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
121 #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
122 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
123 #else
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
124 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
125 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
126
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
127 #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
128 #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
129 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
130 #else
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
131 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
132 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
133 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
134
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
135 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
136 #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
137 annotation = annot,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
138 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
139 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
140 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
141 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
142 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
143 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
144 removeOxidationMpeptides = $input.input_options.removeOxidationMpeptides,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
145 removeProtein_with1Feature = $input.input_options.removeProtein_with1Feature)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
146
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
147 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
148
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
149 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
150 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
151 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
152 #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
153 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
154 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
155 fillIncompleteRows=$dp_options.fillIncompleteRows,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
156 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
157 #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
158 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
159 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
160 #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
161 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
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 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
164 #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
165 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
166 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
167 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
168 #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
169 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
170 #end if
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.censoredInt == 'NULL'
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
172 censoredInt=NULL,
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
173 #else
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
174 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
175 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
176 cutoffCensored="$dp_options.cutoffCensored",
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
177 maxQuantileforCensored = $dp_options.maxQuantileforCensored)
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
178
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
179 #if 'processed_data' in $selected_outputs
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
180 write.table(processed_data\$ProcessedData, "ProcessedData.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
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 'runlevel_data' in $selected_outputs
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
183 write.table(processed_data\$RunlevelData, "RunlevelData.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
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
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
186 #for $plot_type in $selected_outputs
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
187 #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
188
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
189 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
190 type = '$plot_type',
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
191 featureName = "$out_plots_opt.featureName",
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
192 #if $out_plots_opt.ylimUp:
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
193 ylimUp = $out_plots_opt.ylimUp,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
194 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
195 #if $out_plots_opt.ylimDown:
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
196 ylimDown = $out_plots_opt.ylimDown,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
197 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
198 scale = $out_plots_opt.scale,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
199 interval = "$out_plots_opt.interval",
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
200 x.axis.size = $out_plots_opt.x_axis_size,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
201 y.axis.size = $out_plots_opt.y_axis_size,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
202 text.size = $out_plots_opt.text_size,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
203 text.angle = $out_plots_opt.text_angle,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
204 legend.size = $out_plots_opt.legend_size,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
205 dot.size.profile = $out_plots_opt.dot_size_profile,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
206 dot.size.condition = $out_plots_opt.dot_size_condition,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
207 width = $out_plots_opt.width,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
208 height = $out_plots_opt.height,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
209 #if $out_plots_opt.which_Protein.select != 'list'
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
210 which.Protein = "$out_plots_opt.which_Protein.select",
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
211 #else
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
212 which.Protein = unlist(read.table("$out_plots_opt.which_Protein.protein_list", sep = "\n", header = FALSE), use.names = FALSE),
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
213 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
214 remove_uninformative_feature_outlier = $out_plots_opt.remove_uninformative_feature_outlier,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
215 address="MSStats_only_")
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 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
218 #end for
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
219
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
220 ## Quantifiaction
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
221 #if 'quant_sample_matrix' in $selected_outputs
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
222 sampleQuantMatrix <- quantification(processed_data, type="Sample")
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
223 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
224 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
225
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
226 #if 'quant_sample_long' in $selected_outputs
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
227 sampleQuantLong <- quantification(processed_data, type="Sample", format="long")
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
228 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
229 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
230
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
231 #if 'quant_group_matrix' in $selected_outputs
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
232 groupQuantMatrix <- quantification(processed_data, type="Group")
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
233 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
234 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
235
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
236 #if 'quant_group_long' in $selected_outputs
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
237 groupQuantLong <- quantification(processed_data, type="Group", format="long")
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
238 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
239 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
240
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
241 ## Group Comparison
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
242 #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
243 \# Group Comparison
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
244 #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
245 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
246 #else
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
247 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
248 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
249
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
250 ## 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
251 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
252 row.names(comparison) <- as.character(comp_matrix[,1])
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
253 ## order of conditions has to be the same as they appear in the levels function
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
254 comparison <- as.matrix(comparison[levels(processed_data\$ProcessedData\$GROUP_ORIGINAL)])
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
255
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
256 ## perform group comparison
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
257 comparisons <- groupComparison(contrast.matrix = comparison, data = processed_data)
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
258
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
259 print(comparisons\$fittedmodel)
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
260 #if 'fittedmodel' 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
261 capture.output(print(comparisons\$fittedmodel), file="ComparisonFittedModel.txt")
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
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
264
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
265 #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
266 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
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
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
269 #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
270 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
271 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
272
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
273 ## Visualizations:
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
274
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
275 #for $plot_type in $group.select_outputs
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
276
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
277 #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
278
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
279 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
280 type = "$plot_type",
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
281 axis.size = $comparison_plots_opt.axis_size,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
282 dot.size = $comparison_plots_opt.dot_size,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
283 text.size = $comparison_plots_opt.text_size,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
284 legend.size = $comparison_plots_opt.legend_size,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
285 width = $comparison_plots_opt.width,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
286 height = $comparison_plots_opt.height,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
287 #if $comparison_plots_opt.which_Protein.select != 'list'
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
288 which.Protein = "$comparison_plots_opt.which_Protein.select",
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
289 #else
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
290 which.Protein = unlist(read.table("$comparison_plots_opt.which_Protein.protein_list", sep = "\n", header = FALSE), use.names = FALSE),
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
291 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
292 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
293
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
294
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
295 #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
296
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
297 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
298 type = "$plot_type",
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
299 sig = $comparison_plots_opt.sig,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
300 #if $comparison_plots_opt.FCcutoff:
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
301 FCcutoff = $comparison_plots_opt.FCcutoff,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
302 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
303 logBase.pvalue = $comparison_plots_opt.logBase_pvalue,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
304 #if $comparison_plots_opt.ylimUp:
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
305 ylimUp = $comparison_plots_opt.ylimUp,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
306 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
307 #if $comparison_plots_opt.ylimDown:
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
308 ylimDown = $comparison_plots_opt.ylimDown,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
309 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
310 x.axis.size = $comparison_plots_opt.x_axis_size,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
311 y.axis.size = $comparison_plots_opt.y_axis_size,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
312 dot.size = $comparison_plots_opt.dot_size,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
313 text.size = $comparison_plots_opt.text_size,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
314 text.angle = $comparison_plots_opt.text_angle,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
315 legend.size = $comparison_plots_opt.legend_size,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
316 ProteinName = $comparison_plots_opt.ProteinName,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
317 colorkey = $comparison_plots_opt.colorkey,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
318 numProtein = $comparison_plots_opt.numProtein,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
319 clustering = "$comparison_plots_opt.clustering",
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
320 width = $comparison_plots_opt.width,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
321 height = $comparison_plots_opt.height,
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
322 #if $comparison_plots_opt.which_Protein.select != 'list'
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
323 which.Protein = "$comparison_plots_opt.which_Protein.select",
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
324 #else
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
325 which.Protein = unlist(read.table("$comparison_plots_opt.which_Protein.protein_list", sep = "\n", header = FALSE), use.names = FALSE),
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
326 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
327 #if $comparison_plots_opt.which_Comparison.select != 'list'
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
328 which.Comparison = "$comparison_plots_opt.which_Comparison.select",
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
329 #else
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
330 which.Comparison = unlist(read.table("$comparison_plots_opt.which_Comparison.comparison_list", sep = "\n", header = FALSE), use.names = FALSE),
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
331 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
332 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
333
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
334
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
335 #end if
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
336 #end for
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
337
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
338 #end if
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
339 ]]></configfile>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
340 </configfiles>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
341 <inputs>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
342 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
343 <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
344 <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
345 <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
346 <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
347 <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
348 <!--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
349 <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
350 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
351 <when value="MSstats">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
352 <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
353 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
354 <when value="MaxQuant">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
355 <param name="evidence" type="data" format="tabular,csv" label="evidence.txt - feature-level data"/>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
356 <param name="proteinGroups" type="data" format="tabular,csv" optional="True" label="proteinGroups.txt - protein-level data" help="It needs to match protein group ID. If not selected use Proteins in 'evidence.txt'"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
357 <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
358
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
359 <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
360 <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
361 <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
362 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
363 <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
364 <expand macro="useUniquePeptide"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
365 <expand macro="summaryforMultipleRows"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
366 <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
367 <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
368 <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
369 <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
370 </section>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
371 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
372 <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
373 <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
374 <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
375 <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
376 <expand macro="useUniquePeptide"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
377 <expand macro="summaryforMultipleRows"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
378 <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
379 <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
380 </section>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
381 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
382 <when value="OpenSWATH">
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
383 <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
384 <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
385 <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
386 <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
387 <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
388 <expand macro="useUniquePeptide"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
389 <expand macro="fewMeasurements"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
390 <expand macro="summaryforMultipleRows"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
391 <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
392 </section>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
393 </when>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
394 <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
395 <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
396 <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
397 <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
398 <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
399 <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
400 <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
401 <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
402 <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
403 <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
404 <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
405 <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
406 </section>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
407 </when>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
408 </conditional>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
409
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
410 <section name="dp_options" title="dataProcess Options" expanded="false">
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="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
412 <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
413 <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
414 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
415 <conditional name="norm">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
416 <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
417 <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
418 <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
419 <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
420 <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
421 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
422 <when value="equalizeMedians"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
423 <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
424 <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
425 <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
426 <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
427 <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
428 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
429 </when>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
430 <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
431 </conditional>
3
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="fillIncompleteRows" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="true" label="Fill Incomplete Rows" help="If the input dataset has incomplete rows, 'Yes' (default) adds the rows with intensity value=NA for missing peaks. 'No' reports error message with list of features which have incomplete rows"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
433 <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
434 <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
435 <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
436 <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
437 <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
438 <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
439 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
440 <when value="all"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
441 <when value="top3"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
442 <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
443 <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
444 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
445 <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
446 <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
447 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
448 </conditional>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
449 <conditional name="summarize">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
450 <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
451 <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
452 <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
453 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
454 <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
455 <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
456 <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
457 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
458 <when value="linear">
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
459 <param name="equalFeatureVar" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="false" 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
460 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
461 </conditional>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
462 <param name="censoredInt" type="select" label="Censored intensity">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
463 <help>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. Skyline and OpenSWATH input should use '0'. MaxQuant input should use 'NA'</help>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
464 <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
465 <option value="0">0 - Use zero intensities '0' as censored intensity</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
466 <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
467 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
468 <param name="cutoffCensored" type="select" label="Cutoff value for censoring">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
469 <option value="minFeature" selected="true">minimum value for each feature</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
470 <option value="minRun">minimum value for each run</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
471 <option value="minFeatureNRun">smallest between minimum value of corresponding feature and minimum value of corresponding run</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
472 </param>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
473 <param name="maxQuantileforCensored" type="float" value="0.999" min="0" max="1.0" label="Maximum quantile for deciding censored missing values."/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
474 </section>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
475 <param name="selected_outputs" type="select" multiple="true" optional="false" label="Select outputs">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
476 <option value="log" selected="true">MSstats log</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
477 <option value="r_script" selected="false">MSstats Rscript</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="processed_data" selected="true">MSstats ProcessedData</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="runlevel_data" selected="false">MSstats RunlevelData</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="QCPlot" selected="true">MSstats QCPlot</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
481 <option value="ProfilePlot" selected="false">MSstats ProfilePlot</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
482 <option value="profile_wsum_plot" selected="false">MSstats ProfilePlot_wSummarization</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
483 <option value="ConditionPlot" selected="false">MSstats ConditionPlot</option>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
484 <option value="quant_sample_matrix" selected="false">Sample Quantification Matrix Table</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
485 <option value="quant_sample_long" selected="false">Sample Quantification Long Table</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
486 <option value="quant_group_matrix" selected="true">Group Quantification Matrix Table</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
487 <option value="quant_group_long" selected="false">Group Quantification Long Table</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
488 </param>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
489 <section name="out_plots_opt" title="DataProcess Plot 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
490 <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.">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
491 <option value="Transition" selected="true">Transition</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
492 <option value="Peptide">Peptide</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
493 <option value="NA">NA</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
494 </param>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
495 <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."/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
496 <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 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. "/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
497
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
498 <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)."/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
499 <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.">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
500 <option value="CI" selected="true">CI - confidence interval</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
501 <option value="SD">SD - standard deviation</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
502 </param>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
503 <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"/>
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="y_axis_size" type="integer" min="1" value="10" label="Size of y-axis labeling"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
505 <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."/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
506 <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."/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
507 <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. "/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
508 <param name="dot_size_profile" type="integer" min="1" value="2" label="Size of dots in Profile plot"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
509 <param name="dot_size_condition" type="integer" min="1" value="3" label="Size of dots in Condition plot"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
510 <param name="width" type="integer" min="1" value="8" label="Width of the saved pdf file"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
511 <param name="height" type="integer" min="1" value="5" label="Height of the saved pdf file"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
512 <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
513 <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
514 <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
515 <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
516 <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
517 </param>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
518 <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
519 <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
520 <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
521 <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
522 </when>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
523 </conditional>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
524 <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."/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
525 </section>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
526 <conditional name="group">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
527 <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
528 <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
529 <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
530 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
531 <when value="no"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
532 <when value="yes">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
533 <param name="comparison_matrix" type="data" format="tabular,csv" label="Comparison Matrix"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
534 <param name="select_outputs" type="select" multiple="true" label="Select outputs">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
535 <help>Heatmap requires more than one comparison</help>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
536 <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
537 <option value="comparison_result" selected="true">MSstats ComparisonResult.tsv</option>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
538 <option value="model_qc" selected="false">MSstats ModelQC.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
539 <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
540 <option value="ResidualPlots" selected="false">MSstats ResidualPlot</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
541 <option value="VolcanoPlot" selected="true">MSstats VolcanoPlot</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
542 <option value="Heatmap" selected="false">MSstats Heatmap</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
543 <option value="ComparisonPlot" selected="true">MSstats ComparisonPlot</option>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
544 </param>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
545 </when>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
546 </conditional>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
547 <section name="comparison_plots_opt" title="Comparison Plot 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
548 <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."/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
549 <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"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
550 <param name="logBase_pvalue" type="select" label="For volcano plot or heatmap, logarithm transformation of adjusted p-valuewith base 2 or 10">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
551 <option value="2">2</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
552 <option value="10" selected="true">10</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
553 </param>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
554 <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. "/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
555 <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. "/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
556 <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."/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
557 <param name="axis_size" type="integer" min="1" value="10" label="Size of axes labels for Residual and QQ Plots"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
558 <param name="x_axis_size" type="integer" min="1" value="10" label="Size of x-axis labeling"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
559 <param name="y_axis_size" type="integer" min="1" value="10" label="Size of y-axis labeling"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
560 <param name="dot_size" type="integer" min="1" value="3" label="Size of dots in residual plots, QQPlots, volcano plot and comparison plot."/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
561 <param name="text_size" type="integer" min="1" value="4" label="Size of Protein Name label in the graph for Volcano Plot."/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
562 <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."/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
563 <param name="legend_size" type="integer" min="1" value="7" label="Size of legend for color at the bottom of volcano plot. "/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
564 <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."/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
565 <param name="colorkey" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="true" label="Show colour key"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
566 <param name="numProtein" type="integer" min="1" value="100" max="180" label="Number of proteins which will be presented in each heatmap."/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
567 <param name="clustering" type="select" label="Determines how to order proteins and comparisons. Hierarchical cluster analysis with Ward method(minimum variance) is performed.">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
568 <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>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
569 <option value="protein" selected="true">protein</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
570 <option value="comparison">comparison</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
571 <option value="both">both</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
572 </param>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
573 <param name="width" type="integer" min="1" value="8" label="Width of the saved pdf file"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
574 <param name="height" type="integer" min="1" value="5" label="Height of the saved pdf file"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
575 <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
576 <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
577 <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
578 <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
579 </param>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
580 <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
581 <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
582 <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
583 </when>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
584 </conditional>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
585 <conditional name="which_Comparison">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
586 <param name="select" type="select" label="Select comparisons 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
587 <option value="all" selected="true">Generate all plots for each comparison</option>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
588 <option value="list">Comparison names 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
589 </param>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
590 <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
591 <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
592 <param name="comparison_list" type="data" format="tabular" label="List of comparisons"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
593 </when>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
594 </conditional>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
595 </section>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
596 </inputs>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
597 <outputs>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
598 <data name="log" format="txt" label="${tool.name} on ${on_string}: MSstats log">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
599 <filter>'log' in selected_outputs</filter>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
600 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
601 <data name="r_script" format="txt" label="${tool.name} on ${on_string}: Rscript">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
602 <filter>'r_script' in selected_outputs</filter>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
603 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
604 <data name="processed_data" format="tabular" label="${tool.name} on ${on_string}: ProcessedData" from_work_dir="ProcessedData.tsv">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
605 <filter>'processed_data' in selected_outputs</filter>
1
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
606 <actions>
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
607 <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" />
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
608 </actions>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
609 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
610 <data name="runlevel_data" format="tabular" label="${tool.name} on ${on_string}: RunlevelData" from_work_dir="RunlevelData.tsv">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
611 <filter>'runlevel_data' in selected_outputs</filter>
1
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
612 <actions>
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
613 <action name="column_names" type="metadata" default="RUN,Protein,LogIntensities,NumMeasuredFeature,MissingPercentage,more50missing,NumImputedFeature,originalRUN,GROUP,GROUP_ORIGINAL,SUBJECT_ORIGINAL,SUBJECT_NESTED,SUBJECT" />
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
614 </actions>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
615 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
616 <data name="QCPlot" format="pdf" label="${tool.name} on ${on_string}: QCPlot" from_work_dir="MSStats_only_QCPlot.pdf">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
617 <filter>'QCPlot' in 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
618 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
619 <data name="ProfilePlot" format="pdf" label="${tool.name} on ${on_string}: Profile Plot" from_work_dir="MSStats_only_ProfilePlot.pdf">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
620 <filter>'ProfilePlot' in 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
621 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
622 <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">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
623 <filter>'profile_wsum_plot' in selected_outputs</filter>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
624 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
625 <data name="ConditionPlot" format="pdf" label="${tool.name} on ${on_string}: Condition Plot" from_work_dir="MSStats_only_ConditionPlot.pdf">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
626 <filter>'ConditionPlot' in 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
627 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
628 <data name="quant_sample_matrix" format="tabular" label="${tool.name} on ${on_string}: Sample Quantification Matrix" from_work_dir="SampleQuantificationMatrix.tsv">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
629 <filter>'quant_sample_matrix' in selected_outputs</filter>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
630 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
631 <data name="quant_sample_long" format="tabular" label=" ${tool.name} on ${on_string}:Sample Quantification Long" from_work_dir="SampleQuantificationLong.tsv">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
632 <filter>'quant_sample_long' in selected_outputs</filter>
1
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
633 <actions>
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
634 <action name="column_names" type="metadata" default="Protein,Group_Subject,LogIntensity" />
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
635 </actions>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
636 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
637 <data name="quant_group_matrix" format="tabular" label="${tool.name} on ${on_string}: Group Quantification Matrix" from_work_dir="GroupQuantificationMatrix.tsv">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
638 <filter>'quant_group_matrix' in selected_outputs</filter>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
639 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
640 <data name="quant_group_long" format="tabular" label="${tool.name} on ${on_string}: Group Quantification Long" from_work_dir="GroupQuantificationLong.tsv">
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
641 <filter>'quant_group_long' in selected_outputs</filter>
1
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
642 <actions>
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
643 <action name="column_names" type="metadata" default="Protein,Group,LogIntensity" />
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
644 </actions>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
645 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
646 <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
647 <filter> group['group_comparison'] == 'yes' and 'comparison_result' in group['select_outputs']</filter>
1
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
648 <actions>
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
649 <action name="column_names" type="metadata" default="Protein,Label,log2FC,SE,Tvalue,DF,pvalue,adj.pvalue,issue,MissingPercentage,ImputationPercentage" />
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
650 </actions>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
651 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
652 <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
653 <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
654 </data>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
655 <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
656 <filter> group['group_comparison'] == 'yes' and 'model_qc' in group['select_outputs']</filter>
1
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
diff changeset
657 <actions>
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,ABUNDANCE,NumMeasuredFeature,MissingPercentage,more50missing,NumImputedFeature,originalRUN,GROUP,GROUP_ORIGINAL,SUBJECT_ORIGINAL,SUBJECT_NESTED,SUBJECT,residuals,fitted" />
3e2606fa85bf "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit fa543ac667f63409bfb2e28fd6c711e74d828a79"
galaxyp
parents: 0
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="QQPlots" format="pdf" label="${tool.name} on ${on_string}: Model QQ" from_work_dir="MSStats_group_QQPlot.pdf">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
662 <filter> group['group_comparison'] == 'yes' and 'QQPlots' in group['select_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="ResidualPlots" format="pdf" label="${tool.name} on ${on_string}: Residual Plot" from_work_dir="MSStats_group_ResidualPlot.pdf">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
665 <filter> group['group_comparison'] == 'yes' and 'ResidualPlots' in group['select_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="VolcanoPlot" format="pdf" label="${tool.name} on ${on_string}:Volcano Plot" from_work_dir="MSStats_group_VolcanoPlot.pdf">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
668 <filter> group['group_comparison'] == 'yes' and 'VolcanoPlot' in group['select_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="Heatmap" format="pdf" label="${tool.name} on ${on_string}: Heatmap" from_work_dir="MSStats_group_Heatmap.pdf">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
671 <filter> group['group_comparison'] == 'yes' and 'Heatmap' in group['select_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="ComparisonPlot" format="pdf" label="${tool.name} on ${on_string}: Comparison Plot" from_work_dir="MSStats_group_ComparisonPlot.pdf">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
674 <filter> group['group_comparison'] == 'yes' and 'ComparisonPlot' in group['select_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>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
676 </outputs>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
677 <tests>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
678 <test>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
679 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
680 <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
681 <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
682 </conditional>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
683 <param name="selected_outputs" value="processed_data,ProfilePlot,profile_wsum_plot,quant_sample_matrix,quant_group_long"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
684 <output name="processed_data">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
685 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
686 <has_text text="D.GPLTGTYR" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
687 <has_n_columns n="16" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
688 <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
689 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
690 </output>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
691 <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
692 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
693 <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
694 <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
695 <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
696 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
697 </output>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
698 <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
699 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
700 <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
701 <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
702 <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
703 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
704 </output>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
705 <output name="ProfilePlot" file="MSstats ProfilePlot.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
706 <output name="profile_wsum_plot" file="profile_wsum_plot.pdf" compare="sim_size"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
707 </test>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
708
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
709 <test>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
710 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
711 <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
712 <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
713 </conditional>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
714 <conditional name="group">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
715 <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
716 <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
717 </conditional>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
718 <param name="select_outputs" value="ResidualPlots,model_qc"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
719 <output name="processed_data">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
720 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
721 <has_text text="D.GPLTGTYR" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
722 <has_n_columns n="16" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
723 <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
724 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
725 </output>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
726 <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
727 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
728 <has_text text="MissingPercentage" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
729 <has_n_columns n="15" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
730 <has_n_lines n="108" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
731 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
732 </output>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
733 <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
734 </test>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
735
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
736 <test>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
737 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
738 <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
739 <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
740 <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
741 <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
742 </conditional>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
743 <param name="selected_outputs" value="ConditionPlot,processed_data,runlevel_data"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
744 <conditional name="group">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
745 <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
746 <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
747 </conditional>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
748 <param name="select_outputs" value="QQPlots,comparison_result"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
749 <output name="processed_data">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
750 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
751 <has_text text="SPILVATAVAAR" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
752 <has_n_columns n="16" />
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
753 <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
754 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
755 </output>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
756 <output name="runlevel_data">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
757 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
758 <has_text text="qx017084.raw.thermo" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
759 <has_n_columns n="13" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
760 <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
761 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
762 </output>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
763 <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
764 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
765 <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
766 <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
767 <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
768 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
769 </output>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
770 <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
771 <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
772 </test>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
773
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
774 <test>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
775 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
776 <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
777 <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
778 </conditional>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
779 <param name="selected_outputs" value="ConditionPlot,processed_data,runlevel_data"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
780 <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
781 <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
782 <param name="comparison_matrix" ftype="tabular" value="openms_comparisonmatrix.tabular"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
783 <param name="select_outputs" value="Heatmap"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
784 </conditional>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
785 <output name="processed_data">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
786 <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
787 <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
788 <has_text text="sp|P09938|RIR2_YEAST" />
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
789 <has_n_columns n="16" />
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
790 <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
791 </assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
792 </output>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
793 <output name="runlevel_data">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
794 <assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
795 <has_text text="sp|P09457|ATPO_YEAST" />
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
796 <has_n_columns n="13" />
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
797 <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
798 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
799 </output>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
800 <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
801 <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
802 </test>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
803 <test>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
804 <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
805 <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
806 <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
807 <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
808 <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
809 </conditional>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
810 <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
811 <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
812 <param name="censoredInt" value="NULL"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
813 </conditional>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
814 <param name="selected_outputs" value="log,ProfilePlot,processed_data,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
815 <param name="featureName" value="Peptide"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
816 <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
817 <param name="height" value="7"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
818 <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
819 <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
820 <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
821 <param name="select_outputs" value="VolcanoPlot,ComparisonPlot,comparison_result"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
822 </conditional>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
823 <param name="FCcutoff" value="2" />
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
824 <conditional name="which_Comparison">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
825 <param name="select" value="list"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
826 <param name="comparison_list" ftype="tabular" value="comparison_list_skyline.tabular"/>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
827 </conditional>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
828 <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
829 <assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
830 <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
831 <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
832 <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
833 <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
834 </assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
835 </output>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
836 <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
837 <assert_contents>
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="ADVGFLC" />
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="1 level of Isotope type labeling in this experiment" />
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
840 <has_text text="The required input : provided - okay" />
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
841 </assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
842 </output>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
843 <output name="processed_data">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
844 <assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
845 <has_text text="ADVGFLC[+57]NMLER_2_sum_NA" />
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="319070944" />
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
847 <has_n_columns n="15" />
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="46" />
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
849 </assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
850 </output>
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="comparison_result">
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
852 <assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
853 <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
854 <has_text text="log2FC" />
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
855 <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
856 </assert_contents>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
857 </output>
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
858 <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
859 <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
860 <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
861 </test>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
862
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
863 <test>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
864 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
865 <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
866 <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
867 <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
868 </conditional>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
869 <output name="processed_data">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
870 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
871 <has_text text="GETLGLIGFGR" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
872 <has_n_columns n="16" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
873 <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
874 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
875 </output>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
876 <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
877 </test>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
878
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
879 <test>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
880 <conditional name="input">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
881 <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
882 <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
883 <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
884 </conditional>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
885 <param name="selected_outputs" value="r_script,processed_data,quant_sample_long"/>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
886 <conditional name="group">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
887 <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
888 <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
889 </conditional>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
890 <param name="select_outputs" value="comparison_result,VolcanoPlot,ResidualPlots"/>
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
891 <output name="processed_data">
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
892 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
893 <has_text text="GETLGLIGFGR" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
894 <has_n_columns n="16" />
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
895 <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
896 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
897 </output>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
898 <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
899 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
900 <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
901 <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
902 <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
903 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
904 </output>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
905 <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
906 <assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
907 <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
908 <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
909 <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
910 </assert_contents>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
911 </output>
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
912 <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
913 <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
914 </test>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
915
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
916 </tests>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
917 <help><![CDATA[
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
918 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
919
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
920 The MSstats Galaxy tool (version @VERSION@) allows the detection of differentially abundant proteins for label-free MS experiments with complex designs on data derived from open-source proteomics software available in Galaxy (e.g. MaxQuant, OpenMS, OpenSWATH). Processing functionalities such as log transformation, normalization, feature selection, missing value imputation and quantification are available as well.
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
921
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
922 -----
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
923
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
924 **Input data**
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
925
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
926 - Data in tabular or csv format, either in the 10-column MSstats format or the outputs of spectral processing tools such as `MaxQuant <http://coxdocs.org/doku.php?id=maxquant:start/>`_, `OpenSWATH <http://openswath.org/en/latest/>`_
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
927
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
928 - 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
929
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
930 - 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
931 - 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
932 - 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
933 - 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
934 - 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
935 - 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
936 - 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
937 - 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
938 - 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
939 - 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
940 - Example file header:
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
941 ::
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
942
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
943 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
944 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
945 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
946 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
947 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
948 ... ... ... ... ...
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
949
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
950 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
951 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
952 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
953 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
954 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
955 ... ... ... ... ...
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
956
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
957 - 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
958 - 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
959
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
960 - 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
961
2
52ac6fde9a5b "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 414edbbd89f9bc83b81289e409c9b688c8c1e40f"
galaxyp
parents: 1
diff changeset
962 - 4 columns with exactly these headers: Raw.file, Condition, BioReplicate, Run; additional 5th column only for MaxQuant: IsotopeLabelType
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
963
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
964 - Raw.file:
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
965
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
966 - OpenSWATH: File name needs to fit exactly how it is written in OpenSwatch output (e.g. "in/AA12_mzML.mzML")
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
967 - MaxQuant: File name needs to fit to how it is written in MaxQuant output, but the ".raw" has to be removed (e.g. "file1.raw.thermo.raw" --> "file1.raw.thermo")
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
968 - 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
969 - 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
970
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
971 - 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
972
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
973 - 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
974 - 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.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
975 - First row contains the names of the groups, they must exactly match the condition name used in the annotation file
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
976 - 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
977 - 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
978
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
979 ::
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
980
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
981 names groupA groupB
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
982 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
983
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
984
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
985 - 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
986
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
987 ::
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
988
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
989 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
990 G2-G1 -1 1 0 0 0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
991 G4-G5 0 0 0 1 -1
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
992 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
993 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
994
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
995 **Options**
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
996
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
997 - 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
998
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
999 - 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
1000
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1001 - 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
1002
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1003 - 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
1004 - 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
1005
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1006 - 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
1007 - 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
1008 - 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
1009 - 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
1010
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1011 - Feature selection
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1012
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1013 - 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
1014 - 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
1015 - 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
1016 - 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
1017
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1018 - 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
1019
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1020 - TMP: Tukey’s median polish. Robust parameter estimation method with median across rows and columns. Prerequisite for missing value imputation.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1021 - linear: Linear model (lmfunction). Average-based summarization.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1022
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1023 - Missing value imputation:
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1024
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1025 - Impute Missing Values: Only possible for Summarization Method TMP. Censored missing values will be determined (by censored intensity; cutoff value for censoring and Maximum quantile for deciding censored missing values") and imputed by Accelerated Failure Time model.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1026
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1027 - 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
1028 - 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
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1029 - 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
1030
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1031 - 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
1032 - 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
1033 - NULL - It assumes that all missing values are randomly missing.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1034 - 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
1035 - Cutoff value for censoring: cutoff for AFT model; only with censored intensity 'NA' or '0'; if NULL it assumes that there is no censored missing and any imputation will not be performed. In case that there are completely missing measurements in a run for a protein, any imputation will not be performed. In addition, the condition, which has no measurement at all in a protein, will be not impute.
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1036
3
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1037 - minimum value for each feature: cutoff for AFT model will be the minimum value for each feature across runs. With this option, those runs with substantial missing measurements will be biased by the cutoff value. In such case, you may remove the runs that have more than 50% missing values from the analysis.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1038 - minimum value for each run: cutoff for AFT model will be the minimum value for each run across features
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1039 - smallest between minimum value of corresponding feature and minimum value of corresponding run: cutoff for AFT model will be the smallest value between minimum valueof corresponding feature and minimum value of corresponding run
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1040 - Maximum quantile for deciding censored missing values: If you don’t want to apply the threshold of noise intensity in your data, you can use maxQuantileforCensored=NULL.
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1041 - Missing value imputation combination with summarization method TMP:
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1042
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1043 - Summarization method: TMP + censored intensity: 'NULL': It assumes that all intensities are missing at random, therefore no action with missing value imputation: No; or error with 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
1044 - Missing value imputation: Yes + censored intensity:'NA' or '0': AFT model-based imputation using cutoff value for censoring in the AFT model
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1045 - Missing value imputation: No + censored intensity:'NA' or '0': censored intensities will be replaced with the value specified in cutoff value for censoring
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1046
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1047 - 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
1048 - 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
1049
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1050 - 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
1051 - 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
1052
0
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1053
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1054 **Output options**
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 - 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
1057
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1058 - 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
1059 - MSstats Rscript - can be used to re-run analysis outside Galaxy or to inspect the executed code (txt)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1060 - MSstats ProcessedData - transformed, normalized, imputed intensities (tabular)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1061
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1062 - 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
1063 - 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
1064 - 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
1065
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1066 - MSstats RunlevelData - run and protein level summarized data (tabular)
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1067
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1068 - 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
1069 - 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
1070 - 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
1071 - 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
1072 - 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
1073
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1074 - 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
1075 - 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
1076
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1077 - 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
1078
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1079 - 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
1080
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1081 - 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
1082
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1083 - 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
1084
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1085 - 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
1086
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1087 - 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
1088
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1089 - 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
1090
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1091 - 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
1092
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1093 - 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
1094
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1095 - 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
1096 - 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
1097
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1098 - 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
1099 - 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
1100 - 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
1101 - 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
1102 - 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
1103 - 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
1104 - 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
1105 - 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
1106
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1107 - 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
1108
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1109 - 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
1110
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1111 - 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
1112
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1113 - 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
1114
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1115 - 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
1116
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1117 - 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
1118
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1119 - 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
1120
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1121 - 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
1122
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1123 - 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
1124
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1125 - 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
1126
8212e342e482 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit ad490a2f231f5ee1b6db160c117181e693ea1079"
galaxyp
parents: 2
diff changeset
1127 - 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
1128
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1129 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
1130
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1131
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1132 ]]></help>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1133 <citations>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1134 <citation type="doi">10.1093/bioinformatics/btu305</citation>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1135 </citations>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1136 </tool>
80b40b9ab835 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit d2341b64b690d975bc6e29c81f7d13b66c0c5b7f"
galaxyp
parents:
diff changeset
1137