Description Usage Arguments Value See Also Examples
Plot a heatmap of transition probabilities for a multiHMM
model.
1 2 3 4 5 | heatmapTransitionProbs(
model = NULL,
reorder.states = TRUE,
transitionProbs = NULL
)
|
model |
A |
reorder.states |
Whether or not to reorder the states. |
transitionProbs |
A matrix with transition probabilities where |
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 transition probabilites as heatmap
heatmapTransitionProbs(model, reorder.states=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.