Learn R Programming

Peptides (version 0.4)

instaindex: To compute the Instability Index of a protein sequence

Description

The instability index provides an estimate of the stability of your protein in a test tube. Statistical analysis of 12 unstable and 32 stable proteins has revealed that there are certain dipeptides, the occurence of which is significantly different in the unstable proteins compared with those in the stable ones.A protein whose instability index is smaller than 40 is predicted as stable, a value above 40 predicts that the protein may be unstable.

Usage

instaindex(seq)

Arguments

seq
AA sequence string in upper case

References

Guruprasad K, Reddy BV, Pandit MW (1990). "Correlation between stability of a protein and its dipeptide composition: a novel approach for predicting in vivo stability of a protein from its primary sequence". Protein Eng. 4 (2): 155 - 61. doi:10.1093/protein/4.2.155

Examples

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

Run the code above in your browser using DataLab