powered by
Calculate The Basic Kmer Feature Vector
make_kmer_index(k, alphabet = "ACGT")
the k value of kmer, it should be an integer larger than 0.
the
The result character vector
This function calculate the basic kmer feature vector.
See extrDNAkmer
extrDNAkmer
# NOT RUN { make_kmer_index(2, alphabet = "ACGT") # }
Run the code above in your browser using DataLab