Description Usage Arguments Value References See Also Examples
For getting this feature which was used to protein structural class prediction,
at first mean of every column in PSSM Matrix is computed to achieve a 20-dimensional vector
called AAC.then by fusing it with other vector of length 400 called TPC, which is similar to DPC_PSSM
AATP feature vector of length 420 is obtained.
1 | AATP_TPCC(pssm_name)
|
pssm_name |
is name of PSSM Matrix file |
a feature vector of length 420
Zhang, S., Ye, F. and Yuan, X. (2012) Using principal component analysis and support vector machine to predict protein structural class for low-similarity sequences via PSSM, Journal of Biomolecular Structure & Dynamics, 29, 634-642.
1 | as<-AATP_TPCC(paste0(system.file("extdata",package="PSSMCOOL"),"/C7GQS7.txt.pssm"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.