Description Usage Arguments Value Note References Examples
The AC variable measures the correlation of the same property between two residues separated by a distance of lg along the sequence
1 | pssm_ac(pssm_name, lg = 10)
|
pssm_name |
name of the PSSM Matrix file |
lg |
a parameter which indicates distance between two residues |
feature vector which its length depends on parameter lg. by default lg is 10 hence feature vector would be of length 200.
in use of this function The lg parameter must be less than the length of the smallest sequence in the database.
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.
1 | X<-pssm_ac(system.file("extdata", "C7GQS7.txt.pssm", package="PSSMCOOL"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.