genome_to_libsvm: Converts a genome to kmers stored in libsvm format on disk
Description
This function converts a single genome to a libsvm file containing kmer
counts. The libsvm format will be as follows:
label 1:count 2:count 3:count ...
Label is optional and defaults to 0. The kmer counts are indexed by the
kmer index, which is the lexicographically sorted index of the kmer.
Libsvm is a sparse format.