fp_hmm {protHMM} | R Documentation |
fp_hmm
Description
This feature consists of two vectors, . Vector
corresponds to the sums across the sequence
for each of the 20 amino acid columns. Vector
corresponds to a flattened matrix
in which
when
.
refers to a list of
all possible amino acids,
span from
.
Usage
fp_hmm(hmm)
Arguments
hmm |
The name of a profile hidden markov model file. |
Value
A vector of length 20.
A vector of length 400.
References
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.
Examples
h<- fp_hmm(system.file("extdata", "1DLHA2-7", package="protHMM"))
[Package protHMM version 0.1.1 Index]