| heatmapCountCorrelation {chromstaR} | R Documentation |
Heatmap of read count correlations (see cor).
heatmapCountCorrelation(model, cluster = TRUE)
model |
A |
cluster |
Logical indicating whether or not to cluster the heatmap. |
A ggplot object.
## Get an example multiHMM ##
file <- system.file("data","multivariate_mode-combinatorial_condition-SHR.RData",
package="chromstaR")
model <- get(load(file))
## Plot count correlations as heatmap
heatmapCountCorrelation(model)