Learn R Programming

PSSMCOOL (version 0.2.4)

three_mer: 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

Run this code
# NOT RUN {
ax<-three_mer(3)
# }

Run the code above in your browser using DataLab