hmm_svd | R Documentation |
This feature uses singular value decomposition (SVD) to reduce the dimensionality of the inputted hidden
markov model matrix. SVD factorizes a matrix C of dimensions i, j
to U[i, r] \times \Sigma[r, r] \times V[r, j]
.
The diagonal values of \Sigma
are known as the singular values of matrix C, and are what are returned with this function.
hmm_svd(hmm)
hmm |
The name of a profile hidden markov model file. |
A vector of length 20.
Song, X., Chen, Z., Sun, X., You, Z., Li, L., & Zhao, Y. (2018). An Ensemble Classifier with Random Projection for Predicting Protein–Protein Interactions Using Sequence and Evolutionary Information. Applied Sciences, 8(1), 89.
h<- hmm_svd(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.