aac_pssm: AAC-PSSM feature vectors

Description Usage Arguments Value References Examples

View source: R/AAC_PSSM.R

Description

AAC-PSSM Feature stands for Amino Acid composition which is actually mean of PSSM Matrix columns which its length is 20. combination of this feature vector and DPC-PSSM feature vector would be AADP-PSSM feature vector.

Usage

1
aac_pssm(pssm_name)

Arguments

pssm_name

name of PSSM Matrix file

Value

feature vector of length 20

References

Liu, T., Zheng, X. and Wang, J. (2010) Prediction of protein structural class for low-similarity sequences using support vector machine and PSI-BLAST profile, Biochimie, 92, 1330-1334.

Examples

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

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