Learn R Programming

Peptides (version 2.4.6)

tScales: Compute the T-scales of a protein sequence

Description

T-scales are based on 67 common topological descriptors of 135 amino acids. These topological descriptors are based on the connectivity table of amino acids alone, and to not explicitly consider 3D properties of each structure.

Usage

tScales(seq)

Value

The computed average of T-scales of all the amino acids in the corresponding peptide sequence.

Arguments

seq

An amino-acids sequence

References

Tian F, Zhou P, Li Z: T-scale as a novel vector of topological descriptors for amino acids and its application in QSARs of peptides. J Mol Struct. 2007, 830: 106-115. 10.1016/j.molstruc.2006.07.004.

Examples

Run this code
tScales(seq = "QWGRRCCGWGPGRRYCVRWC")
# [[1]]
# T1      T2      T3      T4      T5
# -3.2700 -0.0035 -0.3855 -0.1475  0.7585

Run the code above in your browser using DataLab