kideraFactors {Peptides} | R Documentation |
Compute the Kidera factors of a protein sequence
Description
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.
Usage
kideraFactors(seq)
Arguments
seq |
An amino-acids sequence |
Value
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
References
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.
Examples
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