Compute the reverse complement of a DNA sequence. Only bases A, T, C, G will be translated; all other characters are left as is. Replacement preserves casing of the characters.
See Implementation
Compute the reverse complement of a DNA sequence. Only bases A, T, C, G will be translated; all other characters are left as is. Replacement preserves casing of the characters.