hmm_read | R Documentation |
Reads in the amino acid emission frequency columns of a profile hidden markov model matrix and converts each position to frequencies.
hmm_read(hmm)
hmm |
The name of a profile hidden markov model file. |
A 20 x L matrix, in which L is the sequence length.
h<- hmm_read(system.file("extdata", "1DLHA2-7", package="protHMM"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.