|
1 | 1 | HiCExplorer tools |
2 | 2 | ================= |
3 | 3 |
|
| 4 | +Tools for Hi-C data pre-processing |
| 5 | +---------------------------------- |
| 6 | +.. toctree:: |
| 7 | + :maxdepth: 1 |
| 8 | + |
| 9 | + tools/hicFindRestSite |
| 10 | + tools/hicBuildMatrix |
| 11 | + tools/hicSumMatrices |
| 12 | + tools/hicMergeMatrixBins |
| 13 | + tools/hicCorrectMatrix |
| 14 | + tools/hicNormalize |
| 15 | + |
| 16 | +Tools for Hi-C QC |
| 17 | +----------------- |
| 18 | +.. toctree:: |
| 19 | + :maxdepth: 1 |
| 20 | + |
| 21 | + tools/hicQuickQC |
| 22 | + tools/hicQC |
| 23 | + tools/hicCorrelate |
| 24 | + tools/hicPlotDistVsCounts |
| 25 | + tools/hicInfo |
| 26 | + |
| 27 | +Tools for Hi-C data analysis |
| 28 | +---------------------------- |
| 29 | +.. toctree:: |
| 30 | + :maxdepth: 1 |
| 31 | + |
| 32 | + tools/hicCompareMatrices |
| 33 | + tools/hicPCA |
| 34 | + tools/hicTransform |
| 35 | + tools/hicAverageRegions |
| 36 | + tools/hicDetectLoops |
| 37 | + tools/hicValidateLocations |
| 38 | + tools/hicMergeLoops |
| 39 | + tools/hicHyperoptDetectLoops |
| 40 | + tools/hicHyperoptDetectLoopsHiCCUPS |
| 41 | + tools/hicCompartmentalization |
| 42 | + tools/hicPlotSVL |
| 43 | + |
| 44 | +Tools for TADs processing |
| 45 | +------------------------- |
| 46 | +.. toctree:: |
| 47 | + :maxdepth: 1 |
| 48 | + |
| 49 | + tools/hicFindTADs |
| 50 | + tools/hicMergeDomains |
| 51 | + tools/hicDifferentialTAD |
| 52 | + tools/hicMergeTADbins |
| 53 | + |
| 54 | +Tools for Hi-C and TADs visualization |
| 55 | +------------------------------------- |
| 56 | +.. toctree:: |
| 57 | + :maxdepth: 1 |
| 58 | + |
| 59 | + tools/hicPlotMatrix |
| 60 | + tools/hicPlotTADs |
| 61 | + tools/hicPlotViewpoint |
| 62 | + tools/hicAggregateContacts |
| 63 | + tools/hicPlotAverageRegions |
| 64 | + |
| 65 | +Hi-C contact matrix handling |
| 66 | +---------------------------- |
| 67 | +.. toctree:: |
| 68 | + :maxdepth: 1 |
| 69 | + |
| 70 | + tools/hicConvertFormat |
| 71 | + tools/hicAdjustMatrix |
| 72 | + |
| 73 | +Capture Hi-C analysis |
| 74 | +--------------------- |
| 75 | +.. toctree:: |
| 76 | + :maxdepth: 1 |
| 77 | + |
| 78 | + tools/chicQualityControl |
| 79 | + tools/chicViewpointBackgroundModel |
| 80 | + tools/chicViewpoint |
| 81 | + tools/chicSignificantInteractions |
| 82 | + tools/chicAggregateStatistic |
| 83 | + tools/chicDifferentialTest |
| 84 | + tools/chicPlotViewpoint |
| 85 | + |
4 | 86 | .. contents:: |
5 | 87 | :local: |
6 | 88 |
|
@@ -77,7 +159,7 @@ HiCExplorer tools |
77 | 159 | +--------------------------------------+------------------+-----------------------------------+---------------------------------------------+-----------------------------------------------------------------------------------+ |
78 | 160 | |:ref:`hicPlotAverageRegions` | visualization | one npz file | one image | Visualization of hicAverageRegions. | |
79 | 161 | +--------------------------------------+------------------+-----------------------------------+---------------------------------------------+-----------------------------------------------------------------------------------+ |
80 | | -|:ref`hicPlotSVL` | analysis | one / multiple Hi-C matrices | one image, p-values file, raw data file | Computes short/long range contacts; a box plot, a p-value and raw data file | |
| 162 | +|:ref:`hicPlotSVL` | analysis | one / multiple Hi-C matrices | one image, p-values file, raw data file | Computes short/long range contacts; a box plot, a p-value and raw data file | |
81 | 163 | +--------------------------------------+------------------+-----------------------------------+---------------------------------------------+-----------------------------------------------------------------------------------+ |
82 | 164 | |:ref:`hicMergeTADbins` | preprocessing | one Hi-C matrix, one BED file | one Hi-C matrix | Uses a BED file of domains or TAD boundaries to merge the | |
83 | 165 | | | | | | bin counts of a Hi-C matrix. | |
@@ -128,114 +210,3 @@ You can always see all available command-line options via --help: |
128 | 210 | - Output format of plots should be indicated by the file ending, e.g. ``MyPlot.pdf`` will return a pdf file, ``MyPlot.png`` a png-file. |
129 | 211 | - Most of the tools that produce plots can also output the underlying data - this can be useful in cases where you don't like the HiCExplorer visualization, as you can then use the data matrices produced by deepTools with your favorite plotting tool, such as R. |
130 | 212 | - The vast majority of command line options are also available in Galaxy (in a few cases with minor changes to their naming). |
131 | | - |
132 | | - |
133 | | -Tools for Hi-C data pre-processing |
134 | | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
135 | | - |
136 | | -:ref:`hicFindRestSite` |
137 | | -"""""""""""""""""""""" |
138 | | -:ref:`hicBuildMatrix` |
139 | | -""""""""""""""""""""" |
140 | | -:ref:`hicSumMatrices` |
141 | | -""""""""""""""""""""" |
142 | | -:ref:`hicMergeMatrixBins` |
143 | | -""""""""""""""""""""""""" |
144 | | -:ref:`hicCorrectMatrix` |
145 | | -""""""""""""""""""""""" |
146 | | -:ref:`hicNormalize` |
147 | | -""""""""""""""""""" |
148 | | - |
149 | | -Tools for Hi-C QC |
150 | | -^^^^^^^^^^^^^^^^^ |
151 | | - |
152 | | -:ref:`hicQuickQC` |
153 | | -""""""""""""""""" |
154 | | -:ref:`hicQC` |
155 | | -"""""""""""" |
156 | | -:ref:`hicCorrelate` |
157 | | -""""""""""""""""""" |
158 | | -:ref:`hicPlotDistVsCounts` |
159 | | -"""""""""""""""""""""""""" |
160 | | -:ref:`hicInfo` |
161 | | -"""""""""""""" |
162 | | - |
163 | | -Tools for Hi-C data analysis |
164 | | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
165 | | - |
166 | | -:ref:`hicCompareMatrices` |
167 | | -""""""""""""""""""""""""" |
168 | | -:ref:`hicPCA` |
169 | | -""""""""""""" |
170 | | -:ref:`hicTransform` |
171 | | -""""""""""""""""""" |
172 | | -:ref:`hicAverageRegions` |
173 | | -"""""""""""""""""""""""" |
174 | | -:ref:`hicDetectLoops` |
175 | | -"""""""""""""""""""""""" |
176 | | -:ref:`hicValidateLocations` |
177 | | -""""""""""""""""""""""""""" |
178 | | -:ref:`hicMergeLoops` |
179 | | -"""""""""""""""""""" |
180 | | -:ref:`hicHyperoptDetectLoops` |
181 | | -""""""""""""""""""""""""""""" |
182 | | -:ref:`hicHyperoptDetectLoopsHiCCUPS` |
183 | | -"""""""""""""""""""""""""""""""""""" |
184 | | -:ref:`hicCompartmentalization` |
185 | | -"""""""""""""""""""""""""""""" |
186 | | -:ref:`hicPlotSVL` |
187 | | -""""""""""""""""" |
188 | | - |
189 | | -Tools for TADs processing |
190 | | -^^^^^^^^^^^^^^^^^^^^^^^^^ |
191 | | - |
192 | | -:ref:`hicFindTADs` |
193 | | -"""""""""""""""""" |
194 | | -:ref:`hicMergeDomains` |
195 | | -"""""""""""""""""""""" |
196 | | -:ref:`hicDifferentialTAD` |
197 | | -""""""""""""""""""""""""" |
198 | | -:ref:`hicMergeTADbins` |
199 | | -"""""""""""""""""""""" |
200 | | - |
201 | | -Tools for Hi-C and TADs visualization |
202 | | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
203 | | - |
204 | | -:ref:`hicPlotMatrix` |
205 | | -"""""""""""""""""""" |
206 | | -:ref:`hicPlotTADs` |
207 | | -"""""""""""""""""" |
208 | | -:ref:`hicPlotViewpoint` |
209 | | -""""""""""""""""""""""" |
210 | | -:ref:`hicAggregateContacts` |
211 | | -""""""""""""""""""""""""""" |
212 | | -:ref:`hicPlotAverageRegions` |
213 | | -"""""""""""""""""""""""""""" |
214 | | - |
215 | | - |
216 | | -Hi-C contact matrix handling |
217 | | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
218 | | - |
219 | | -:ref:`hicConvertFormat` |
220 | | -""""""""""""""""""""""" |
221 | | -:ref:`hicAdjustMatrix` |
222 | | -"""""""""""""""""""""" |
223 | | - |
224 | | - |
225 | | -Capture Hi-C analysis |
226 | | -^^^^^^^^^^^^^^^^^^^^^ |
227 | | - |
228 | | -:ref:`chicQualityControl` |
229 | | -""""""""""""""""""""""""" |
230 | | -:ref:`chicViewpointBackgroundModel` |
231 | | -""""""""""""""""""""""""""""""""""" |
232 | | -:ref:`chicViewpoint` |
233 | | -"""""""""""""""""""" |
234 | | -:ref:`chicSignificantInteractions` |
235 | | -"""""""""""""""""""""""""""""""""" |
236 | | -:ref:`chicAggregateStatistic` |
237 | | -""""""""""""""""""""""""""""" |
238 | | -:ref:`chicDifferentialTest` |
239 | | -""""""""""""""""""""""""""" |
240 | | -:ref:`chicPlotViewpoint` |
241 | | -"""""""""""""""""""""""" |
0 commit comments