Description Usage Arguments Value Author(s) Examples
View source: R/frequencyAnalysis.R
Get a table of transition frequencies between combinatorial states of different multiHMM
s.
1 2 3 4 5 6 | transitionFrequencies(
multi.hmms = NULL,
combined.hmm = NULL,
zero.states = "[]",
combstates = NULL
)
|
multi.hmms |
A named list with |
combined.hmm |
A |
zero.states |
The string(s) which identifies the zero.states. |
combstates |
Alternative input instead of |
A data.frame with transition frequencies.
Aaron Taudt
1 2 3 4 5 6 | ## Get an example combinedMultiHMM
file <- system.file("data","combined_mode-differential.RData",
package="chromstaR")
model <- get(load(file))
freqs <- transitionFrequencies(combined.hmm=model)
freqs$table
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.