hmm_GSD {protHMM} | R Documentation |
hmm_GSD
Description
This feature initially creates a grouping matrix by assigning each position a number
based on
the value at each position of HMM matrix
;
represents the low probability group,
the medium and
the high probability group.
The number of total points in each group for each column is then calculated, and the sequence is then split
based upon the the positions of the 1st, 25th, 50th, 75th and 100th percentile (last) points for each of the three groups,
in each of the 20 columns of the grouping matrix. Thus for column
,
,
where
is the group number,
and
corresponds to number of rows in matrix
.
Usage
hmm_GSD(hmm)
Arguments
hmm |
The name of a profile hidden markov model file. |
Value
A vector of length 300.
References
Jin, D., & Zhu, P. (2021). Protein Subcellular Localization Based on Evolutionary Information and Segmented Distribution. Mathematical Problems in Engineering, 2021, 1–14.
Examples
h<- hmm_GSD(system.file("extdata", "1DLHA2-7", package="protHMM"))