Multiple Heatmap Methods
Select a tab, upload a CSV, and generate the respective heatmap/clustering.
Species × Domains Feature Heatmap
This tab parses a CSV where each cell is JSON (e.g., {"num_hits":3,"some_feature":10}).
Then we pick a feature, filter cells by num_hits >= minHits, log-scale, sort,
and show a Plotly heatmap.
0
Desc
Asc
Correlation Heatmap
This tab reads a CSV with numeric values and plots a clustered heatmap using ECharts.
Clustered Heatmap with Dendrograms
Displays hierarchical clustering dendrograms alongside a heatmap.