IM_psehmm {protHMM} | R Documentation |
IM_psehmm
Description
The first twenty numbers of this feature correspond to the means of each column of the HMM matrix
. The rest of the features in the feature vector are found in matrix
, where
.
Usage
IM_psehmm(hmm, d = 13)
Arguments
hmm |
The name of a profile hidden markov model file. |
d |
The maximum distance between residues column-wise. |
Value
A vector of length
Note
d must be less than 20.
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"))
[Package protHMM version 0.1.1 Index]