.revComp_EqLength: DNA string manipulation for equal string sizes
Description
Converts a vector of equally long character strings into its reverse complement.
Usage
.revComp_EqLength(seq_dat, word_length)
Arguments
- seq_dat
a character vector.
- word_length
an integer giving the word length.