dash-bio
dash-bio copied to clipboard
Clustergram documentation error
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