david-barnett / microViz

R package for microbiome data visualization and statistics. Uses phyloseq, vegan and the tidyverse. Docker image available.
https://david-barnett.github.io/microViz/
GNU General Public License v3.0
94 stars 10 forks source link

heatmaps can't show only one variable/sample/taxon without suppressing seriation #47

Closed david-barnett closed 1 year ago

david-barnett commented 2 years ago

workaround: set seriation_method = "Identity" or sample/tax_seriation = "Identity"

solution: set relevant seriation method to Identity automatically if only one col/row detected

david-barnett commented 1 year ago

fixed in 0.9.4