DingWB / PyComplexHeatmap

PyComplexHeatmap: A Python package to plot complex heatmap (clustermap)
https://dingwb.github.io/PyComplexHeatmap/
MIT License
249 stars 28 forks source link

Color center? #40

Closed Benfeitas closed 1 year ago

Benfeitas commented 1 year ago

Hi

Is there a way to center the color bar around a specific number? For instance, centering at 0, without having to Z_score or scale by rows/columns?

Thanks

DingWB commented 1 year ago

Similar to seaborn, you can try to add center and robust parameters in ClusterMapPlotter, DotClustermapPlotter.

DingWB commented 1 year ago

Did it work for you?