# HG changeset patch # User gtrichard # Date 1565191371 14400 # Node ID a6f0d3b1d8913d8dc24d70f3f2cddf2df25bb49a # Parent df452f69f66249f12acd74de8789a56a30e0d525 Deleted selected files diff -r df452f69f662 -r a6f0d3b1d891 datatypes_conf.xml --- a/datatypes_conf.xml Tue Aug 06 17:09:03 2019 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ - - - - - - - diff -r df452f69f662 -r a6f0d3b1d891 deepStats_macros.xml --- a/deepStats_macros.xml Tue Aug 06 17:09:03 2019 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ - - --CPU "\${GALAXY_SLOTS:-4}" - 1.1.0 - https://github.com/gtrichard/deepStats - - - deepstats - - - - - 10.5281/zenodo.3336594 - - - - - diff -r df452f69f662 -r a6f0d3b1d891 dsCompareCurves.xml --- a/dsCompareCurves.xml Tue Aug 06 17:09:03 2019 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,228 +0,0 @@ - - - compares multiple genomic scores at multiple regions sets by bootstraps and per-bin distribution test - - - dsCompareCurves - deepStats_macros.xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - -
- -
- - - -
- -
- - - - - - - - - - - - - -
- -
- -
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - ` - -dsCompareCurves: Comparing multiple genomic scores at multiple regions sets -=========================================================================== - - -**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``). - - -_______________ - - -Example usage -------------- - - -Below you can find an example of regions comparison. - -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. - -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). - -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: - -.. class:: bold - -`Example parameters`_ - -.. _Example parameters: https://raw.githubusercontent.com/gtrichard/deepStats/master/docs/images/dsCompareCurves_galaxy.png - -:raw-html:`
` - -Output description -++++++++++++++++++ - -.. image:: https://raw.githubusercontent.com/gtrichard/deepStats/master/docs/images/dsCompareCurves_doc.png - :width: 800 - - ]]>
- -