comparison dsCompareCurves.xml @ 1:a2022103f2a2 draft

Uploaded
author gtrichard
date Tue, 06 Aug 2019 16:48:33 -0400
parents cbeae0f83ff8
children
comparison
equal deleted inserted replaced
0:cbeae0f83ff8 1:a2022103f2a2
1 <tool id="deepstats_compare_curves" name="dsCompareCurves" version="@WRAPPER_VERSION@.0" profile="18.01"> 1 <tool id="deepstats_compare_curves" name="dsCompareCurves" version="@WRAPPER_VERSION@.0" profile="18.01">
2 <description> 2 <description>
3 compares multiple bigwigs over multiple region sets with bootstraps and 3 compares multiple genomic scores at multiple regions sets by bootstraps and per-bin distribution test
4 Wilcoxon rank-sum test using deepTools computeMatrix output
5 </description> 4 </description>
6 <macros> 5 <macros>
7 <token name="@BINARY@">dsCompareCurves</token> 6 <token name="@BINARY@">dsCompareCurves</token>
8 <import>deepStats_macros.xml</import> 7 <import>deepStats_macros.xml</import>
9 </macros> 8 </macros>
176 </outputs> 175 </outputs>
177 <tests> 176 <tests>
178 <test> 177 <test>
179 </test> 178 </test>
180 </tests> 179 </tests>
181 <help> 180 <help><![CDATA[
182 <![CDATA[ 181
183 This tool assesses if multiple genomics signals ( ChIP-seq, ATAC-seq... ) are significantly different or 182 .. role:: raw-html(raw)
184 not between conditions ( control, KO1, KO2, etc ). `dsCompareCurves` uses bootstraps and corrected 183 :format: html
185 Wilcoxon Rank-sum tests to do so. The input of this tool corresponds to the output of deepTools 184
186 `computeMatrix --outFileNameMatrix`. If multiple region sets have been used in deepTools, one plot and 185 .. image:: https://raw.githubusercontent.com/gtrichard/deepStats/master/docs/images/deepStats_logo.png
187 tab-delimited table will be produced for each set of regions. 186 :width: 400
188 187
189 @REFERENCES@ 188 :raw-html:`<br />`
190 ]]> 189
191 </help> 190 dsCompareCurves: Comparing multiple genomic scores at multiple regions sets
191 ===========================================================================
192
193
194 **dsCompareCurves** assesses if multiple genomics signals (ChIP-seq, ATAC-seq, etc as .bigwig files) are significantly different or not for multiple region sets (.bed files). ``dsCompareCurves`` uses bootstraps and corrected Wilcoxon Rank-sum tests to do so. This tool uses the output of deepTools ``computeMatrix --outFileNameMatrix``, that thus must be used prior to ``dsCompareCurves``. Eitherway the regions are compared for each signal (``--comparison regions``), or all the signals are compared for each region set (``--comparison scores``).
195
196
197 _______________
198
199
200 Example usage
201 -------------
202
203
204 Below you can find an example of regions comparison.
205
206 We consider two set of regions, conserved genes, and unconserved genes in Drosophila melanogaster. The want to know which histone marks from modENCODE are differentially enriched between these two regions sets.
207
208 Prior to ``dsCompareCurves``, we used **deepTools** ``computeMatrix scale-regions`` with the two bed files as regions, and the three histone marks bigwig tracks as scores. We also added the optional parameter ``outFileNameMatrix`` in order to get the output as a tab-delimited file (.txt).
209
210 The latter file is then used as input for the present tool in "regions", in order to compare the conserved and unconserved genes for each one of the three histone marks. You can find an image describing the output below using the said data set and the following galaxy parameters:
211
212 .. class:: bold
213
214 `Example parameters`_
215
216 .. _Example parameters: https://raw.githubusercontent.com/gtrichard/deepStats/master/docs/images/dsCompareCurves_galaxy.png
217
218 :raw-html:`<br />`
219
220 Output description
221 ++++++++++++++++++
222
223 .. image:: https://raw.githubusercontent.com/gtrichard/deepStats/master/docs/images/dsCompareCurves_doc.png
224 :width: 800
225
226 ]]></help>
192 <expand macro="citations" /> 227 <expand macro="citations" />
193 </tool> 228 </tool>