aaDescriptors {Peptides}R Documentation

Compute 66 descriptors for each amino acid of a protein sequence.

Description

The function return 66 amino acid descriptors for the 20 natural amino acids. Available descriptors are:

Usage

aaDescriptors(seq)

Arguments

seq

An amino-acids sequence. If multiple sequences are given all of them must have the same length (gap symbols are allowed.)

Value

a matrix with 66 amino acid descriptors for each aminoacid in a protein sequence.

Examples

aaDescriptors(seq = "KLKLLLLLKLK")

[Package Peptides version 2.4.6 Index]