Learn R Programming

ProteinDescriptors (version 0.1.0)

DiscreteSequentialTdTwoParts: Discrete sequential 3D descriptor with split number=2.

Description

DiscreteSequentialTdTwoParts returns the concatenation of the sum of 3D descriptors of amino acids in each split of a protein sequence.

Usage

DiscreteSequentialTdTwoParts(x)

Arguments

x
A string of amino acid letters

Value

A 6 dimensional numeric vector

Examples

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

Run the code above in your browser using DataLab