annotate macros.xml @ 4:05c9b1a7f44e draft default tip

Uploaded new release 1.7.3
author lgueguen
date Thu, 07 Jan 2021 11:12:01 +0000
parents de6d0b7c17af
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
1 <macros>
2
d86ccac2a660 New release of SARTools (1.3.2)
lgueguen
parents: 0
diff changeset
2
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
3 <token name="@TOOL_VERSION@">1.7.3</token>
2
d86ccac2a660 New release of SARTools (1.3.2)
lgueguen
parents: 0
diff changeset
4
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
5 <xml name="requirements">
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
6 <requirements>
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
7 <requirement type="package" version="@TOOL_VERSION@">r-sartools</requirement>
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
8 </requirements>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
9 </xml>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
10
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
11 <xml name="stdio">
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
12 <stdio>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
13 <exit_code range="1" level="fatal" />
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
14 <regex match="Execution halted"
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
15 source="both"
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
16 level="fatal"
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
17 description="Execution halted" />
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
18 <regex match="rsync error"
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
19 source="both"
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
20 level="fatal"
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
21 description="rsync error" />
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
22 </stdio>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
23 </xml>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
24
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
25 <token name="@COMMAND_BASIC_PARAMETERS@">
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
26 --projectName '$projectName'
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
27 --author '$author'
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
28 --targetFile '$targetFile'
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
29 --rawDir '$rawDir'
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
30 --featuresToRemove '$featuresToRemove'
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
31 --varInt '$varInt'
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
32 --condRef '$condRef'
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
33 </token>
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
34
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
35 <token name="@COMMAND_BATCH_PARAM@">
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
36 #if $advanced_parameters.batch_condition.condition:
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
37 --batch '$advanced_parameters.batch_condition.batch'
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
38 #else:
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
39 --batch NULL
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
40 #end if
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
41 </token>
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
42
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
43 <token name="@COMMAND_OUTPUTS@">
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
44 --figures_html '$figures_html'
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
45 --figures_html_files_path '$figures_html.files_path'
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
46 --tables_html '$tables_html'
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
47 --tables_html_files_path '$tables_html.files_path'
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
48 --rdata '$rdata'
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
49 --report_html '$report_html'
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
50 --log '$log'
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
51 </token>
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
52
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
53 <macro name="basic_parameters">
3
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
54 <param type="text" value="Project" label="Name of the project used for the report" argument="--projectName" help="No space allowed." >
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
55 <validator type="regex" message="Field requires a value. No space allowed.">\S+</validator>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
56 </param>
3
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
57 <param type="text" value="Galaxy" label="Name of the report author" argument="--author" help="No space allowed." >
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
58 <validator type="regex" message="Field requires a value. No space allowed.">\S+</validator>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
59 </param>
3
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
60 <param type="data" format="txt" label="Design / target file" argument="--targetFile" help="See the help section below for details on the required format." />
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
61 <param type="data" format="no_unzip.zip,zip" label="Zip file containing raw counts files" argument="--rawDir" help="See the help section below for details on the required format." />
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
62 <param type="text" size="100" value="alignment_not_unique,ambiguous,no_feature,not_aligned,too_low_aQual" label="Names of the features to be removed" argument="--featuresToRemove" help="Separate the features with a comma, no space allowed. More than once can be specified. Specific HTSeq-count information and rRNA for example. Default are 'alignment_not_unique,ambiguous,no_feature,not_aligned,too_low_aQual'." >
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
63 <validator type="regex" message="Field requires a value. No space allowed.">\S+</validator>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
64 </param>
3
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
65 <param type="text" value="group" label="Factor of interest" argument="--varInt" help="Biological condition in the target file. Default is 'group'." >
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
66 <validator type="regex" message="Field requires a value. No space allowed.">\S+</validator>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
67 </param>
3
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
68 <param type="text" value="WT" label="Reference biological condition" argument="--condRef" help="Reference biological condition used to compute fold-changes, must be one of the levels of 'Factor of interest'." >
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
69 <validator type="regex" message="Field requires a value. No space allowed.">\S+</validator>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
70 </param>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
71 </macro>
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
72
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
73 <macro name="batch_param">
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
74 <conditional name="batch_condition">
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
75 <param name="condition" type="boolean" checked="false" truevalue="batch" falsevalue="NULL" label="Add a blocking factor" argument="--batch" help="Adjustment variable to use as a batch effect. Default: unchecked if no batch effect needs to be taken into account."/>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
76 <when value="NULL" />
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
77 <when value="batch">
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
78 <param name="batch" type="text" value="batch" label="Blocking factor value" help="Must be a column of the target file" >
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
79 <validator type="empty_field"/>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
80 </param>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
81 </when>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
82 </conditional>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
83 </macro>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
84
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
85 <macro name="alpha_param">
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
86 <param type="float" value="0.05" min="0" max="1" label="Threshold of statistical significance" argument="--alpha" help="Significance threshold applied to the adjusted p-values to select the differentially expressed features. Default is 0.05. The comma is not allowed as decimal separator, use a point instead." />
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
87 </macro>
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
88
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
89 <macro name="padjustmethod_param">
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
90 <param type="select" label="p-value adjustment method" argument="--pAdjustMethod" help="p-value adjustment method for multiple testing. 'BH' by default, 'BY' or any value of p.adjust.methods." >
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
91 <option value="BH" selected="true">BH</option>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
92 <option value="BY">BY</option>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
93 <option value="bonferroni">bonferroni</option>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
94 <option value="fdr">fdr</option>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
95 <option value="hochberg">hochberg</option>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
96 <option value="holm">holm</option>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
97 <option value="hommel">hommel</option>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
98 </param>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
99 </macro>
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
100
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
101 <macro name="colors_param">
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
102 <param type="text" size="100" value="#f3c300,#875692,#f38400,#a1caf1,#be0032,#c2b280,#848482,#008856,#e68fac,#0067a5" label="Colors of each biological condition on the plots: 'col1,col2,col3,col4'" argument="--colors" help="Separate the colors with a comma, no space allowed. Default are '#f3c300,#875692,#f38400,#a1caf1,#be0032,#c2b280,#848482,#008856,#e68fac,#0067a5'." >
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
103 <validator type="regex" message="Field requires a value. No space allowed.">\S+</validator>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
104 <sanitizer>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
105 <valid>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
106 <add value="#" />
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
107 </valid>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
108 </sanitizer>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
109 </param>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
110 </macro>
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
111
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
112 <macro name="forceCairoGraph_param">
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
113 <param type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="Activate cairo type" argument="--forceCairoGraph" help="Unchecked by default." />
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
114 </macro>
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
115
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
116 <macro name="outputs">
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
117 <data name="report_html" format="html" label="${tool.name} report" />
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
118 <data name="tables_html" format="html" label="${tool.name} tables" />
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
119 <data name="figures_html" format="html" label="${tool.name} figures" />
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
120 <data name="log" format="txt" label="${tool.name} R log" />
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
121 <data name="rdata" format="data" label="${tool.name} R objects (.RData)" />
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
122 </macro>
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
123
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
124 <token name="@HELP_AUTHORS@">
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
125 .. class:: infomark
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
126
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
127 **Authors** M.-A. Dillies and H. Varet
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
128
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
129 | If you use this tool, please cite: H. Varet, L. Brillet-Guéguen, J.-Y. Coppee and M.-A. Dillies, SARTools: A DESeq2- and EdgeR-Based R Pipeline for Comprehensive Differential Analysis of RNA-Seq Data, PLoS One, 2016, doi: http://dx.doi.org/10.1371/journal.pone.0157022
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
130 | For details about this tool, please go to https://github.com/PF2-pasteur-fr/SARTools
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
131
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
132 .. class:: infomark
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
133
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
134 **Galaxy integration** Loraine Brillet-Guéguen, Institut Français de Bioinformatique
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
135
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
136 | Contact support.abims@sb-roscoff.fr for any questions or concerns about the Galaxy implementation of this tool.
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
137
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
138 ---------------------------------------------------
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
139 </token>
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
140
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
141 <token name="@HELP_DESCRIPTION@">
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
142 | SARTools is a R package dedicated to the differential analysis of RNA-seq data. It provides tools to generate descriptive and diagnostic graphs, to run the differential analysis with one of the well known DESeq2 or edgeR packages and to export the results into easily readable tab-delimited files. It also facilitates the generation of a HTML report which displays all the figures produced, explains the statistical methods and gives the results of the differential analysis.
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
143 | Note that SARTools does not intend to replace DESeq2 or edgeR: it simply provides an environment to go with them. For more details about the methodology behind DESeq2 or edgeR, the user should read their documentations and papers.
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
144 </token>
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
145
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
146 <token name="@HELP_INPUT_FILES@">
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
147 .. class:: warningmark
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
148
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
149 If the counts and the target files are not supplied in the required formats, the workflow will probably crash and will not be able to run the analysis.
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
150
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
151
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
152 +---------------------------+-----------+
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
153 | Parameter : num + label | Format |
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
154 +===========================+===========+
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
155 | 1 : Design / target file | tabular |
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
156 +---------------------------+-----------+
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
157 | 2 : Raw counts files | zip |
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
158 +---------------------------+-----------+
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
159
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
160
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
161 Design/target file:
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
162 | The user has to supply a tab delimited file which describes the experiment, i.e. which contains the name of the biological condition associated with each sample. This file is called ”target” as a reference to the target file needed when using the limma package [1]. This file has one row per sample and is composed of at least three columns with headers:
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
163
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
164 * column 1 : unique names of the samples (short but informative as they will be displayed on all the figures);
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
165 * column 2 : name of the count files;
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
166 * column 3 : biological conditions;
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
167 * optional columns : further information about the samples (day of library preparation for example).
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
168
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
169
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
170 - Example of a target file::
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
171
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
172 label files group
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
173 s1c1 count_file_sample1_cond1.txt cond1
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
174 s2c1 count_file_sample2_cond1.txt cond1
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
175 s1c2 count_file_sample1_cond2.txt cond2
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
176 s2c2 count_file_sample2_cond2.txt cond2
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
177
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
178
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
179 Zip file containing raw counts files:
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
180 | The statistical analysis assumes that reads have already been mapped and that counts per feature (gene or transcript) are available. If counting has been done with HTSeq-count [2, 3], output files are ready to be loaded in R with the dedicated SARTools function. If not, the user must supply, in a zip file, one count file per sample with two tab delimited columns without header:
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
181
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
182 * column 1 : the unique IDs of the features;
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
183 * column 2 : the raw counts associated with these features (null or positive integers).
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
184 </token>
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
185
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
186 <token name="@HELP_BASIC_PARAMETERS@">
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
187 * **projectName:** name of the project;
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
188 * **author:** author of the analysis;
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
189 * **featuresToRemove:** character vector containing the IDs of the features to remove before running the analysis (default are "alignment not unique", "ambiguous", "no feature", "not aligned", "too low aQual" to remove HTSeq-count specific rows);
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
190 * **varInt:** variable of interest, i.e. biological condition, in the target file ("group" by default);
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
191 * **condRef:** reference biological condition used to compute fold-changes (no default, must be one of the levels of varInt);
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
192 </token>
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
193
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
194 <token name="@HELP_OUTPUT_FILES@">
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
195 **Report:**
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
196
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
197
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
198 | Give details about the methodology, the different steps and the results. It displays all the figures produced and the most important results of the differential analysis as the number of up- and down-regulated features.
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
199 | The user should read the full HTML report and closely analyze each figure to check that the analysis ran smoothly.
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
200
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
201
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
202 **Tables:**
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
203
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
204
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
205 * **TestVsRef.complete.txt:** contains all the features studied;
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
206 * **TestVsRef.down.txt:** contains only significant down-regulated features, i.e. less expressed in Test than in Ref;
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
207 * **TestVsRef.up.txt:** contains only significant up-regulated features i.e. more expressed in Test than in Ref.
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
208
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
209
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
210 **Figures:**
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
211
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
212
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
213 * **MAplot.png:** MA-plot for each comparison (log ratio of the means vs intensity).
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
214 * **PCA.png:** first and second factorial planes of the PCA on the samples based on VST or rlog data;
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
215 * **barplotNull.png:** percentage of null counts per sample;
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
216 * **barplotTC.png:** total number of reads per sample;
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
217 * **cluster.png:** hierachical clustering of the samples (based on VST or rlog data);
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
218 * **countsBoxplot.png:** boxplots on raw and normalized counts;
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
219 * **densplot.png:** estimation of the density of the counts for each sample;
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
220 * **diagSizeFactorsHist.png:** diagnostic of the estimation of the size factors;
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
221 * **diagSizeFactorsTC.png:** plot of the size factors vs the total number of reads;
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
222 * **dispersionsPlot.png:** graph of the estimations of the dispersions and diagnostic of log-linearity of the dispersions;
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
223 * **majSeq.png:** percentage of reads caught by the feature having the highest count in each sample;
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
224 * **pairwiseScatter.png:** pairwise scatter plot between each pair of samples and SERE values;
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
225 * **rawpHist.png:** histogram of the raw p-values for each comparison;
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
226 * **volcanoPlot.png:** vulcano plot for each comparison (− log10 (adjusted P value) vs log ratio of the means).
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
227
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
228
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
229 **R log file:**
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
230
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
231
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
232 | Give the R console outputs.
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
233
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
234
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
235 **R objects (.RData file):**
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
236
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
237
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
238 | Give all the R objects created during the analysis is saved: it may be used to perform downstream analyses.
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
239 </token>
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
240
4
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
241 <macro name="common_citations">
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
242 <citation type="doi">10.1371/journal.pone.0157022</citation>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
243 <citation type="bibtex">@INBOOK{Smyth05,
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
244 author = {G.-K. Smyth},
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
245 editor = {R. Gentleman, V. Carey, S. Dudoit, R. Irizarry, and W. Huber},
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
246 chapter = {Limma: linear models for microarray data},
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
247 title = {Bioinformatics and Computational Biology Solutions Using R and Bioconductor},
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
248 publisher = {Springer},
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
249 year = {2005},
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
250 pages = {397–420}
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
251 }</citation>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
252 <citation type="doi">10.1093/bioinformatics/btu638</citation>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
253 <citation type="bibtex">@ARTICLE{Benjamini95,
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
254 author = {Y. Benjamini and Y. Hochberg},
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
255 title = {Controlling the false discovery rate: a practical and powerful approach to multiple testing},
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
256 journal = {Journal of the Royal Statistical Society B},
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
257 year = {1995},
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
258 volume = {57},
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
259 pages = {289–300}
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
260 }</citation>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
261 <citation type="bibtex">@ARTICLE{Benjamini01,
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
262 author = {Y. Benjamini and D. Yekutieli},
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
263 title = {The control of the false discovery rate in multiple testing under dependency},
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
264 journal = {Ann. Statist.},
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
265 year = {2001},
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
266 volume = {29},
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
267 number = {4},
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
268 pages = {1165–1188}
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
269 }</citation>
05c9b1a7f44e Uploaded new release 1.7.3
lgueguen
parents: 3
diff changeset
270 </macro>
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
271
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
272 </macros>