create.kmer | R Documentation |
Creation of k-mers of a single sequence.
create.kmer(seq, k)
seq |
A character vector. |
k |
The size of the k-mer. |
A names character vector, where the names are the relative positions of the k-mers and the values give the character vector of the k-mer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.