deepTools icon indicating copy to clipboard operation
deepTools copied to clipboard

Add "auto" option to --yMin and --yMax of plotHeatmap

Open dariober opened this issue 2 years ago • 1 comments

In options --yMin and --yMax of plotHeatmap would you consider adding an "auto" option that scales each plot inidividually to its minimum and maximum, respectively? For example, in the plots below --yMax auto would set the maximum of the y-axes to, more or less, 5, 8, and 10.

image

deeptools --version
deeptools 3.5.0
python --version
Python 3.7.6

dariober avatar Jul 17 '22 15:07 dariober

For now you could give those numebrs all to yMax. It is possible to provide yMin and yMax with mutliple values

LeilyR avatar Jul 18 '22 08:07 LeilyR