deeptools / HiCExplorer

HiCExplorer is a powerful and easy to use set of tools to process, normalize and visualize Hi-C data.
https://hicexplorer.readthedocs.org
GNU General Public License v3.0
231 stars 70 forks source link

Control of hicPlotTads output image width? #705

Closed ArielPaulson closed 3 years ago

ArielPaulson commented 3 years ago

Hi,

It looks like there is no control for output image width or DPI in hicPlotTADs, everything is always 1133 pixels wide no matter the region or scale, am I missing something, or can these be added?

It would be much more helpful if I could produce fewer, wider plots and zoom in, rather than have lots of files with plots at various scales.

Thanks, Ariel

joachimwolff commented 3 years ago

There is the parameter ´—dpi xxx´ you can set to control the resolution. https://pygenometracks.readthedocs.io/en/latest/content/usage.html

ArielPaulson commented 3 years ago

I think this will work, thanks!