R/standard_tables.R
rc.Rd
Reverse complement of a string using biostrings
rc(dna)
Input DNA string
Returns the reverse compliment of the input DNA string
rc("ATGC") #> [1] "GCAT"