dash-bio icon indicating copy to clipboard operation
dash-bio copied to clipboard

Clustergram documentation error

Open birkanozer opened this issue 2 years ago • 0 comments

Clustergram (link) docs page says possible values for the "cluster" property are "all", "row" and "column". But the "column" value doesn't work because on the codebase it is coded as "col".

Here is the if condition on the codebase: https://github.com/plotly/dash-bio/blob/26a1a3ac13460256e047d76035f5fdc9d2795409/dash_bio/component_factory/_clustergram.py#L348

birkanozer avatar Apr 05 '23 19:04 birkanozer