Vector of parameter for the head() function, supplied sequentialy to the get.kmers() function. -1 means all rows.
.k
Size of the kmer.
.nrow
How many most frequent k-mers include to the output table.
.clean
Parameter for the get.kmers() function.
.meat
Parameter for the get.kmers() function.
.kmer.table.list
Result from the kmer.table function if .data supplied as a list.
.head
Which columns with this head return.
Value
kmer.table - if .data is a data frame, than data frame with columns like "Kmers.X", "Count.X" where X - element from .heads.
If .data is a list, than list of such data frames.
get.kmer.column - data frame with first column with kmers and other columns named as a names of data frames, from which .kmer.table.list
was generated.