plotly / dash-bio

Open-source bioinformatics components for Dash
https://dash-gallery.plotly.host/Portal/?search=Bioinformatics
MIT License
529 stars 194 forks source link

Clustergram documentation error #734

Open birkanozer opened 1 year ago

birkanozer commented 1 year ago

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