Learn R Programming

Peptides (version 0.2)

KD: To compute the Kyte-Doolittle hydrophobicity index

Description

Hydrophobicity scales are values that define relative hydrophobicity of amino acid residues. The more positive the value, the more hydrophobic are the amino acids located in that region of the protein. These scales are commonly used to predict the transmembrane alpha-helices of membrane proteins. When consecutively measuring amino acids of a protein, changes in value indicate attraction of specific protein regions towards the hydrophobic region inside lipid bilayer.

Usage

KD(seq)

Arguments

seq
AA sequence string in upper case

References

Kyte, J., & Doolittle, R. F. (1982). A simple method for displaying the hydropathic character of a protein. Journal of molecular biology, 157(1), 105-132.

Examples

Run this code
KD("KLKLLLLLKLK")
KD("FLPLLLPLFLP")

Run the code above in your browser using DataLab