Learn R Programming

ProteinDescriptors (version 0.1.0)

DiscreteSequentialSparseFiveParts: Discrete sequential sparse descriptor with split number=5.

Description

DiscreteSequentialSparseFiveParts returns the concatenation of the sum of sparse descriptors of amino acids in each split of a protein sequence.

Usage

DiscreteSequentialSparseFiveParts(x)

Arguments

x
A string of amino acid letters

Value

A 100 dimensional numeric vector

Examples

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

Run the code above in your browser using DataLab