unipept / unipept-visualizations

Visualisations used by Unipept, packaged for easy reuse in other projects.
MIT License
18 stars 6 forks source link

Add configuration option for reordering algorithm #41

Closed pverscha closed 3 years ago

pverscha commented 3 years ago

We currently use the MOLO reodering algorithm after clustering took place on the heatmap visualization. There are, however, a lot of other different reordering algorithms that exist. We should thus add an extra configuration option to the HeatmapSettings object that can be used to choose which reordering algorithm should be used by the visualization itself.

pverscha commented 3 years ago

Fixed in #44