Learn R Programming

ProteinDescriptors (version 0.1.0)

DiscreteTd: Discrete 3D descriptor.

Description

DiscreteTd returns the sum of 3D descriptors of amino acids in a protein sequence.

Usage

DiscreteTd(x)

Arguments

x
A string of amino acid letters

Value

A 3 dimensional numeric vector

Examples

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

Run the code above in your browser using DataLab