Return profile for the given character vector or a data frame with sequences of equal length or list with them.
kmer.profile(.data, .names = rep('Noname', times=length(.data)), .verbose = F)
Either list with elements of one of the allowed classes or object with one of the class: data.frame with first column with character sequences and second column with number of sequences or character vector.
Names for each sequence / row in the .data
.
if T then print processing output.
Return data frame with first column "Symbol" with all possible symbols in the given sequences and other columns with names "1", "2", ... for each position with percentage for each symbol.