# Functions
Complement takes the complement of a sequence.
ComplementBase accepts a base pair and returns its complement base pair.
getKmerTable receive a sequence string and a k int and generates a set of unique k-mers.
Reverse takes the reverse of a sequence.
ReverseComplement takes the reverse complement of a sequence.
No description provided by the author