The first twenty numbers of this feature correspond to the means of each column of the HMM matrix \(H\). The rest of the features in the feature vector are found in matrix \(T[i,j]\), where \(T[i,j] = \frac{1}{L-i}\sum_{n = 1}^{20-i} [H_{m,n}-H_{m, n+i}]^2, m = 1:L,\space i = 1:d\space and\space j = 1:20\).
Arguments
- hmm
The name of a profile hidden markov model file.
- d
The maximum distance between residues column-wise.
References
Ruan, X., Zhou, D., Nie, R., & Guo, Y. (2020). Predictions of Apoptosis Proteins by Integrating Different Features Based on Improving Pseudo-Position-Specific Scoring Matrix. BioMed Research International, 2020, 1–13.
Examples
h<- IM_psehmm(system.file("extdata", "1DLHA2-7", package="protHMM"))