squeezed_index_to_str | R Documentation |
Get str conversion of squeezed kmer using index
squeezed_index_to_str(x, k, starting_index = 1L)
x |
integer vector of kmer indices |
k |
kmer length |
starting_index |
starting index (libsvm is usually indexed starting at 1) |
vector of squeezed kmer strings
squeezed_index_to_str(2, k = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.