Learn R Programming

ProteinDescriptors (version 0.1.0)

DiscreteSequentialSparseThreeParts: Discrete sequential sparse descriptor with split number=3.

Description

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

Usage

DiscreteSequentialSparseThreeParts(x)

Arguments

x
A string of amino acid letters

Value

A 60 dimensional numeric vector

Examples

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

Run the code above in your browser using DataLab