Learn R Programming

Peptides (version 1.2.1)

kideraFactors: 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.
  • Side-chain size,
  • Extended structure preference,
  • Hydrophobicity,
  • Double-bend preference,
  • Partial specific volume,
  • Flat extended preference,
  • Occurrence in alpha region,
  • pK-C,
  • 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

Run this code
kideraFactors(seq = "KLKLLLLLKLK")
# [[1]]
# helix.bend.pref      side.chain.size    extended.str.pref      
#   -0.78545455          0.29818182        -0.23636364          
# hydrophobicity     double.bend.pref     partial.spec.vol 
#   -0.08181818          0.21000000        -1.89363636 
# flat.ext.pref     occurrence.alpha.reg         pK.C       
#   1.02909091          -0.51272727          0.11181818    
# surrounding.hydrop 
#   0.81000000 

Run the code above in your browser using DataLab