Description Usage Arguments Value See Also Examples
Heatmap of read count correlations (see cor).
1  | heatmapCountCorrelation(model, cluster = TRUE)
 | 
model | 
 A   | 
cluster | 
 Logical indicating whether or not to cluster the heatmap.  | 
A ggplot object.
1 2 3 4 5 6  | ## 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.