fp_hmm | R Documentation |
This feature consists of two vectors, d, s
. Vector d
corresponds to the sums across the sequence
for each of the 20 amino acid columns. Vector s
corresponds to a flattened matrix S[i, j] = \sum_{k = 1}^{L}
H[k, j] \times \delta[k, i]
in which \delta[k, i] = 1
when A_i = H[k, j]
. A
refers to a list of
all possible amino acids, i, j
span from 1:20
.
fp_hmm(hmm)
hmm |
The name of a profile hidden markov model file. |
A vector of length 20.
A vector of length 400.
Zahiri, J., Yaghoubi, O., Mohammad-Noori, M., Ebrahimpour, R., & Masoudi-Nejad, A. (2013). PPIevo: Protein–protein interaction prediction from PSSM based evolutionary information. Genomics, 102(4), 237–242.
h<- fp_hmm(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.