annotate macros.xml @ 3:de6d0b7c17af draft

release 1.6.3
author lgueguen
date Mon, 01 Oct 2018 05:07:56 -0400
parents d86ccac2a660
children 05c9b1a7f44e
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
3
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
3 <token name="@WRAPPER_VERSION@">1.6.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>
3
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
7 <requirement type="package" version="1.6.3">r-sartools</requirement>
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
8 <requirement type="package" version="1.6.0">r-optparse</requirement>
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
9 </requirements>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
10 </xml>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
11
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
12 <xml name="stdio">
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
13 <stdio>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
14 <exit_code range="1" level="fatal" />
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
15 <regex match="Execution halted"
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
16 source="both"
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
17 level="fatal"
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
18 description="Execution halted" />
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
19 <regex match="rsync error"
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
20 source="both"
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
21 level="fatal"
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
22 description="rsync error" />
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
23 </stdio>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
24 </xml>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
25
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
26 <token name="@COMMAND_BASIC_PARAMETERS@">
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
27 --projectName $projectName
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
28 --author $author
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
29 --targetFile $targetFile
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
30 --rawDir $rawDir
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
31 --featuresToRemove $featuresToRemove
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
32 --varInt $varInt
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
33 --condRef $condRef
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
34 </token>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
35
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
36 <token name="@COMMAND_BATCH_PARAM@">
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
37 #if $advanced_parameters.batch_condition.condition:
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
38 --batch $advanced_parameters.batch_condition.batch
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
39 #else:
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
40 --batch NULL
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
41 #end if
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
42 </token>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
43
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
44 <token name="@COMMAND_OUTPUTS@">
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
45 --figures_html $figures_html
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
46 --figures_html_files_path $figures_html.files_path
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
47 --tables_html $tables_html
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
48 --tables_html_files_path $tables_html.files_path
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
49 --rdata $rdata
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
50 --report_html $report_html
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
51 --log $log
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
52 </token>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
53
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
54 <macro name="basic_parameters">
3
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
55 <param type="text" value="Project" label="Name of the project used for the report" argument="--projectName" help="No space allowed." >
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
56 <validator type="regex" message="Field requires a value. No space allowed.">\S+</validator>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
57 </param>
3
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
58 <param type="text" value="Galaxy" label="Name of the report author" argument="--author" help="No space allowed." >
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
59 <validator type="regex" message="Field requires a value. No space allowed.">\S+</validator>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
60 </param>
3
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
61 <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
62 <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
63 <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'." >
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
64 <validator type="regex" message="Field requires a value. No space allowed.">\S+</validator>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
65 </param>
3
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
66 <param type="text" value="group" label="Factor of interest" argument="--varInt" help="Biological condition in the target file. Default is 'group'." >
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
67 <validator type="regex" message="Field requires a value. No space allowed.">\S+</validator>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
68 </param>
3
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
69 <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'." >
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
70 <validator type="regex" message="Field requires a value. No space allowed.">\S+</validator>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
71 </param>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
72 </macro>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
73
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
74 <macro name="batch_param">
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
75 <conditional name="batch_condition">
3
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
76 <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."/>
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
77 <when value="NULL" />
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
78 <when value="batch">
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
79 <param name="batch" type="text" value="batch" label="Blocking factor value" help="Must be a column of the target file" >
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
80 <validator type="empty_field"/>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
81 </param>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
82 </when>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
83 </conditional>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
84 </macro>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
85
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
86 <macro name="alpha_param">
3
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
87 <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." />
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
88 </macro>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
89
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
90 <macro name="padjustmethod_param">
3
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
91 <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." >
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
92 <option value="BH" selected="true">BH</option>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
93 <option value="BY">BY</option>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
94 <option value="bonferroni">bonferroni</option>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
95 <option value="fdr">fdr</option>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
96 <option value="hochberg">hochberg</option>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
97 <option value="holm">holm</option>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
98 <option value="hommel">hommel</option>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
99 </param>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
100 </macro>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
101
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
102 <macro name="colors_param">
3
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
103 <param type="text" size="100" value="dodgerblue,firebrick1,MediumVioletRed,SpringGreen,chartreuse,cyan,darkorchid,darkorange" 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 'dodgerblue,firebrick1,MediumVioletRed,SpringGreen,chartreuse,cyan,darkorchid,darkorange'." >
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
104 <validator type="regex" message="Field requires a value. No space allowed.">\S+</validator>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
105 </param>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
106 </macro>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
107
3
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
108 <macro name="forceCairoGraph_param">
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
109 <param type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="Activate cairo type" argument="--forceCairoGraph" help="Unchecked by default." />
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
110 </macro>
de6d0b7c17af release 1.6.3
lgueguen
parents: 2
diff changeset
111
0
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
112 <macro name="outputs">
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
113 <data name="report_html" format="html" label="${tool.name} report" />
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
114 <data name="tables_html" format="html" label="${tool.name} tables" />
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
115 <data name="figures_html" format="html" label="${tool.name} figures" />
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
116 <data name="log" format="txt" label="${tool.name} R log" />
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
117 <data name="rdata" format="data" label="${tool.name} R objects (.RData)" />
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
118 </macro>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
119
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
120 <token name="@HELP_AUTHORS@">
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
121 .. class:: infomark
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
122
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
123 **Authors** M.-A. Dillies and H. Varet
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
124
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
125 | 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
126 | For details about this tool, please go to https://github.com/PF2-pasteur-fr/SARTools
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
127
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
128 .. class:: infomark
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
129
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
130 **Galaxy integration** Loraine Brillet-Guéguen, Institut Français de Bioinformatique
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
131
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
132 | 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
133
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
134 ---------------------------------------------------
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
135 </token>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
136
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
137 <token name="@HELP_DESCRIPTION@">
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
138 | 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
139 | 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.
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
140 </token>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
141
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
142 <token name="@HELP_INPUT_FILES@">
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
143 .. class:: warningmark
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
144
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
145 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
146
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
147
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
148 +---------------------------+-----------+
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
149 | Parameter : num + label | Format |
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
150 +===========================+===========+
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
151 | 1 : Design / target file | tabular |
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
152 +---------------------------+-----------+
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
153 | 2 : Raw counts files | zip |
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
154 +---------------------------+-----------+
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
155
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
156
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
157 Design/target file:
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
158 | 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:
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
159
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
160 * column 1 : unique names of the samples (short but informative as they will be displayed on all the figures);
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
161 * column 2 : name of the count files;
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
162 * column 3 : biological conditions;
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
163 * optional columns : further information about the samples (day of library preparation for example).
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
164
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
165
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
166 - Example of a target file::
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
167
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
168 label files group
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
169 s1c1 count_file_sample1_cond1.txt cond1
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
170 s2c1 count_file_sample2_cond1.txt cond1
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
171 s1c2 count_file_sample1_cond2.txt cond2
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
172 s2c2 count_file_sample2_cond2.txt cond2
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
173
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
174
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
175 Zip file containing raw counts files:
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
176 | 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:
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
177
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
178 * column 1 : the unique IDs of the features;
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
179 * column 2 : the raw counts associated with these features (null or positive integers).
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
180 </token>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
181
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
182 <token name="@HELP_BASIC_PARAMETERS@">
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
183 * **projectName:** name of the project;
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
184 * **author:** author of the analysis;
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
185 * **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);
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
186 * **varInt:** variable of interest, i.e. biological condition, in the target file ("group" by default);
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
187 * **condRef:** reference biological condition used to compute fold-changes (no default, must be one of the levels of varInt);
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
188 </token>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
189
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
190 <token name="@HELP_OUTPUT_FILES@">
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
191 **Report:**
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
192
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
193
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
194 | 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.
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
195 | The user should read the full HTML report and closely analyze each figure to check that the analysis ran smoothly.
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
196
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
197
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
198 **Tables:**
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
199
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
200
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
201 * **TestVsRef.complete.txt:** contains all the features studied;
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
202 * **TestVsRef.down.txt:** contains only significant down-regulated features, i.e. less expressed in Test than in Ref;
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
203 * **TestVsRef.up.txt:** contains only significant up-regulated features i.e. more expressed in Test than in Ref.
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
204
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
205
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
206 **Figures:**
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
207
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
208
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
209 * **MAplot.png:** MA-plot for each comparison (log ratio of the means vs intensity).
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
210 * **PCA.png:** first and second factorial planes of the PCA on the samples based on VST or rlog data;
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
211 * **barplotNull.png:** percentage of null counts per sample;
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
212 * **barplotTC.png:** total number of reads per sample;
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
213 * **cluster.png:** hierachical clustering of the samples (based on VST or rlog data);
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
214 * **countsBoxplot.png:** boxplots on raw and normalized counts;
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
215 * **densplot.png:** estimation of the density of the counts for each sample;
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
216 * **diagSizeFactorsHist.png:** diagnostic of the estimation of the size factors;
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
217 * **diagSizeFactorsTC.png:** plot of the size factors vs the total number of reads;
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
218 * **dispersionsPlot.png:** graph of the estimations of the dispersions and diagnostic of log-linearity of the dispersions;
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
219 * **majSeq.png:** percentage of reads caught by the feature having the highest count in each sample;
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
220 * **pairwiseScatter.png:** pairwise scatter plot between each pair of samples and SERE values;
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
221 * **rawpHist.png:** histogram of the raw p-values for each comparison;
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
222 * **volcanoPlot.png:** vulcano plot for each comparison (− log10 (adjusted P value) vs log ratio of the means).
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
223
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
224
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
225 **R log file:**
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
226
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
227
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
228 | Give the R console outputs.
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
229
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
230
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
231 **R objects (.RData file):**
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
232
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
233
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
234 | Give all the R objects created during the analysis is saved: it may be used to perform downstream analyses.
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
235 </token>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
236
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
237 <macro name="common_citations">
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
238 <citation type="doi">10.1371/journal.pone.0157022</citation>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
239 <citation type="bibtex">@INBOOK{Smyth05,
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
240 author = {G.-K. Smyth},
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
241 editor = {R. Gentleman, V. Carey, S. Dudoit, R. Irizarry, and W. Huber},
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
242 chapter = {Limma: linear models for microarray data},
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
243 title = {Bioinformatics and Computational Biology Solutions Using R and Bioconductor},
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
244 publisher = {Springer},
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
245 year = {2005},
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
246 pages = {397–420}
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
247 }</citation>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
248 <citation type="doi">10.1093/bioinformatics/btu638</citation>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
249 <citation type="bibtex">@ARTICLE{Benjamini95,
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
250 author = {Y. Benjamini and Y. Hochberg},
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
251 title = {Controlling the false discovery rate: a practical and powerful approach to multiple testing},
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
252 journal = {Journal of the Royal Statistical Society B},
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
253 year = {1995},
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
254 volume = {57},
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
255 pages = {289–300}
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
256 }</citation>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
257 <citation type="bibtex">@ARTICLE{Benjamini01,
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
258 author = {Y. Benjamini and D. Yekutieli},
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
259 title = {The control of the false discovery rate in multiple testing under dependency},
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
260 journal = {Ann. Statist.},
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
261 year = {2001},
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
262 volume = {29},
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
263 number = {4},
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
264 pages = {1165–1188}
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
265 }</citation>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
266 </macro>
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
267
581d217c7337 Planemo upload
lgueguen
parents:
diff changeset
268 </macros>