comparison plotCorrelation.xml @ 6:7cbaaf80dced draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 54a10cf268ca9a5399f13458a1b218be7891bd41
author bgruening
date Wed, 23 Dec 2015 03:57:45 -0500
parents ae54e08b15d7
children 44d87fb8403e
comparison
equal deleted inserted replaced
5:ae54e08b15d7 6:7cbaaf80dced
1 <tool id="deeptools_plot_correlation" name="plotCorrelation" version="@WRAPPER_VERSION@.0"> 1 <tool id="deeptools_plot_correlation" name="plotCorrelation" version="@WRAPPER_VERSION@.0">
2 <description>creates a heatmap or scatterplot of correlation scores between different samples </description> 2 <description>creates a heatmap of correlation scores between different samples </description>
3 <macros> 3 <macros>
4 <token name="@BINARY@">plotCorrelation</token> 4 <token name="@BINARY@">plotCorrelation</token>
5 <import>deepTools_macros.xml</import> 5 <import>deepTools_macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
89 <help> 89 <help>
90 <![CDATA[ 90 <![CDATA[
91 **What it does** 91 **What it does**
92 92
93 This tools takes a compressed matrix of scores (such as read coverages) for a number of genomic regions 93 This tools takes a compressed matrix of scores (such as read coverages) for a number of genomic regions
94 and different samples. It can visualize the correlation among samples as scatterplots or as 94 and different samples. It can visualize the correlation among samples as scatterplots or as
95 heatmap of correlation coefficients. Further output files are optional. 95 heatmap of correlation coefficients. Further output files are optional.
96 The compressed input matrices are easily generated using the "bamCorrelate" and "bigwigCorrelate" modules of deeptools. 96 The compressed input matrices are easily generated using the "bamCorrelate" and "bigwigCorrelate" modules of deeptools.
97 97
98 98
99 .. image:: $PATH_TO_IMAGES/QC_bamCorrelate_humanSamples.png 99 .. image:: $PATH_TO_IMAGES/QC_bamCorrelate_humanSamples.png
103 You can find more details on plotCorrelation here http://deeptools.readthedocs.org/en/release-1.6/content/tools/plotCorrelation.html 103 You can find more details on plotCorrelation here http://deeptools.readthedocs.org/en/release-1.6/content/tools/plotCorrelation.html
104 104
105 105
106 **Output files**: 106 **Output files**:
107 107
108 - **diagnostic plot**: Either a scatterplot or clustered heatmap (select above) displaying the values for each pair-wise correlation, 108 - **correlation structure**: a scatterplot of all mutual correlations between all samples in matrix
109 see below for an example 109 - **diagnostic plot**: clustered heatmap displaying the values for each pair-wise correlation, see below for an example
110 - data matrix (optional): if you want to analyze or plot the correlation values using a different program, e.g. R, this matrix can be used 110 - data matrix (optional): if you want to analyze or plot the correlation values using a different program, e.g. R, this matrix can be used
111
112 **Output with test dataset**:
113
114 Following is the output of plotCorrelation with our test ChIP-Seq datasets. Average coverages were computed over 10kb bins for chromosome X,
115 from bigwig files using bigwigCorrelate. The output was used by plotCorrelation to make a heatmap of spearman correlation between samples.
116
117 .. image:: $PATH_TO_IMAGES/plotCorrelation_galaxy_bw_heatmap_output.png
118
119 111
120 ----- 112 -----
121 113
122 @REFERENCES@ 114 @REFERENCES@
123 ]]> 115 ]]>