normalize
with this option, the final feature vector will be normalized based
on the total occurrences of all kmers. Therefore, the elements in the feature vectors
represent the frequencies of kmers. The default value of this parameter is False.
customprops
the users can use their own indices to generate the feature vector. It should be a dict,
the key is dinucleotide (string), and its corresponding value is a list type.