reverse_complement {LocaTT} | R Documentation |
Gets the reverse complement of a DNA sequence. Ambiguous nucleotides are supported.
reverse_complement(sequence)
sequence |
A string specifying the DNA sequence. Can contain ambiguous nucleotides. |
A string of the reverse complement of the DNA sequence.
reverse_complement(sequence="TTCTCCASCCGCGGATHTTG")