pssm_cc {PSSMCOOL} | R Documentation |
Cross covarianse feature vector
Description
The PSSM-CC variable measures the correlation of two different properties between two residues separated by a distance of lg along the sequence.
Usage
pssm_cc(pssm_name, g = 10)
Arguments
pssm_name |
name of PSSM Matrix file |
g |
shortest protein length in dataset minus one |
Value
feature vector of length 3800
References
Dong, Q., Zhou, S. and Guan, J. (2009) A new taxonomy-based protein fold recognition approach based on autocross-covariance transformation, Bioinformatics, 25, 2655-2662.
Examples
X<-pssm_cc(system.file("extdata","C7GQS7.txt.pssm",package="PSSMCOOL"))
[Package PSSMCOOL version 0.2.4 Index]