three_mer {PSSMCOOL}R Documentation

3-Mer and 2-Mer

Description

This function produces all possible k-mers from 20 amino acids for use in other functions.

Usage

three_mer(k)

Arguments

k

is length of k-mer which user imports

Value

a matrix which its first row includes all k-mers

Examples

ax<-three_mer(3)

[Package PSSMCOOL version 0.2.4 Index]