Learn R Programming

MIC (version 1.1.0)

unsqueezed_index_to_str: Get str conversion of unsqueezed kmer using index

Description

Get str conversion of unsqueezed kmer using index

Usage

unsqueezed_index_to_str(x, k, starting_index = 1L)

Value

vector of unsqueezed kmer strings

Arguments

x

integer vector of kmer indices

k

kmer length

starting_index

starting index (libsvm is usually indexed starting at 1)

Examples

Run this code
unsqueezed_index_to_str(2, k = 3)

Run the code above in your browser using DataLab