You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A manual is now available for HiCPlotter parameters.
Epilogos plotting:
HiCPlotter can now visualize Hi-C data with Epilogos
(http://compbio.mit.edu/epilogos/#) from Kellis lab. Please check the
manual for the parameters.
Whole genome plotting with triple sparse file format is fixed. Please
use -wg parameter with -chr, (-chrY for whole genome interactions,
otherwise enter a particular chromosome name until which interactions
profiles will be plotted). Please check the ReadMe page for examples.
A new parameter (-hc) is introduced to color the area under histograms.
Same as -tc/-ac please provide a hexadecimal number.
<imgsrc="examplePlots/HoxD-chr2.ofBins(1830-1880).Colored.40K.jpeg"alt="Example plot from HiCPlotter">
242
244
</figure>
243
245
244
-
## Visualization of ChIP-Seq as histograms, ChIA-Pet as arcs and Polycomb domains as tiles
246
+
247
+
## Arcs plotting
245
248
246
249
_Arc plots require a bedGraph file (-a file1), color can be specied as a hexadecimal number (-ac B4B4B4) or for each arc by specified RGB colors in bedGraph file._
247
250
248
251
_Data taken from:_ SMC ChIA-Pet and Polycomb Domains: [Dowen et, al. Cell 2014](http://www.sciencedirect.com/science/article/pii/S0092867414011799), Hi-C and TADs : [Dixon et, al. Nature 2012](http://www.nature.com/nature/journal/v485/n7398/full/nature11082.html?WT.ec_id=NATURE-20120517) and H3K27me3 : [Mouse ENCODE Project](http://www.mouseencode.org/)
<figcaptionalign="middle">**Bhlhe22 locus in mouse ES cells**</figcaption>
254
257
<imgsrc="examplePlots/Bhlhe22-chr3.ofBins(400-475).40K.jpeg"alt="Example plot from HiCPlotter">
255
258
</figure>
256
259
257
-
## Visualization of 4C data as histograms and Enhancers as tiles with text
260
+
## Tiles plotting
258
261
259
262
_If bedGraph file for tile plotting contains text in 6th column, features can be plotted above tiles with -tt parameter._
260
263
@@ -268,6 +271,23 @@ _Data taken from:_ 4C : [Lonfat et, al. Science 2014](http://www.sciencemag.org/
268
271
<imgsrc="examplePlots/Digit.vs.GT-chr6.ofBins(1295-1338).40K.jpeg"alt="Example plot from HiCPlotter">
269
272
</figure>
270
273
274
+
## Epilogos plotting
275
+
276
+
Epilogos is developed visualization and analysis of chromatin state model data in various cell types by Wouter Meuleman and Manolis Kellis. More about epilogos, [check](http://compbio.mit.edu/epilogos/#)
277
+
278
+
You can download the epilogos data [from](http://egg2.wustl.edu/roadmap/data/byFileType/chromhmmSegmentations/ChmmModels/epilogos/)
<imgsrc="examplePlots/hES-WholeGenome.chrY-1000K.jpeg"alt="Example plot from HiCPlotter">
339
+
</figure>
340
+
341
+
_Please use (-chr chrY) for whole genome interaction plots._
342
+
343
+
<figure>
344
+
<figcaptionalign="middle">**hES interactions from chr1 to chr11**</figcaption>
345
+
<imgsrc="examplePlots/hES-WholeGenome.chr11-1000K.jpeg"alt="Example plot from HiCPlotter">
346
+
</figure>
347
+
312
348
## 5C data visualization
313
349
314
350
_Random binned 5C data plotting can be activated by -rb parameter (Please note: currently only matrixes and triangular plots can be plotted with this option)._
@@ -371,8 +407,6 @@ _Data taken from:_ 5C data [Nora et, al. Nature 2012](http://www.nature.com/natu
371
407
Original : from scipy.signal import argrelextrema (line 20)
372
408
Try this : #from scipy.signal import argrelextrema (line 20). Use HiCPlotter with the -pi 0 and -ptd 0
373
409
374
-
*If you received the following error: "IOError: encoder jpeg not available", please change extensions of '.jpeg' to '.png' after line 880.
375
-
376
410
*If you like to run HiCPlotter in verbose mode, please use -v parameter which will create a log file with which parameters the program ran.
377
411
378
412
*If you need to convert bigWig files to bedGraph files, you can use kentUtils/bigWigToBedGraph executable.
0 commit comments