Skip to content

Commit

Permalink
Pair-wise
Browse files Browse the repository at this point in the history
  • Loading branch information
akdemirlab committed May 20, 2016
1 parent 2e86d9e commit a70d58f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HiCPlotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@ def HiCplotter(files=[],names=[],resolution=100000,chromosome='',output='',histo
oExtension (-ext) : an extension name for the output file format - default jpeg.
imputed (-im) : a boolean if imputed epilogos will be plotted. (default:0 for observed)
spine (-spi) : a boolean to remove top and left borders for each tracks (default:0) enable(1).
compare (-c) : a boolean to log2 compare first two matrices (default:0) enable(1).
pair (-p) : a boolean to log2 pair-wise matrix comparisons (default:0) enable(1).
compare (-c) : a boolean to plot log2 compare first two matrices (default:0) enable(1).
pair (-p) : a boolean to plot log2 pair-wise matrix comparisons (default:0) enable(1).
window (-w) : an integer of distance to calculate insulation score.
tadRange (-tr) : an integer of window to calculate local minima for TAD calls.
fileHeader (-fh) : an integer for how many lines should be ignored in the matrix file (0:default).
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ _For reading more about each parameter, please check the [manual](HiCPlotterManu
highlights (-high) : a boolean for enabling highlights on the plot (0:default), enable(1).
highFile (-hf) : a file name for a bed file to highlight selected intervals.
peakFiles (-peak) : a list of filenames to be plotted on the matrix.
compare (-c) : a boolean to log2 compare first two matrices (default:0) enable(1).
compare (-c) : a boolean to plot log2 compare first two matrices (default:0) enable(1).
pair (-p) : a boolean to plot log2 pair-wise matrix comparisons (default:0) enable(1).
spine (-spi) : a boolean to remove top and left borders for each tracks (default:0) enable(1).
epiLogos (-ep) : a filename to be plotted as Epilogos format.
oExtension (-ext) : an extension name for the output file format - default jpeg.
Expand Down

0 comments on commit a70d58f

Please sign in to comment.