Description Usage Arguments Details Value Author(s) References Examples
Generalized Scales-Based Descriptors derived by Factor Analysis
1 2 | extrPCMFAScales(x, propmat, factors, scores = "regression", lag,
scale = TRUE, silent = TRUE)
|
x |
A character vector, as the input protein sequence. |
propmat |
A matrix containing the properties for the amino acids. Each row represent one amino acid type, each column represents one property. Note that the one-letter row names must be provided for we need them to seek the properties for each AA type. |
factors |
Integer. The number of factors to be fitted. Must be no greater than the number of AA properties provided. |
scores |
Type of scores to produce. The default is |
lag |
The lag parameter. Must be less than the amino acids number in the protein sequence. |
scale |
Logical. Should we auto-scale the property matrix
( |
silent |
Logical. Whether we print the SS loadings,
proportion of variance and the cumulative proportion of
the selected factors or not.
Default is |
This function calculates the generalized scales-based descriptors derived by Factor Analysis (FA). Users could provide customized amino acid property matrices.
A length lag * p^2
named vector,
p
is the number of scales (factors) selected.
Min-feng Zhu <wind2zhu@163.com>, Nan Xiao <http://r2s.name>
Atchley, W. R., Zhao, J., Fernandes, A. D., & Druke, T. (2005). Solving the protein sequence metric problem. Proceedings of the National Academy of Sciences of the United States of America, 102(18), 6395-6400.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.