Learn R Programming

ProteinDescriptors (version 0.1.0)

DiscreteSequentialBlosumTwoParts: Discrete sequential blosum descriptor with split number=2.

Description

DiscreteSequentialBlosumTwoParts returns the concatenation of the sum of blosum descriptors of amino acids in each split of a protein sequence.

Usage

DiscreteSequentialBlosumTwoParts(x)

Arguments

x
A string of amino acid letters

Value

A 40 dimensional numeric vector

Examples

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

Run the code above in your browser using DataLab