kideraFactors | R Documentation |
The Kidera Factors were originally derived by applying multivariate analysis to 188 physical properties of the 20 amino acids and using dimension reduction techniques. This function calculates the average of the ten Kidera factors for a protein sequence.
kideraFactors(seq)
seq |
An amino-acids sequence |
A list with the average of the ten Kidera factors. The first four factors are essentially pure physical properties; the remaining six factors are superpositions of several physical properties, and are labelled for convenience by the name of the most heavily weighted component.
KF1: Helix/bend preference,
KF2: Side-chain size,
KF3: Extended structure preference,
KF4: Hydrophobicity,
KF5: Double-bend preference,
KF6: Partial specific volume,
KF7: Flat extended preference,
KF8: Occurrence in alpha region,
KF9: pK-C,
KF10: Surrounding hydrophobicity
Kidera, A., Konishi, Y., Oka, M., Ooi, T., & Scheraga, H. A. (1985). Statistical analysis of the physical properties of the 20 naturally occurring amino acids. Journal of Protein Chemistry, 4(1), 23-55.
kideraFactors(seq = "KLKLLLLLKLK")
# [[1]]
# KF1 KF2 KF3 KF4 KF5
# -0.78545455 0.29818182 -0.23636364 -0.08181818 0.21000000
# KF6 KF7 KF8 KF9 KF10
# -1.89363636 1.02909091 -0.51272727 0.11181818 0.81000000
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.