View source: R/reverse_complement.R
reverse_complement | 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.