Learn R Programming

ProteinDescriptors (version 0.1.0)

SequentialTd: Sequential 3D descriptor.

Description

SequentialTd returns the concatenation of 3D descriptors of amino acids in a protein sequence.

Usage

SequentialTd(x)

Arguments

x
A string of amino acid letters

Value

A 3*n dimensional numeric vector where n is the protein length

Examples

Run this code
x = "LALHLLLLHMHMMDRSLLLH"
SequentialTd(x)

Run the code above in your browser using DataLab