annotate hicCompartmentsPolarization.xml @ 0:8d764e8acdf5 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
author bgruening
date Mon, 16 Dec 2019 17:26:46 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
1 <tool id="hicexplorer_hiccompartmentspolarization" name="@BINARY@" version="@WRAPPER_VERSION@.0">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
2 <description>compute pairwise correlations between multiple Hi-C contact matrices</description>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
3 <macros>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
4 <token name="@BINARY@">hicCompartmentsPolarization</token>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
5 <import>macros.xml</import>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
6 </macros>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
7 <expand macro="requirements" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
9
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
10 #for $counter, $m in enumerate($matrix_h5_cooler_multiple):
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
11 ln -s '$m' '${counter}_matrix.$m.ext' &&
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
12 #end for
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
13 #set $m = ' '.join([ '\'%s_matrix.%s\'' % ($counter, $matrix.ext) for $counter, $matrix in enumerate($matrix_h5_cooler_multiple) ])
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
14
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
15 @BINARY@
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
16
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
17 --obsexp_matrices $m
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
18
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
19 --pca '$pca'
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
20 ##--quantile #echo int($quantile) #
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
21
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
22 $outputMatrix
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
23 ##--outliers #echo float($outliers) #
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
24 --outputFileName plot.$image_file_format
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
25
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
26 && mv plot.$image_file_format plot
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
27
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
28
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
29
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
30 ]]>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
31 </command>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
32 <inputs>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
33 <expand macro="matrix_h5_cooler_multiple_macro" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
34 <param name='pca' type="data" format="bedgraph" label="Eigenvector file" help='A PCA vector as a bedgraph file with
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
35 no header. In case of several matrices with
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
36 different conditions, ie. control
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
37 treatment, the PCA of control can be
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
38 used. Note that only one PCA can be provided.'/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
39 <!-- <param name='quantile' type="integer" label="Quantile" help='The number of to be used quantiles.' value="30"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
40 <param name='outliers' type="float" label="Outliers" help='The number of outliers to be removed.' value="0.0"/> -->
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
41 <param name='outputMatrix' type='boolean' optional="true" truevalue='--outputMatrix output_matrix.npz' falsevalue='' label='Return computed matrix' help='Output .npz file includes all the generated matrices' />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
42 <param name="image_file_format" type="select" label="Image output format">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
43 <option value="png" selected="True">png</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
44 <option value="svg">svg</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
45 <option value="pdf">pdf</option>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
46 </param>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
47 </inputs>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
48 <outputs>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
49 <data format="png" name="outFileName" from_work_dir="plot" label="${tool.name} [${on_string}]: Plot">
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
50 <change_format>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
51 <when input="image_file_format" value="svg" format="svg" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
52 <when input="image_file_format" value="pdf" format="pdf" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
53 </change_format>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
54 </data>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
55 <data name='output_matrix' from_work_dir='output_matrix.npz' format='hicexplorer_compartments_matrix' label='Output .npz file includes all the generated matrices'>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
56 <filter>outputMatrix == '--outputMatrix output_matrix.npz'</filter>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
57 </data>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
58 </outputs>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
59 <tests>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
60 <test>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
61 <param name="matrix_h5_cooler_multiple" value="hicTransform/obs_exp_norm.h5"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
62 <param name="pca" value="hicCompartmentsPolarization/pca1.bedgraph"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
63 <output name="outFileName" file="hicCompartmentsPolarization/compartmentsPolarizationRatio.png" ftype="png" compare="sim_size"/>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
64 </test>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
65 </tests>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
66 <help><![CDATA[
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
67
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
68 Matrix correlation
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
69 ==================
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
70
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
71 **hicCorrelate** is a dedicated Quality Control tool that allows the correlation of multiple Hi-C matrices at once with either a heatmap or scatterplots output.
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
72
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
73 Computes pairwise correlations between Hi-C matrices data. The correlation is computed taking the values from each pair of matrices and discarding values that are zero in both matrices. Parameters that strongly affect correlations are bin size of the Hi-C matrices (can be changed using ``hicMergeMatrixBins``) and the considered range. The smaller the bin size of the matrices, the finer the differences you score. The *Range* parameter should be selected at a meaningful genomic scale according to, for example, the mean size of the TADs in the organism you work with or to specific ranges found using ``hicPlotDistVsCounts``.
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
74
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
75 _________________
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
76
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
77 Usage
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
78 -----
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
79
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
80 It is recommended to use this tool on corrected matrices (``hicCorrectMatrix``) at restriction enzyme resolution (unmerged bins).
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
81
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
82 _________________
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
83
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
84 Output
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
85 ------
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
86
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
87 **hicCorrelate** outputs correlation plots of multiple Hi-C matrices.
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
88
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
89 Below, you can find a correlation example of uncorrected Hi-C matrices obtained from *Drosophila melanogaster* embryos, either wild-type or having one gene knocked-down by RNAi.
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
90
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
91 Heatmap
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
92 _______
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
93
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
94 .. image:: $PATH_TO_IMAGES/hicCorrelate_Dmel_heatmap.png
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
95 :width: 45%
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
96
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
97 This example is showing a heatmap that was calculated using the Pearson correlation of corrected Hi-C matrices with a bin size of 6000 bp at a range of 5000 to 200000. The dendrogram indicates which samples are most similar to each other. You can see that the wild-type samples are seperated from the knock-down samples. In that case, Spearman correlation gives very similar results (not shown).
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
98
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
99 Scatterplot
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
100 ___________
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
101
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
102 .. image:: $PATH_TO_IMAGES/hicCorrelate_Dmel_scatterplot.png
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
103 :width: 45%
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
104
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
105 Additionally, pairwise scatterplots comparing interactions between each sample can be plotted.
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
106
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
107 _________________
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
108
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
109 For more information about HiCExplorer please consider our documentation on readthedocs.io_.
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
110
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
111 .. _readthedocs.io: http://hicexplorer.readthedocs.io/en/latest/index.html
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
112 .. _Colormap: https://matplotlib.org/examples/color/colormaps_reference.html
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
113
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
114 ]]></help>
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
115 <expand macro="citations" />
8d764e8acdf5 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit fa19d3b6a9d0160a13f8d1e4a99f20c4dbe937b2-dirty"
bgruening
parents:
diff changeset
116 </tool>