Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/600-make_kmer_index.R
Calculate The Basic Kmer Feature Vector
1 | make_kmer_index(k, alphabet = "ACGT")
|
k |
the k value of kmer, it should be an integer larger than 0. |
alphabet |
the |
This function calculate the basic kmer feature vector.
The result character vector
Min-feng Zhu <wind2zhu@163.com>
See extrDNAkmer
1 | make_kmer_index(2, alphabet = "ACGT")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.