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

Adding p values to cor_heatmap #126

Closed mradz19 closed 6 months ago

mradz19 commented 9 months ago

Is there any way to add significance to the cor_heatmap output?

david-barnett commented 8 months ago

Hi Michael,

In short, not currently, no.

As a more general note, because this gets requested a lot:

I intend to completely rework the heatmaps to use ggplot in the future, which would make this request easier, but probably not very soon.

49