hmm_LPC | R Documentation |
This feature uses linear predictive coding (LPC) to map each HMM to a 20 \times 14 = 280
dimensional vector,
where for each of the 20 columns of the HMM, LPC is used to extract a 14 dimensional vector D_n
hmm_LPC(hmm)
hmm |
The name of a profile hidden markov model file. |
A vector of length 280.
Qin, Y., Zheng, X., Wang, J., Chen, M., & Zhou, C. (2015). Prediction of protein structural class based on Linear Predictive Coding of PSI-BLAST profiles. Central European Journal of Biology, 10(1).
h<- hmm_LPC(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.