Learn R Programming

protHMM (version 0.1.1)

hmm_MB: hmm_MB

Description

This feature calculates the normalized Moreau-Broto autocorrelation of each amino acid type, for each distance d less than or equal to the lag value and greater than or equal to 1.

Usage

hmm_MB(hmm, lg = 9)

Value

A vector of length lg \(\times\) 20, by default this is 180.

Arguments

hmm

The name of a profile hidden markov model file.

lg

The lag value, which indicates the distance between residues.

References

Liang, Y., Liu, S., & Zhang. (2015). Prediction of Protein Structural Class Based on Different Autocorrelation Descriptors of Position–Specific Scoring Matrix. MATCH: Communications in Mathematical and in Computer Chemistry, 73(3), 765–784.

Examples

Run this code
h<- hmm_MB(system.file("extdata", "1DLHA2-7", package="protHMM"))

Run the code above in your browser using DataLab