Plot a correlation heatmap from a riboclass object. Shows the correlation distance between samples.
Source:R/plot_heatmap_corr.R
plot_heatmap_corr.Rd
Plot a correlation heatmap from a riboclass object.
Shows the correlation distance between samples.
Arguments
- ribo
A RiboClass object.
- values_col
Name of the column containing the value (either count or cscore).
- color_col
Vector of the metadata columns’ name used for coloring samples.
Examples
data("ribo_toy")
plot_heatmap_corr(ribo_toy,"count","condition")