Learn R Programming

ProteinDescriptors (version 0.1.0)

SequentialDiscreteBlosum: Sequential discrete blosum descriptor with step size=2.

Description

SequentialDiscreteBlosum returns the sum of the concatenation of blosum descriptors of amino acids at every step size in a protein sequence.

Usage

SequentialDiscreteBlosum(x)

Arguments

x
A string of amino acid letters

Value

A 40 dimensional numeric vector

Examples

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

Run the code above in your browser using DataLab