
Generate reverse complement of a DNA sequence
Source:R/ninetails_misc_helper_functions.R
reverse_complement.RdCreates the reverse complement of a DNA sequence string, handling standard nucleotide bases (A, T, G, C) and ambiguous bases (N). Used internally by the cDNA pipeline for primer matching on both strands.
See also
detect_orientation_single where reverse complement
sequences are used for primer alignment