Description Usage Arguments Author(s) Examples
Create a new HMM object
1 |
trans.mat |
A square matrix object of dimension n x n where n is the number of states, and element [i,j] is the rate of transition from state i to state j |
eq.freq |
A vector of length n giving the equilibrium frequencies of each state. If NULL, calculate equilibrium frequencies that will make a reversible markov chain. |
begin.freq |
A vector of length n giving the initial state frequencies. If NULL, use equilibrium frequencies. |
end.freq |
A vector of length n giving the final state frequencies. If NULL, do not condition on end frequencies. |
Melissa J. Hubisz and Adam Siepel
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.