Averag_Block: Averag Block feature vector

Description Usage Arguments Value References Examples

View source: R/PSSM_BLOCK.R

Description

In this feature at first PSSM Matrix is divided to 20 Blocks. Then for each Block mean of columns is computed to get 20-dimensional vector, eventually by appending these vectors to each other final feature vector is obtained which would be of length 400. this feature vector is similar to PSSMBLOCK for N=20.

Usage

1
Averag_Block(pssm_name)

Arguments

pssm_name

name of PSSM Matrix file

Value

feature vector of length 400

References

L. Nanni, A. Lumini, and S. J. T. S. W. J. Brahnam, "An empirical study of different approaches for protein classification," vol. 2014, 2014.

Examples

1
v<-Averag_Block(system.file("extdata", "C7GQS7.txt.pssm", package="PSSMCOOL"))

PSSMCOOL documentation built on Jan. 4, 2022, 5:07 p.m.