SequentialSparse: Sequential sparse descriptor.

Description Usage Arguments Value Examples

Description

SequentialSparse returns the concatenation of sparse descriptors of amino acids in a protein sequence.

Usage

1

Arguments

x

A string of amino acid letters

Value

A 20*n dimensional numeric vector where n is the protein length

Examples

1
2
x = "LALHLLLLHMHMMDRSLLLH"
SequentialSparse(x)

ProteinDescriptors documentation built on May 1, 2019, 9:22 p.m.