Learn R Programming

ProteinDescriptors (version 0.1.0)

SequentialDiscreteTd: Sequential discrete 3D descriptor with step size=2.

Description

SequentialDiscreteTd returns the sum of the concatenation of 3D descriptors of amino acids at every step size in a protein sequence.

Usage

SequentialDiscreteTd(x)

Arguments

x
A string of amino acid letters

Value

A 6 dimensional numeric vector

Examples

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

Run the code above in your browser using DataLab