fasgaiVectors: Compute the FASGAI vectors of a protein sequence

View source: R/fasgaiVectors.R

fasgaiVectorsR Documentation

Compute the FASGAI vectors of a protein sequence

Description

The FASGAI vectors (Factor Analysis Scales of Generalized Amino Acid Information) is a set of amino acid descriptors, that reflects hydrophobicity, alpha and turn propensities, bulky properties, compositional characteristics, local flexibility, and electronic properties, that can be utilized to represent the sequence structural features of peptides or protein motifs.

Usage

fasgaiVectors(seq)

Arguments

seq

An amino-acids sequence

Value

The computed average of FASGAI factors of all the amino acids in the corresponding peptide sequence. Each factor represent an amino-acid property as follows:

  • F1: Hydrophobicity index,

  • F2: Alpha and turn propensities,

  • F3: Bulky properties,

  • F4: Compositional characteristic index,

  • F5: Local flexibility,

  • F6: Electronic properties

References

Liang, G., & Li, Z. (2007). Factor analysis scale of generalized amino acid information as the source of a new set of descriptors for elucidating the structure and activity relationships of cationic antimicrobial peptides. Molecular Informatics, 26(6), 754-763.

Examples

fasgaiVectors(seq = "QWGRRCCGWGPGRRYCVRWC")
# [[1]]
#     F1       F2       F3       F4       F5       F6 
# -0.13675 -0.45485 -0.11695 -0.45800 -0.38015  0.52740 

Peptides documentation built on May 31, 2023, 9:47 p.m.