Skip to content

Commit 74c0b26

Browse files
authored
Merge pull request #1734 from galaxyproject/joachimwolff-patch-1
Update HiCExplorer tutorial
2 parents 1ddce06 + eac03f0 commit 74c0b26

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed
188 KB
Loading

topics/epigenetics/tutorials/hicexplorer/tutorial.md

+12-13
Original file line numberDiff line numberDiff line change
@@ -274,72 +274,71 @@ For the next step we need additional data tracks. Please load `dm3_genes.bed`, `
274274
275275
> ### {% icon hands_on %} Hands-on: Plotting TADs
276276
>
277-
> 1. **hicPlotTADs** {% icon tool %}: Run hicPlotTADs adjusting the parameters:
277+
> 1. **pyGenomeTracks** {% icon tool %}: Run pyGenomeTracks adjusting the parameters:
278278
> - "Region of the genome to limit the operation" to `chr2L:14500000-16500000`
279279
> - "Choose style of the track" to `TAD visualization`
280280
> - "Plot title" to `HiC dm3 chr2L:14500000-16500000`
281281
> - "Matrix to compute on." to the corrected matrix from hicCorrectMatrix step
282282
> - "Depth" to `750000`
283-
> - "Width" to `4`
283+
> - "Height" to `4`
284284
> - "Boundaries file" to `hicFindTads on data XX: TAD domains`
285285
> - "Show x labels" to `Yes`
286286
>
287287
> - "+Insert Include tracks in your plot"
288288
> - "Choose style of the track" to `Bedgraph matrix track`
289289
> - "Plot title" to `TAD separation score`
290290
> - "Track file bedgraph format" to `hicFindTads on data XX: TAD information in bm file`
291-
> - "Width" to `4`
291+
> - "Height" to `4`
292292
> - "Set type to lines" to 'True'
293293
>
294294
>
295295
> - "+Insert Include tracks in your plot"
296296
> - "Choose style of the track" to `Bigwig track`
297297
> - "Plot title" to `PC1`
298298
> - "Track file bigwig format" the first computed `hicPCA` result
299-
> - "Minimum value" to `-0.03`
300-
> - "Maximum value" to `0.03`
301-
> - "Width" to `1.5`
299+
> - "Height" to `1.5`
302300
> - "Color of track" to a color of your choice
303301
>
304302
> - "+Insert Include tracks in your plot"
305303
> - "Choose style of the track" to `Bigwig track`
306304
> - "Plot title" to `PC2`
307305
> - "Track file bigwig format" the second computed `hicPCA` result
308-
> - "Minimum value" to `-0.03`
309-
> - "Maximum value" to `0.03`
310-
> - "Width" to `1.5`
306+
> - "Height" to `1.5`
311307
> - "Color of track" to a color of your choice
312308
>
313309
> - "+Insert Include tracks in your plot"
314310
> - "Choose style of the track" to `Bigwig track`
315311
> - "Plot title" to `H3K36me3`
316312
> - "Track file bigwig format" to `H3K36me3`
317-
> - "Width" to `1.5`
313+
> - "Height" to `1.5`
318314
> - "Color of track" to a color of your choice
319315
>
320316
> - "+Insert Include tracks in your plot"
321317
> - "Choose style of the track" to `Bigwig track`
322318
> - "Plot title" to `H3K27me3`
323319
> - "Track file bigwig format" to `H3K27me3`
324-
> - "Width" to `1.5`
320+
> - "Height" to `1.5`
325321
> - "Color of track" to a color of your choice
326322
>
327323
> - "+Insert Include tracks in your plot"
328324
> - "Choose style of the track" to `Bigwig track`
329325
> - "Plot title" to `H4K16ac`
330326
> - "Track file bigwig format" to `H4K16ac`
331-
> - "Width" to `1.5`
327+
> - "Height" to `1.5`
332328
> - "Color of track" to a color of your choice
333329
>
334330
> - "+Insert Include tracks in your plot"
335331
> - "Choose style of the track" to `Gene track`
336332
> - "Plot title" to `dm3 genes`
337333
> - "Track file bedgraph format" the imported .bed file
338-
> - "Width" to `3`
334+
> - "Height" to `3`
339335
> - "Type" to `genes`
340336
> - "Gene rows" to `15`
341337
> - "Color of track" to a color of your choice
342338
>
339+
> - "+Insert Include tracks in your plot"
340+
> - "Choose style of the track" to `Vlines track`
341+
> - "Track file bed format" to `hicFindTads on data XX: TAD domains`
343342
{: .hands_on}
344343
345344
The resulting image should look like this one:

0 commit comments

Comments
 (0)